Skip to content

Commit 90f659b

Browse files
chore(dev-deps): update react monorepo to v19
1 parent 73421d2 commit 90f659b

File tree

2 files changed

+140
-105
lines changed

2 files changed

+140
-105
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@
127127
"@types/markdown-it": "14.1.2",
128128
"@types/node": "22.10.5",
129129
"@types/raf-schd": "4.0.3",
130-
"@types/react": "18.3.18",
131-
"@types/react-dom": "18.3.5",
130+
"@types/react": "19.0.7",
131+
"@types/react-dom": "19.0.3",
132132
"@types/react-virtualized": "9.22.0",
133133
"@types/react-window": "1.8.8",
134134
"@types/seedrandom": "3.0.8",
@@ -175,8 +175,8 @@
175175
"postcss-styled-syntax": "0.7.0",
176176
"prettier": "3.4.2",
177177
"raf-stub": "3.0.0",
178-
"react": "18.3.1",
179-
"react-dom": "18.3.1",
178+
"react": "19.0.0",
179+
"react-dom": "19.0.0",
180180
"react-virtualized": "9.22.5",
181181
"react-window": "1.8.11",
182182
"release-it": "17.11.0",
@@ -196,8 +196,8 @@
196196
"webpack": "5.97.1"
197197
},
198198
"peerDependencies": {
199-
"react": "^18.0.0",
200-
"react-dom": "^18.0.0"
199+
"react": "^18.0.0 || ^19.0.0",
200+
"react-dom": "^18.0.0 || ^19.0.0"
201201
},
202202
"license": "Apache-2.0",
203203
"jest-junit": {

0 commit comments

Comments
 (0)