Skip to content

Commit c2abc85

Browse files
chore(deps): update react monorepo to v19
1 parent 3dae11f commit c2abc85

File tree

2 files changed

+20
-46
lines changed

2 files changed

+20
-46
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"author": "Gabriel García Seco",
2727
"license": "MIT",
2828
"peerDependencies": {
29-
"react": "^16.13.1",
30-
"react-dom": "^16.13.1"
29+
"react": "^16.13.1 || ^19.0.0",
30+
"react-dom": "^16.13.1 || ^19.0.0"
3131
},
3232
"dependencies": {},
3333
"devDependencies": {
@@ -36,17 +36,17 @@
3636
"@testing-library/react": "11.2.7",
3737
"@types/jest": "26.0.24",
3838
"@types/node": "14.18.63",
39-
"@types/react": "16.14.67",
39+
"@types/react": "19.2.2",
4040
"babel-loader": "8.4.1",
4141
"coveralls": "3.1.1",
4242
"eslint-import-resolver-typescript": "2.7.1",
4343
"husky": "4.3.8",
4444
"identity-obj-proxy": "3.0.0",
4545
"jest": "26.6.3",
4646
"lint-staged": "10.5.4",
47-
"react": "16.14.0",
47+
"react": "19.2.0",
4848
"react-docgen-typescript-loader": "3.7.2",
49-
"react-dom": "16.14.0",
49+
"react-dom": "19.2.0",
5050
"rollup": "2.79.2",
5151
"rollup-plugin-typescript2": "0.36.0",
5252
"serve": "14.2.5",

0 commit comments

Comments
 (0)