Skip to content

Commit

Permalink
feat: Update NX dependencies to v20.0.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: NX is updated to v20.0.0
  • Loading branch information
TriPSs committed Oct 11, 2024
1 parent 4f84656 commit 6b8b92e
Show file tree
Hide file tree
Showing 3 changed files with 327 additions and 292 deletions.
2 changes: 1 addition & 1 deletion force-release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10
11
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"dependencies": {
"@actions/core": "^1.11.1",
"@nx/devkit": "19.8.0",
"@nx/workspace": "19.8.0",
"@nx/devkit": "20.0.0",
"@nx/workspace": "20.0.0",
"@types/tar": "^6.1.13",
"axios": "^1.7.7",
"crypto-js": "^4.2.0",
Expand All @@ -49,13 +49,13 @@
"@google-cloud/storage": "^7.13.0",
"@jamesives/github-pages-deploy-action": "^4.6.8",
"@jscutlery/semver": "^5.3.1",
"@nx/eslint-plugin": "19.8.0",
"@nx/jest": "19.8.0",
"@nx/js": "19.8.0",
"@nx/node": "19.8.0",
"@nx/plugin": "19.8.0",
"@nx/react": "19.8.0",
"@nx/webpack": "19.8.0",
"@nx/eslint-plugin": "20.0.0",
"@nx/jest": "20.0.0",
"@nx/js": "20.0.0",
"@nx/node": "20.0.0",
"@nx/plugin": "20.0.0",
"@nx/react": "20.0.0",
"@nx/webpack": "20.0.0",
"@pulumi/gcp": "^8.5.0",
"@pulumi/pulumi": "^3.136.1",
"@swc-node/register": "1.10.9",
Expand All @@ -75,7 +75,7 @@
"husky": "^9.1.6",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"nx": "19.8.0",
"nx": "20.0.0",
"prettier": "3.3.3",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
Expand Down
Loading

0 comments on commit 6b8b92e

Please sign in to comment.