Skip to content

Commit 30152c9

Browse files
chore(dev-deps): update react monorepo to v19
1 parent 77bec3f commit 30152c9

File tree

2 files changed

+138
-94
lines changed

2 files changed

+138
-94
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@
128128
"@types/markdown-it": "14.1.2",
129129
"@types/node": "20.16.5",
130130
"@types/raf-schd": "4.0.3",
131-
"@types/react": "18.3.5",
132-
"@types/react-dom": "18.3.0",
131+
"@types/react": "19.0.1",
132+
"@types/react-dom": "19.0.2",
133133
"@types/react-virtualized": "9.21.30",
134134
"@types/react-window": "1.8.8",
135135
"@types/seedrandom": "3.0.8",
@@ -175,8 +175,8 @@
175175
"postcss-styled-syntax": "0.6.4",
176176
"prettier": "3.3.3",
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.10",
182182
"release-it": "17.6.0",
@@ -196,8 +196,8 @@
196196
"webpack": "5.94.0"
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)