Skip to content

Commit b5f879f

Browse files
authored
upgrade deps (#352)
1 parent b9e747a commit b5f879f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 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.21.0",
58+
"hightable": "0.21.1",
5959
"hyparquet": "1.20.2",
6060
"hyparquet-compressors": "1.1.1",
6161
"icebird": "0.3.1"
6262
},
6363
"devDependencies": {
6464
"@eslint/js": "9.39.1",
65-
"@storybook/react-vite": "10.0.6",
65+
"@storybook/react-vite": "10.0.7",
6666
"@testing-library/react": "16.3.0",
67-
"@types/node": "24.10.0",
68-
"@types/react": "19.2.2",
69-
"@types/react-dom": "19.2.2",
70-
"@vitejs/plugin-react": "5.1.0",
71-
"@vitest/coverage-v8": "4.0.8",
67+
"@types/node": "24.10.1",
68+
"@types/react": "19.2.5",
69+
"@types/react-dom": "19.2.3",
70+
"@vitejs/plugin-react": "5.1.1",
71+
"@vitest/coverage-v8": "4.0.9",
7272
"eslint": "9.39.1",
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": "10.0.6",
76+
"eslint-plugin-storybook": "10.0.7",
7777
"globals": "16.5.0",
78-
"jsdom": "27.1.0",
79-
"nodemon": "3.1.10",
78+
"jsdom": "27.2.0",
79+
"nodemon": "3.1.11",
8080
"npm-run-all": "4.1.5",
8181
"react": "19.2.0",
8282
"react-dom": "19.2.0",
83-
"storybook": "10.0.6",
83+
"storybook": "10.0.7",
8484
"typescript": "5.9.3",
85-
"typescript-eslint": "8.46.3",
85+
"typescript-eslint": "8.46.4",
8686
"vite": "7.2.2",
87-
"vitest": "4.0.8"
87+
"vitest": "4.0.9"
8888
},
8989
"peerDependencies": {
9090
"react": "^18.3.1 || ^19",

0 commit comments

Comments
 (0)