Skip to content

Commit 0f71685

Browse files
authored
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 #
1 parent cc875a6 commit 0f71685

File tree

2 files changed

+764
-814
lines changed

2 files changed

+764
-814
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,21 @@
6565
"@ngrx/store": "17.0.1",
6666
"@nuxt/kit": "^3.10.0",
6767
"@nuxt/schema": "^3.10.0",
68-
"@nx/angular": "19.0.0-beta.11",
69-
"@nx/cypress": "19.0.0-beta.11",
70-
"@nx/devkit": "19.0.0-beta.11",
71-
"@nx/esbuild": "19.0.0-beta.11",
72-
"@nx/eslint": "19.0.0-beta.11",
73-
"@nx/eslint-plugin": "19.0.0-beta.11",
74-
"@nx/jest": "19.0.0-beta.11",
75-
"@nx/js": "19.0.0-beta.11",
76-
"@nx/next": "19.0.0-beta.11",
77-
"@nx/playwright": "19.0.0-beta.11",
78-
"@nx/react": "19.0.0-beta.11",
79-
"@nx/storybook": "19.0.0-beta.11",
80-
"@nx/vite": "19.0.0-beta.11",
81-
"@nx/web": "19.0.0-beta.11",
82-
"@nx/webpack": "19.0.0-beta.11",
68+
"@nx/angular": "19.0.0-rc.1",
69+
"@nx/cypress": "19.0.0-rc.1",
70+
"@nx/devkit": "19.0.0-rc.1",
71+
"@nx/esbuild": "19.0.0-rc.1",
72+
"@nx/eslint": "19.0.0-rc.1",
73+
"@nx/eslint-plugin": "19.0.0-rc.1",
74+
"@nx/jest": "19.0.0-rc.1",
75+
"@nx/js": "19.0.0-rc.1",
76+
"@nx/next": "19.0.0-rc.1",
77+
"@nx/playwright": "19.0.0-rc.1",
78+
"@nx/react": "19.0.0-rc.1",
79+
"@nx/storybook": "19.0.0-rc.1",
80+
"@nx/vite": "19.0.0-rc.1",
81+
"@nx/web": "19.0.0-rc.1",
82+
"@nx/webpack": "19.0.0-rc.1",
8383
"@phenomnomnominal/tsquery": "~5.0.1",
8484
"@playwright/test": "^1.36.1",
8585
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
@@ -107,7 +107,7 @@
107107
"@swc/cli": "0.3.12",
108108
"@swc/core": "^1.3.85",
109109
"@swc/jest": "^0.2.20",
110-
"@testing-library/react": "14.0.0",
110+
"@testing-library/react": "15.0.6",
111111
"@types/cytoscape": "^3.18.2",
112112
"@types/detect-port": "^1.3.2",
113113
"@types/ejs": "3.1.2",
@@ -123,8 +123,8 @@
123123
"@types/marked": "^2.0.0",
124124
"@types/node": "18.19.8",
125125
"@types/npm-package-arg": "6.1.1",
126-
"@types/react": "18.2.33",
127-
"@types/react-dom": "18.2.14",
126+
"@types/react": "18.3.1",
127+
"@types/react-dom": "18.3.0",
128128
"@types/semver": "^7.5.2",
129129
"@types/tar-stream": "^2.2.2",
130130
"@types/tmp": "^0.2.0",
@@ -231,7 +231,7 @@
231231
"node-fetch": "^2.6.7",
232232
"npm-package-arg": "11.0.1",
233233
"nuxt": "^3.10.0",
234-
"nx": "19.0.0-beta.11",
234+
"nx": "19.0.0-rc.1",
235235
"octokit": "^2.0.14",
236236
"open": "^8.4.0",
237237
"openai": "~4.3.1",
@@ -341,9 +341,9 @@
341341
"node-machine-id": "1.1.12",
342342
"npm-run-path": "^4.0.1",
343343
"preact": "10.6.4",
344-
"react": "18.2.0",
344+
"react": "18.3.1",
345345
"react-copy-to-clipboard": "^5.0.3",
346-
"react-dom": "18.2.0",
346+
"react-dom": "18.3.1",
347347
"react-syntax-highlighter": "^15.5.0",
348348
"regenerator-runtime": "0.13.7",
349349
"send": "0.17.1",

0 commit comments

Comments
 (0)