Skip to content

Commit f40d015

Browse files
authored
chore(repo): update nx to 21.0.0-beta.6 (#30837)
<!-- 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 `21.0.0-beta.4` ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> This repo uses Nx `21.0.0-beta.6` ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
1 parent 2e1896e commit f40d015

File tree

2 files changed

+442
-442
lines changed

2 files changed

+442
-442
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -74,27 +74,27 @@
7474
"@notionhq/client": "^2.2.15",
7575
"@nuxt/kit": "^3.10.0",
7676
"@nuxt/schema": "^3.10.0",
77-
"@nx/angular": "21.0.0-beta.4",
78-
"@nx/cypress": "21.0.0-beta.4",
79-
"@nx/devkit": "21.0.0-beta.4",
80-
"@nx/esbuild": "21.0.0-beta.4",
81-
"@nx/eslint": "21.0.0-beta.4",
82-
"@nx/eslint-plugin": "21.0.0-beta.4",
83-
"@nx/jest": "21.0.0-beta.4",
84-
"@nx/js": "21.0.0-beta.4",
77+
"@nx/angular": "21.0.0-beta.6",
78+
"@nx/cypress": "21.0.0-beta.6",
79+
"@nx/devkit": "21.0.0-beta.6",
80+
"@nx/esbuild": "21.0.0-beta.6",
81+
"@nx/eslint": "21.0.0-beta.6",
82+
"@nx/eslint-plugin": "21.0.0-beta.6",
83+
"@nx/jest": "21.0.0-beta.6",
84+
"@nx/js": "21.0.0-beta.6",
8585
"@nx/key": "1.3.0-beta.11",
86-
"@nx/next": "21.0.0-beta.4",
87-
"@nx/playwright": "21.0.0-beta.4",
86+
"@nx/next": "21.0.0-beta.6",
87+
"@nx/playwright": "21.0.0-beta.6",
8888
"@nx/powerpack-conformance": "1.3.0-beta.11",
8989
"@nx/powerpack-enterprise-cloud": "1.3.0-beta.11",
9090
"@nx/powerpack-license": "1.3.0-beta.11",
91-
"@nx/react": "21.0.0-beta.4",
92-
"@nx/rsbuild": "21.0.0-beta.4",
93-
"@nx/rspack": "21.0.0-beta.4",
94-
"@nx/storybook": "21.0.0-beta.4",
95-
"@nx/vite": "21.0.0-beta.4",
96-
"@nx/web": "21.0.0-beta.4",
97-
"@nx/webpack": "21.0.0-beta.4",
91+
"@nx/react": "21.0.0-beta.6",
92+
"@nx/rsbuild": "21.0.0-beta.6",
93+
"@nx/rspack": "21.0.0-beta.6",
94+
"@nx/storybook": "21.0.0-beta.6",
95+
"@nx/vite": "21.0.0-beta.6",
96+
"@nx/web": "21.0.0-beta.6",
97+
"@nx/webpack": "21.0.0-beta.6",
9898
"@phenomnomnominal/tsquery": "~5.0.1",
9999
"@playwright/test": "^1.36.1",
100100
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
@@ -266,7 +266,7 @@
266266
"ng-packagr": "19.2.0",
267267
"npm-package-arg": "11.0.1",
268268
"nuxt": "^3.10.0",
269-
"nx": "21.0.0-beta.4",
269+
"nx": "21.0.0-beta.6",
270270
"octokit": "^2.0.14",
271271
"open": "^8.4.0",
272272
"openai": "~4.3.1",

0 commit comments

Comments
 (0)