chore(repo): update nx to 19.7.0-beta.6 (#27835)
<!-- 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 19.7.0-beta.1 ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> This repo uses Nx 19.7.0-beta.6 ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
This commit is contained in:
parent
4707cbd122
commit
e800fbf816
36
package.json
36
package.json
@ -51,8 +51,8 @@
|
|||||||
"@jest/reporters": "^29.4.1",
|
"@jest/reporters": "^29.4.1",
|
||||||
"@jest/test-result": "^29.4.1",
|
"@jest/test-result": "^29.4.1",
|
||||||
"@jest/types": "^29.4.1",
|
"@jest/types": "^29.4.1",
|
||||||
"@module-federation/enhanced": "~0.6.0",
|
"@module-federation/enhanced": "0.6.1",
|
||||||
"@module-federation/sdk": "~0.6.0",
|
"@module-federation/sdk": "0.6.1",
|
||||||
"@monodon/rust": "2.0.0-beta.1",
|
"@monodon/rust": "2.0.0-beta.1",
|
||||||
"@napi-rs/cli": "3.0.0-alpha.56",
|
"@napi-rs/cli": "3.0.0-alpha.56",
|
||||||
"@napi-rs/wasm-runtime": "0.2.4",
|
"@napi-rs/wasm-runtime": "0.2.4",
|
||||||
@ -67,21 +67,21 @@
|
|||||||
"@ngrx/store": "18.0.2",
|
"@ngrx/store": "18.0.2",
|
||||||
"@nuxt/kit": "^3.10.0",
|
"@nuxt/kit": "^3.10.0",
|
||||||
"@nuxt/schema": "^3.10.0",
|
"@nuxt/schema": "^3.10.0",
|
||||||
"@nx/angular": "19.7.0-beta.1",
|
"@nx/angular": "19.7.0-beta.6",
|
||||||
"@nx/cypress": "19.7.0-beta.1",
|
"@nx/cypress": "19.7.0-beta.6",
|
||||||
"@nx/devkit": "19.7.0-beta.1",
|
"@nx/devkit": "19.7.0-beta.6",
|
||||||
"@nx/esbuild": "19.7.0-beta.1",
|
"@nx/esbuild": "19.7.0-beta.6",
|
||||||
"@nx/eslint": "19.7.0-beta.1",
|
"@nx/eslint": "19.7.0-beta.6",
|
||||||
"@nx/eslint-plugin": "19.7.0-beta.1",
|
"@nx/eslint-plugin": "19.7.0-beta.6",
|
||||||
"@nx/jest": "19.7.0-beta.1",
|
"@nx/jest": "19.7.0-beta.6",
|
||||||
"@nx/js": "19.7.0-beta.1",
|
"@nx/js": "19.7.0-beta.6",
|
||||||
"@nx/next": "19.7.0-beta.1",
|
"@nx/next": "19.7.0-beta.6",
|
||||||
"@nx/playwright": "19.7.0-beta.1",
|
"@nx/playwright": "19.7.0-beta.6",
|
||||||
"@nx/react": "19.7.0-beta.1",
|
"@nx/react": "19.7.0-beta.6",
|
||||||
"@nx/storybook": "19.7.0-beta.1",
|
"@nx/storybook": "19.7.0-beta.6",
|
||||||
"@nx/vite": "19.7.0-beta.1",
|
"@nx/vite": "19.7.0-beta.6",
|
||||||
"@nx/web": "19.7.0-beta.1",
|
"@nx/web": "19.7.0-beta.6",
|
||||||
"@nx/webpack": "19.7.0-beta.1",
|
"@nx/webpack": "19.7.0-beta.6",
|
||||||
"@phenomnomnominal/tsquery": "~5.0.1",
|
"@phenomnomnominal/tsquery": "~5.0.1",
|
||||||
"@playwright/test": "^1.36.1",
|
"@playwright/test": "^1.36.1",
|
||||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
||||||
@ -237,7 +237,7 @@
|
|||||||
"node-fetch": "^2.6.7",
|
"node-fetch": "^2.6.7",
|
||||||
"npm-package-arg": "11.0.1",
|
"npm-package-arg": "11.0.1",
|
||||||
"nuxt": "^3.10.0",
|
"nuxt": "^3.10.0",
|
||||||
"nx": "19.7.0-beta.1",
|
"nx": "19.7.0-beta.6",
|
||||||
"octokit": "^2.0.14",
|
"octokit": "^2.0.14",
|
||||||
"open": "^8.4.0",
|
"open": "^8.4.0",
|
||||||
"openai": "~4.3.1",
|
"openai": "~4.3.1",
|
||||||
|
|||||||
1251
pnpm-lock.yaml
generated
1251
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user