Skip to content

Commit 957eb75

Browse files
chore(deps): update react monorepo
1 parent 187dfc2 commit 957eb75

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"upgrade-interactive": "npm-check -u"
5151
},
5252
"peerDependencies": {
53-
"react": "^17.0.0 || ^18.0.0",
54-
"react-dom": "^17.0.0 || ^18.0.0"
53+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
54+
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
5555
},
5656
"devDependencies": {
5757
"@babel/core": "^7.22.19",
@@ -65,8 +65,8 @@
6565
"@storybook/react-vite": "^7.4.1",
6666
"@testing-library/jest-dom": "^6.1.3",
6767
"@testing-library/react": "^14.0.0",
68-
"@types/react": "^18.2.14",
69-
"@types/react-dom": "^18.2.6",
68+
"@types/react": "^19.0.0",
69+
"@types/react-dom": "^19.0.0",
7070
"@typescript-eslint/eslint-plugin": "^6.7.0",
7171
"@typescript-eslint/parser": "^6.7.0",
7272
"@vitejs/plugin-react": "^4.0.1",
@@ -80,13 +80,13 @@
8080
"eslint-plugin-jsx-a11y": "^6.6.1",
8181
"eslint-plugin-prettier": "^5.0.0",
8282
"eslint-plugin-react": "^7.31.11",
83-
"eslint-plugin-react-hooks": "^4.6.0",
83+
"eslint-plugin-react-hooks": "^5.0.0",
8484
"eslint-plugin-storybook": "^0.8.0",
8585
"jsdom": "^23.0.0",
8686
"npm-check": "^6.0.1",
8787
"prettier": "^3.0.3",
88-
"react": "^18.2.0",
89-
"react-dom": "^18.2.0",
88+
"react": "^19.0.0",
89+
"react-dom": "^19.0.0",
9090
"size-limit": "^11.0.0",
9191
"storybook": "^7.4.1",
9292
"typescript": "^5.2.2",

0 commit comments

Comments
 (0)