Skip to content

Commit

Permalink
chore: migrate Nx workspace to v20.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Dec 11, 2024
1 parent 42287e3 commit 0b31aaa
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 381 deletions.
1 change: 0 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@
"sharedGlobals": ["{workspaceRoot}/.nx/workflows/**/**"]
},
"defaultBase": "develop",
"useLegacyCache": true,
"cli": {
"packageManager": "pnpm"
}
Expand Down
27 changes: 11 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@clack/prompts": "^0.8.1",
"@swc/helpers": "0.5.11",
"create-nx-workspace": "20.1.2",
"create-nx-workspace": "20.2.2",
"enquirer": "^2.4.1",
"hpagent": "^1.2.0",
"js-yaml": "^4.1.0",
Expand All @@ -47,13 +47,13 @@
"@commitlint/cli": "^19.3.0",
"@commitlint/config-angular": "^19.3.0",
"@jest/globals": "29.7.0",
"@nx/devkit": "20.1.2",
"@nx/eslint-plugin": "20.1.2",
"@nx/jest": "20.1.2",
"@nx/js": "20.1.2",
"@nx/node": "20.1.2",
"@nx/plugin": "20.1.2",
"@nx/workspace": "20.1.2",
"@nx/devkit": "20.2.2",
"@nx/eslint-plugin": "20.2.2",
"@nx/jest": "20.2.2",
"@nx/js": "20.2.2",
"@nx/node": "20.2.2",
"@nx/plugin": "20.2.2",
"@nx/workspace": "20.2.2",
"@swc-node/register": "1.9.1",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.7",
Expand All @@ -78,11 +78,11 @@
"jest-environment-node": "^29.4.1",
"jest-mock": "28.1.3",
"lint-staged": "^15.2.7",
"nx": "20.1.2",
"nx": "20.2.2",
"prettier": "2.6.2",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.5.4",
"typescript": "5.6.3",
"verdaccio": "^5.0.4"
},
"repository": {
Expand All @@ -92,10 +92,5 @@
"nx": {
"includedScripts": []
},
"packageManager": "[email protected]+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab",
"pnpm": {
"patchedDependencies": {
"@nx/[email protected]": "patches/@[email protected]"
}
}
"packageManager": "[email protected]+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab"
}
83 changes: 0 additions & 83 deletions patches/@[email protected]

This file was deleted.

Loading

0 comments on commit 0b31aaa

Please sign in to comment.