We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8a26a commit 7f6da74Copy full SHA for 7f6da74
package.json
@@ -58,9 +58,7 @@
58
"hightable": "0.19.5",
59
"hyparquet": "1.18.0",
60
"hyparquet-compressors": "1.1.1",
61
- "icebird": "0.3.0",
62
- "react": "18.3.1",
63
- "react-dom": "18.3.1"
+ "icebird": "0.3.0"
64
},
65
"devDependencies": {
66
"@eslint/js": "9.35.0",
@@ -80,12 +78,18 @@
80
78
"jsdom": "27.0.0",
81
79
"nodemon": "3.1.10",
82
"npm-run-all": "4.1.5",
+ "react": "19.1.1",
+ "react-dom": "19.1.1",
83
"storybook": "9.1.6",
84
"typescript": "5.8.3",
85
"typescript-eslint": "8.44.0",
86
"vite": "7.1.5",
87
"vitest": "3.2.4"
88
89
+ "peerDependencies": {
90
+ "react": "^18.3.1 || ^19",
91
+ "react-dom": "^18.3.1 || ^19"
92
+ },
93
"eslintConfig": {
94
"extends": [
95
"plugin:storybook/recommended"
0 commit comments