Skip to content

Commit 6030b21

Browse files
authored
Update the React version used in dev
1 parent ba05770 commit 6030b21

File tree

4 files changed

+401
-32
lines changed

4 files changed

+401
-32
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"eslint": "9.38.0",
120120
"eslint-plugin-jsx-a11y": "6.10.2",
121121
"eslint-plugin-react": "7.37.5",
122-
"eslint-plugin-react-hooks": "5.2.0",
122+
"eslint-plugin-react-hooks": "^6",
123123
"eslint-plugin-react-refresh": "0.4.24",
124124
"globals": "16.4.0",
125125
"lucide-react": "0.548.0",
@@ -130,8 +130,8 @@
130130
"pkg-pr-new": "0.0.60",
131131
"postcss": "8.5.6",
132132
"prettier": "3.6.2",
133-
"react": "19.2.0",
134-
"react-dom": "19.2.0",
133+
"react": "19.2.1",
134+
"react-dom": "19.2.1",
135135
"react-hook-form": "7.65.0",
136136
"react-markdown": "10.1.0",
137137
"react-router-dom": "7.9.5",

0 commit comments

Comments
 (0)