chore(repo): update nx to 20.3.0-beta.0 (#29313)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> This repo uses Nx `20.2.0-beta.7` and Powerpack `1.1.0-beta.6` ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> This repo uses Nx `20.3.0-beta.0` and Powerpack `1.1.0-beta.9` ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
This commit is contained in:
parent
f0172c2e55
commit
0d1c96085e
42
package.json
42
package.json
@ -69,25 +69,25 @@
|
||||
"@ngrx/store": "18.0.2",
|
||||
"@nuxt/kit": "^3.10.0",
|
||||
"@nuxt/schema": "^3.10.0",
|
||||
"@nx/angular": "20.2.0-beta.7",
|
||||
"@nx/cypress": "20.2.0-beta.7",
|
||||
"@nx/devkit": "20.2.0-beta.7",
|
||||
"@nx/esbuild": "20.2.0-beta.7",
|
||||
"@nx/eslint": "20.2.0-beta.7",
|
||||
"@nx/eslint-plugin": "20.2.0-beta.7",
|
||||
"@nx/jest": "20.2.0-beta.7",
|
||||
"@nx/js": "20.2.0-beta.7",
|
||||
"@nx/next": "20.2.0-beta.7",
|
||||
"@nx/playwright": "20.2.0-beta.7",
|
||||
"@nx/powerpack-conformance": "1.1.0-beta.6",
|
||||
"@nx/powerpack-enterprise-cloud": "1.1.0-beta.6",
|
||||
"@nx/powerpack-license": "1.1.0-beta.6",
|
||||
"@nx/react": "20.2.0-beta.7",
|
||||
"@nx/rspack": "20.2.0-beta.7",
|
||||
"@nx/storybook": "20.2.0-beta.7",
|
||||
"@nx/vite": "20.2.0-beta.7",
|
||||
"@nx/web": "20.2.0-beta.7",
|
||||
"@nx/webpack": "20.2.0-beta.7",
|
||||
"@nx/angular": "20.3.0-beta.0",
|
||||
"@nx/cypress": "20.3.0-beta.0",
|
||||
"@nx/devkit": "20.3.0-beta.0",
|
||||
"@nx/esbuild": "20.3.0-beta.0",
|
||||
"@nx/eslint": "20.3.0-beta.0",
|
||||
"@nx/eslint-plugin": "20.3.0-beta.0",
|
||||
"@nx/jest": "20.3.0-beta.0",
|
||||
"@nx/js": "20.3.0-beta.0",
|
||||
"@nx/next": "20.3.0-beta.0",
|
||||
"@nx/playwright": "20.3.0-beta.0",
|
||||
"@nx/powerpack-conformance": "1.1.0-beta.9",
|
||||
"@nx/powerpack-enterprise-cloud": "1.1.0-beta.9",
|
||||
"@nx/powerpack-license": "1.1.0-beta.9",
|
||||
"@nx/react": "20.3.0-beta.0",
|
||||
"@nx/rspack": "20.3.0-beta.0",
|
||||
"@nx/storybook": "20.3.0-beta.0",
|
||||
"@nx/vite": "20.3.0-beta.0",
|
||||
"@nx/web": "20.3.0-beta.0",
|
||||
"@nx/webpack": "20.3.0-beta.0",
|
||||
"@phenomnomnominal/tsquery": "~5.0.1",
|
||||
"@playwright/test": "^1.36.1",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
||||
@ -101,7 +101,7 @@
|
||||
"@rollup/plugin-json": "^6.1.0",
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@rollup/plugin-url": "^8.0.2",
|
||||
"@rspack/core": "^1.1.5",
|
||||
"@rspack/core": "1.1.6",
|
||||
"@rsbuild/core": "1.1.8",
|
||||
"@rspack/dev-server": "1.0.9",
|
||||
"@rspack/plugin-minify": "^0.7.5",
|
||||
@ -249,7 +249,7 @@
|
||||
"node-fetch": "^2.6.7",
|
||||
"npm-package-arg": "11.0.1",
|
||||
"nuxt": "^3.10.0",
|
||||
"nx": "20.2.0-beta.7",
|
||||
"nx": "20.3.0-beta.0",
|
||||
"octokit": "^2.0.14",
|
||||
"open": "^8.4.0",
|
||||
"openai": "~4.3.1",
|
||||
|
||||
1029
pnpm-lock.yaml
generated
1029
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user