Skip to content

Commit c5f741d

Browse files
authored
update dependencies (#221)
1 parent dc25e8d commit c5f741d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
"watch:url": "NODE_ENV=development nodemon bin/cli.js https://hyperparam.blob.core.windows.net/hyperparam/starcoderdata-js-00000-of-00065.parquet"
5454
},
5555
"dependencies": {
56-
"hightable": "0.14.2",
57-
"hyparquet": "1.12.0",
56+
"hightable": "0.15.0",
57+
"hyparquet": "1.12.1",
5858
"hyparquet-compressors": "1.1.1",
59-
"icebird": "0.1.14",
59+
"icebird": "0.2.0",
6060
"react": "18.3.1",
6161
"react-dom": "18.3.1"
6262
},
6363
"devDependencies": {
64-
"@eslint/js": "9.24.0",
64+
"@eslint/js": "9.25.1",
6565
"@storybook/addon-essentials": "8.6.12",
6666
"@storybook/addon-interactions": "8.6.12",
6767
"@storybook/blocks": "8.6.12",
@@ -70,24 +70,24 @@
7070
"@storybook/test": "8.6.12",
7171
"@testing-library/react": "16.3.0",
7272
"@types/node": "22.14.1",
73-
"@types/react": "19.1.1",
73+
"@types/react": "19.1.2",
7474
"@types/react-dom": "19.1.2",
7575
"@vitejs/plugin-react": "4.3.4",
76-
"@vitest/coverage-v8": "3.1.1",
77-
"eslint": "9.24.0",
76+
"@vitest/coverage-v8": "3.1.2",
77+
"eslint": "9.25.1",
7878
"eslint-plugin-react": "7.37.5",
7979
"eslint-plugin-react-hooks": "5.2.0",
80-
"eslint-plugin-react-refresh": "0.4.19",
80+
"eslint-plugin-react-refresh": "0.4.20",
8181
"eslint-plugin-storybook": "0.12.0",
8282
"globals": "16.0.0",
8383
"jsdom": "26.1.0",
8484
"nodemon": "3.1.9",
8585
"npm-run-all": "4.1.5",
8686
"storybook": "8.6.12",
8787
"typescript": "5.8.3",
88-
"typescript-eslint": "8.29.1",
89-
"vite": "6.2.6",
90-
"vitest": "3.1.1"
88+
"typescript-eslint": "8.31.0",
89+
"vite": "6.3.2",
90+
"vitest": "3.1.2"
9191
},
9292
"eslintConfig": {
9393
"extends": [

0 commit comments

Comments
 (0)