chore(repo): update nx to 19.2.0-beta.1 (#26140)
<!-- 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.1.0-beta.5`. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> This repo uses Nx `19.2.0-beta.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
4966797ff1
commit
7ab246b4be
40
package.json
40
package.json
@ -64,21 +64,21 @@
|
||||
"@ngrx/store": "17.0.1",
|
||||
"@nuxt/kit": "^3.10.0",
|
||||
"@nuxt/schema": "^3.10.0",
|
||||
"@nx/angular": "19.1.0-beta.5",
|
||||
"@nx/cypress": "19.1.0-beta.5",
|
||||
"@nx/devkit": "19.1.0-beta.5",
|
||||
"@nx/esbuild": "19.1.0-beta.5",
|
||||
"@nx/eslint": "19.1.0-beta.5",
|
||||
"@nx/eslint-plugin": "19.1.0-beta.5",
|
||||
"@nx/jest": "19.1.0-beta.5",
|
||||
"@nx/js": "19.1.0-beta.5",
|
||||
"@nx/next": "19.1.0-beta.5",
|
||||
"@nx/playwright": "19.1.0-beta.5",
|
||||
"@nx/react": "19.1.0-beta.5",
|
||||
"@nx/storybook": "19.1.0-beta.5",
|
||||
"@nx/vite": "19.1.0-beta.5",
|
||||
"@nx/web": "19.1.0-beta.5",
|
||||
"@nx/webpack": "19.1.0-beta.5",
|
||||
"@nx/angular": "19.2.0-beta.1",
|
||||
"@nx/cypress": "19.2.0-beta.1",
|
||||
"@nx/devkit": "19.2.0-beta.1",
|
||||
"@nx/esbuild": "19.2.0-beta.1",
|
||||
"@nx/eslint": "19.2.0-beta.1",
|
||||
"@nx/eslint-plugin": "19.2.0-beta.1",
|
||||
"@nx/jest": "19.2.0-beta.1",
|
||||
"@nx/js": "19.2.0-beta.1",
|
||||
"@nx/next": "19.2.0-beta.1",
|
||||
"@nx/playwright": "19.2.0-beta.1",
|
||||
"@nx/react": "19.2.0-beta.1",
|
||||
"@nx/storybook": "19.2.0-beta.1",
|
||||
"@nx/vite": "19.2.0-beta.1",
|
||||
"@nx/web": "19.2.0-beta.1",
|
||||
"@nx/webpack": "19.2.0-beta.1",
|
||||
"@phenomnomnominal/tsquery": "~5.0.1",
|
||||
"@playwright/test": "^1.36.1",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
||||
@ -102,11 +102,11 @@
|
||||
"@supabase/supabase-js": "^2.26.0",
|
||||
"@svgr/rollup": "^8.1.0",
|
||||
"@svgr/webpack": "^8.0.1",
|
||||
"@swc-node/register": "~1.9.1",
|
||||
"@swc-node/register": "1.9.1",
|
||||
"@swc/cli": "0.3.12",
|
||||
"@swc/core": "~1.5.7",
|
||||
"@swc/helpers": "~0.5.11",
|
||||
"@swc/jest": "~0.2.36",
|
||||
"@swc/core": "1.5.7",
|
||||
"@swc/helpers": "0.5.11",
|
||||
"@swc/jest": "0.2.36",
|
||||
"@testing-library/react": "15.0.6",
|
||||
"@types/cytoscape": "^3.18.2",
|
||||
"@types/detect-port": "^1.3.2",
|
||||
@ -231,7 +231,7 @@
|
||||
"node-fetch": "^2.6.7",
|
||||
"npm-package-arg": "11.0.1",
|
||||
"nuxt": "^3.10.0",
|
||||
"nx": "19.1.0-beta.5",
|
||||
"nx": "19.2.0-beta.1",
|
||||
"octokit": "^2.0.14",
|
||||
"open": "^8.4.0",
|
||||
"openai": "~4.3.1",
|
||||
|
||||
525
pnpm-lock.yaml
generated
525
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user