File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 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.19.4 " ,
58+ "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" ,
6967 "@types/node" : " 24.5.1" ,
7068 "@types/react" : " 19.1.13" ,
7169 "@types/react-dom" : " 19.1.9" ,
72- "@vitejs/plugin-react" : " 5.0.2 " ,
70+ "@vitejs/plugin-react" : " 5.0.3 " ,
7371 "@vitest/coverage-v8" : " 3.2.4" ,
7472 "eslint" : " 9.35.0" ,
7573 "eslint-plugin-react" : " 7.37.5" ,
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"
Original file line number Diff line number Diff line change 11import react from '@vitejs/plugin-react'
2- import { defineConfig } from 'vite '
2+ import { defineConfig } from 'vitest/config '
33
4- // https://vite.dev/config/
4+ // https://vite.dev/config/ and
5+ // https://vitest.dev/config/#configuring-vitest
56export default defineConfig ( {
67 plugins : [ react ( ) ] ,
78 build : {
You can’t perform that action at this time.
0 commit comments