-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deps: Update all non-major dependencies
- Loading branch information
1 parent
4681801
commit ac68c53
Showing
21 changed files
with
423 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,7 +89,7 @@ jobs: | |
- name: Publish Web Package Code Coverage | ||
# When Nx hits its cloud cache, there is no generated coverage to sent, e.g. do not let this crash | ||
if: ${{ hashFiles('./packages/web/.coverage/lcov.info') != '' }} | ||
uses: coverallsapp/[email protected].1 | ||
uses: coverallsapp/[email protected].3 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
file: ./packages/web/.coverage/lcov.info | ||
|
@@ -99,7 +99,7 @@ jobs: | |
- name: Publish Web-React Package Code Coverage | ||
# When Nx hits its cloud cache, there is no generated coverage to sent, e.g. do not let this crash | ||
if: ${{ hashFiles('./packages/web-react/.coverage/lcov.info') != '' }} | ||
uses: coverallsapp/[email protected].1 | ||
uses: coverallsapp/[email protected].3 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
file: ./packages/web-react/.coverage/lcov.info | ||
|
@@ -109,7 +109,7 @@ jobs: | |
- name: Publish Analytics Package Code Coverage | ||
# When Nx hits its cloud cache, there is no generated coverage to sent, e.g. do not let this crash | ||
if: ${{ hashFiles('./packages/analytics/.coverage/lcov.info') != '' }} | ||
uses: coverallsapp/[email protected].1 | ||
uses: coverallsapp/[email protected].3 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
file: ./packages/analytics/.coverage/lcov.info | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ | |
"@lmc-eu/conventional-changelog-lmc-github": "3.0.3", | ||
"@lmc-eu/eslint-config-react": "2.0.5", | ||
"@omlet/cli": "1.11.0", | ||
"@playwright/test": "1.48.0", | ||
"@playwright/test": "1.48.1", | ||
"@rollup/plugin-babel": "6.0.4", | ||
"@rollup/plugin-node-resolve": "15.3.0", | ||
"@svgr/webpack": "8.1.0", | ||
|
@@ -83,16 +83,16 @@ | |
"is-ci": "3.0.1", | ||
"lerna": "8.1.8", | ||
"lint-staged": "15.2.10", | ||
"netlify-cli": "17.37.0", | ||
"npm-run-all2": "6.2.3", | ||
"nx": "19.7.2", | ||
"netlify-cli": "17.37.1", | ||
"npm-run-all2": "6.2.4", | ||
"nx": "19.8.6", | ||
"postcss": "8.4.47", | ||
"prettier": "3.3.3", | ||
"prettier-config-spirit": "workspace:^", | ||
"prettier-plugin-toml": "2.0.1", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"react-syntax-highlighter": "15.5.0", | ||
"react-syntax-highlighter": "15.6.1", | ||
"react-textarea-autosize": "8.5.4", | ||
"remark-cli": "12.0.1", | ||
"remark-lint-heading-capitalization": "1.2.0", | ||
|
@@ -106,5 +106,5 @@ | |
"resolutions": { | ||
"typescript": "4.7.4" | ||
}, | ||
"packageManager": "[email protected].0" | ||
"packageManager": "[email protected].1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.