Skip to content

Commit 4ea0818

Browse files
chore(deps): update react monorepo
1 parent f5a9818 commit 4ea0818

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"@testing-library/react": "15.0.7",
6363
"@testing-library/user-event": "14.6.1",
6464
"@types/jest": "29.5.14",
65-
"@types/react": "18.3.18",
66-
"@types/react-dom": "18.3.5",
65+
"@types/react": "19.0.10",
66+
"@types/react-dom": "19.0.4",
6767
"@types/react-router-dom": "5.3.3",
6868
"@typescript-eslint/eslint-plugin": "7.18.0",
6969
"@typescript-eslint/parser": "7.18.0",
@@ -79,7 +79,7 @@
7979
"eslint-plugin-jsx-a11y": "6.10.2",
8080
"eslint-plugin-prettier": "5.2.3",
8181
"eslint-plugin-react": "7.37.4",
82-
"eslint-plugin-react-hooks": "4.6.2",
82+
"eslint-plugin-react-hooks": "5.2.0",
8383
"eslint-plugin-simple-import-sort": "12.1.1",
8484
"eslint-plugin-testing-library": "7.1.1",
8585
"husky": "9.1.7",
@@ -90,8 +90,8 @@
9090
"npm-dts": "1.3.13",
9191
"pinst": "3.0.0",
9292
"prettier": "3.5.2",
93-
"react": "18.3.1",
94-
"react-dom": "18.3.1",
93+
"react": "19.0.0",
94+
"react-dom": "19.0.0",
9595
"semantic-release": "24.2.3",
9696
"ts-jest": "29.2.6",
9797
"ts-node": "10.9.2",
@@ -100,7 +100,7 @@
100100
"webpack-cli": "6.0.1"
101101
},
102102
"peerDependencies": {
103-
"react": "^16.8 || ^17 || ^18",
104-
"react-dom": "^16.8 || ^17 || ^18"
103+
"react": "^16.8 || ^17 || ^18 || ^19.0.0",
104+
"react-dom": "^16.8 || ^17 || ^18 || ^19.0.0"
105105
}
106106
}

0 commit comments

Comments
 (0)