Skip to content

Commit fca1ff2

Browse files
fix(deps): update react monorepo to v19
1 parent 33e8537 commit fca1ff2

File tree

16 files changed

+233
-494
lines changed

16 files changed

+233
-494
lines changed

packages/examples/create-react-app-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"postcss-normalize": "13.0.1",
3737
"postcss-preset-env": "10.1.5",
3838
"prompts": "2.4.2",
39-
"react": "17.0.2",
39+
"react": "19.0.0",
4040
"react-app-polyfill": "3.0.0",
4141
"react-dev-utils": "12.0.1",
42-
"react-dom": "17.0.2",
42+
"react-dom": "19.0.0",
4343
"react-refresh": "0.16.0",
4444
"resolve": "1.22.10",
4545
"resolve-url-loader": "5.0.0",

packages/examples/cypress-example/package-lock.json

Lines changed: 42 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/examples/cypress-example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"test:e2e": "cross-env PORT=5173 cypress run --e2e --env HELLO=e2e"
1414
},
1515
"dependencies": {
16-
"react": "18.3.1",
17-
"react-dom": "18.3.1"
16+
"react": "19.0.0",
17+
"react-dom": "19.0.0"
1818
},
1919
"devDependencies": {
20-
"@types/react": "18.3.18",
21-
"@types/react-dom": "18.3.5",
20+
"@types/react": "19.0.10",
21+
"@types/react-dom": "19.0.4",
2222
"@vitejs/plugin-react": "4.3.4",
2323
"cross-env": "7.0.3",
2424
"cypress": "14.1.0",

0 commit comments

Comments
 (0)