Skip to content

Commit a004b0a

Browse files
authored
upgrade dependencies - fixes #346 (#347)
1 parent b322f40 commit a004b0a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,36 +55,36 @@
5555
"watch:url": "NODE_ENV=development nodemon bin/cli.js https://hyperparam.blob.core.windows.net/hyperparam/starcoderdata-js-00000-of-00065.parquet"
5656
},
5757
"dependencies": {
58-
"hightable": "0.20.3",
58+
"hightable": "0.20.4",
5959
"hyparquet": "1.20.1",
6060
"hyparquet-compressors": "1.1.1",
6161
"icebird": "0.3.1"
6262
},
6363
"devDependencies": {
6464
"@eslint/js": "9.38.0",
65-
"@storybook/react-vite": "9.1.15",
65+
"@storybook/react-vite": "10.0.1",
6666
"@testing-library/react": "16.3.0",
67-
"@types/node": "24.9.1",
67+
"@types/node": "24.9.2",
6868
"@types/react": "19.2.2",
6969
"@types/react-dom": "19.2.2",
7070
"@vitejs/plugin-react": "5.1.0",
71-
"@vitest/coverage-v8": "4.0.3",
71+
"@vitest/coverage-v8": "4.0.5",
7272
"eslint": "9.38.0",
7373
"eslint-plugin-react": "7.37.5",
7474
"eslint-plugin-react-hooks": "7.0.1",
7575
"eslint-plugin-react-refresh": "0.4.24",
76-
"eslint-plugin-storybook": "9.1.15",
76+
"eslint-plugin-storybook": "10.0.1",
7777
"globals": "16.4.0",
7878
"jsdom": "27.0.1",
7979
"nodemon": "3.1.10",
8080
"npm-run-all": "4.1.5",
8181
"react": "19.2.0",
8282
"react-dom": "19.2.0",
83-
"storybook": "9.1.15",
83+
"storybook": "10.0.1",
8484
"typescript": "5.9.3",
8585
"typescript-eslint": "8.46.2",
8686
"vite": "7.1.12",
87-
"vitest": "4.0.3"
87+
"vitest": "4.0.5"
8888
},
8989
"peerDependencies": {
9090
"react": "^18.3.1 || ^19",

0 commit comments

Comments
 (0)