chore(repo): update nx to 19.0.0-rc.1 (#23189)
<!-- 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` --> ## Current Behavior <!-- This is the behavior we have today --> This repo uses Nx `19.0.0-beta.11` ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> This repo uses Nx `19.0.0-rc.1` ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
This commit is contained in:
parent
cc875a6ac8
commit
0f71685b2b
42
package.json
42
package.json
@ -65,21 +65,21 @@
|
|||||||
"@ngrx/store": "17.0.1",
|
"@ngrx/store": "17.0.1",
|
||||||
"@nuxt/kit": "^3.10.0",
|
"@nuxt/kit": "^3.10.0",
|
||||||
"@nuxt/schema": "^3.10.0",
|
"@nuxt/schema": "^3.10.0",
|
||||||
"@nx/angular": "19.0.0-beta.11",
|
"@nx/angular": "19.0.0-rc.1",
|
||||||
"@nx/cypress": "19.0.0-beta.11",
|
"@nx/cypress": "19.0.0-rc.1",
|
||||||
"@nx/devkit": "19.0.0-beta.11",
|
"@nx/devkit": "19.0.0-rc.1",
|
||||||
"@nx/esbuild": "19.0.0-beta.11",
|
"@nx/esbuild": "19.0.0-rc.1",
|
||||||
"@nx/eslint": "19.0.0-beta.11",
|
"@nx/eslint": "19.0.0-rc.1",
|
||||||
"@nx/eslint-plugin": "19.0.0-beta.11",
|
"@nx/eslint-plugin": "19.0.0-rc.1",
|
||||||
"@nx/jest": "19.0.0-beta.11",
|
"@nx/jest": "19.0.0-rc.1",
|
||||||
"@nx/js": "19.0.0-beta.11",
|
"@nx/js": "19.0.0-rc.1",
|
||||||
"@nx/next": "19.0.0-beta.11",
|
"@nx/next": "19.0.0-rc.1",
|
||||||
"@nx/playwright": "19.0.0-beta.11",
|
"@nx/playwright": "19.0.0-rc.1",
|
||||||
"@nx/react": "19.0.0-beta.11",
|
"@nx/react": "19.0.0-rc.1",
|
||||||
"@nx/storybook": "19.0.0-beta.11",
|
"@nx/storybook": "19.0.0-rc.1",
|
||||||
"@nx/vite": "19.0.0-beta.11",
|
"@nx/vite": "19.0.0-rc.1",
|
||||||
"@nx/web": "19.0.0-beta.11",
|
"@nx/web": "19.0.0-rc.1",
|
||||||
"@nx/webpack": "19.0.0-beta.11",
|
"@nx/webpack": "19.0.0-rc.1",
|
||||||
"@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",
|
||||||
@ -107,7 +107,7 @@
|
|||||||
"@swc/cli": "0.3.12",
|
"@swc/cli": "0.3.12",
|
||||||
"@swc/core": "^1.3.85",
|
"@swc/core": "^1.3.85",
|
||||||
"@swc/jest": "^0.2.20",
|
"@swc/jest": "^0.2.20",
|
||||||
"@testing-library/react": "14.0.0",
|
"@testing-library/react": "15.0.6",
|
||||||
"@types/cytoscape": "^3.18.2",
|
"@types/cytoscape": "^3.18.2",
|
||||||
"@types/detect-port": "^1.3.2",
|
"@types/detect-port": "^1.3.2",
|
||||||
"@types/ejs": "3.1.2",
|
"@types/ejs": "3.1.2",
|
||||||
@ -123,8 +123,8 @@
|
|||||||
"@types/marked": "^2.0.0",
|
"@types/marked": "^2.0.0",
|
||||||
"@types/node": "18.19.8",
|
"@types/node": "18.19.8",
|
||||||
"@types/npm-package-arg": "6.1.1",
|
"@types/npm-package-arg": "6.1.1",
|
||||||
"@types/react": "18.2.33",
|
"@types/react": "18.3.1",
|
||||||
"@types/react-dom": "18.2.14",
|
"@types/react-dom": "18.3.0",
|
||||||
"@types/semver": "^7.5.2",
|
"@types/semver": "^7.5.2",
|
||||||
"@types/tar-stream": "^2.2.2",
|
"@types/tar-stream": "^2.2.2",
|
||||||
"@types/tmp": "^0.2.0",
|
"@types/tmp": "^0.2.0",
|
||||||
@ -231,7 +231,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.0.0-beta.11",
|
"nx": "19.0.0-rc.1",
|
||||||
"octokit": "^2.0.14",
|
"octokit": "^2.0.14",
|
||||||
"open": "^8.4.0",
|
"open": "^8.4.0",
|
||||||
"openai": "~4.3.1",
|
"openai": "~4.3.1",
|
||||||
@ -341,9 +341,9 @@
|
|||||||
"node-machine-id": "1.1.12",
|
"node-machine-id": "1.1.12",
|
||||||
"npm-run-path": "^4.0.1",
|
"npm-run-path": "^4.0.1",
|
||||||
"preact": "10.6.4",
|
"preact": "10.6.4",
|
||||||
"react": "18.2.0",
|
"react": "18.3.1",
|
||||||
"react-copy-to-clipboard": "^5.0.3",
|
"react-copy-to-clipboard": "^5.0.3",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.3.1",
|
||||||
"react-syntax-highlighter": "^15.5.0",
|
"react-syntax-highlighter": "^15.5.0",
|
||||||
"regenerator-runtime": "0.13.7",
|
"regenerator-runtime": "0.13.7",
|
||||||
"send": "0.17.1",
|
"send": "0.17.1",
|
||||||
|
|||||||
1520
pnpm-lock.yaml
generated
1520
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user