Skip to content

Commit 7f6da74

Browse files
committed
add support for react 19
1 parent fb8a26a commit 7f6da74

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@
5858
"hightable": "0.19.5",
5959
"hyparquet": "1.18.0",
6060
"hyparquet-compressors": "1.1.1",
61-
"icebird": "0.3.0",
62-
"react": "18.3.1",
63-
"react-dom": "18.3.1"
61+
"icebird": "0.3.0"
6462
},
6563
"devDependencies": {
6664
"@eslint/js": "9.35.0",
@@ -80,12 +78,18 @@
8078
"jsdom": "27.0.0",
8179
"nodemon": "3.1.10",
8280
"npm-run-all": "4.1.5",
81+
"react": "19.1.1",
82+
"react-dom": "19.1.1",
8383
"storybook": "9.1.6",
8484
"typescript": "5.8.3",
8585
"typescript-eslint": "8.44.0",
8686
"vite": "7.1.5",
8787
"vitest": "3.2.4"
8888
},
89+
"peerDependencies": {
90+
"react": "^18.3.1 || ^19",
91+
"react-dom": "^18.3.1 || ^19"
92+
},
8993
"eslintConfig": {
9094
"extends": [
9195
"plugin:storybook/recommended"

0 commit comments

Comments
 (0)