Skip to content

Commit 6176d3a

Browse files
authored
chore(repo): update self hosted cache packages (#31120)
## Current Behavior Running commands in the Nx repo panic due to a wrong published version of `@nx/powerpack-license` package. ## Expected Behavior Running commands in the Nx repo should not panic. ## Related Issue(s) Fixes #
1 parent c19e6b8 commit 6176d3a

File tree

2 files changed

+65
-154
lines changed

2 files changed

+65
-154
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@
8383
"@nx/eslint-plugin": "21.0.0-rc.4",
8484
"@nx/jest": "21.0.0-rc.4",
8585
"@nx/js": "21.0.0-rc.4",
86-
"@nx/key": "2.0.0",
86+
"@nx/key": "2.0.1",
8787
"@nx/next": "21.0.0-rc.4",
8888
"@nx/playwright": "21.0.0-rc.4",
89-
"@nx/conformance": "2.0.0",
90-
"@nx/enterprise-cloud": "2.0.0",
91-
"@nx/powerpack-license": "2.0.0",
89+
"@nx/conformance": "2.0.1",
90+
"@nx/enterprise-cloud": "2.0.1",
91+
"@nx/powerpack-license": "2.0.1",
9292
"@nx/react": "21.0.0-rc.4",
9393
"@nx/rsbuild": "21.0.0-rc.4",
9494
"@nx/rspack": "21.0.0-rc.4",

0 commit comments

Comments
 (0)