diff --git a/package.json b/package.json index cf0ce9a6..7923c3c2 100644 --- a/package.json +++ b/package.json @@ -55,12 +55,10 @@ "watch:url": "NODE_ENV=development nodemon bin/cli.js https://hyperparam.blob.core.windows.net/hyperparam/starcoderdata-js-00000-of-00065.parquet" }, "dependencies": { - "hightable": "0.19.4", + "hightable": "0.19.5", "hyparquet": "1.18.0", "hyparquet-compressors": "1.1.1", - "icebird": "0.3.0", - "react": "18.3.1", - "react-dom": "18.3.1" + "icebird": "0.3.0" }, "devDependencies": { "@eslint/js": "9.35.0", @@ -69,7 +67,7 @@ "@types/node": "24.5.1", "@types/react": "19.1.13", "@types/react-dom": "19.1.9", - "@vitejs/plugin-react": "5.0.2", + "@vitejs/plugin-react": "5.0.3", "@vitest/coverage-v8": "3.2.4", "eslint": "9.35.0", "eslint-plugin-react": "7.37.5", @@ -80,12 +78,18 @@ "jsdom": "27.0.0", "nodemon": "3.1.10", "npm-run-all": "4.1.5", + "react": "19.1.1", + "react-dom": "19.1.1", "storybook": "9.1.6", "typescript": "5.8.3", "typescript-eslint": "8.44.0", "vite": "7.1.5", "vitest": "3.2.4" }, + "peerDependencies": { + "react": "^18.3.1 || ^19", + "react-dom": "^18.3.1 || ^19" + }, "eslintConfig": { "extends": [ "plugin:storybook/recommended" diff --git a/vite.config.ts b/vite.config.ts index ef83517d..e46fa887 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,7 +1,8 @@ import react from '@vitejs/plugin-react' -import { defineConfig } from 'vite' +import { defineConfig } from 'vitest/config' -// https://vite.dev/config/ +// https://vite.dev/config/ and +// https://vitest.dev/config/#configuring-vitest export default defineConfig({ plugins: [react()], build: {