Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,7 @@ const config: StorybookConfig = {
'../src/**/*.mdx',
'../src/**/*.stories.@(js|jsx|mjs|ts|tsx)',
],
addons: [
{
name: '@storybook/addon-essentials',
options: {
docs: false,
},
},
'@storybook/addon-interactions',
],
addons: [],
framework: {
name: '@storybook/react-vite',
options: {},
Expand Down
2 changes: 1 addition & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Preview } from '@storybook/react'
import type { Preview } from '@storybook/react-vite'
import './global.css'

const preview: Preview = {
Expand Down
23 changes: 9 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"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.16.0",
"hightable": "0.17.0",
"hyparquet": "1.15.0",
"hyparquet-compressors": "1.1.1",
"icebird": "0.3.0",
Expand All @@ -62,32 +62,27 @@
},
"devDependencies": {
"@eslint/js": "9.28.0",
"@storybook/addon-essentials": "8.6.14",
"@storybook/addon-interactions": "8.6.14",
"@storybook/blocks": "8.6.14",
"@storybook/react": "8.6.14",
"@storybook/react-vite": "8.6.14",
"@storybook/test": "8.6.14",
"@storybook/react-vite": "9.0.4",
"@testing-library/react": "16.3.0",
"@types/node": "22.15.29",
"@types/react": "19.1.6",
"@types/react-dom": "19.1.5",
"@vitejs/plugin-react": "4.5.0",
"@vitest/coverage-v8": "3.1.4",
"@types/react-dom": "19.1.6",
"@vitejs/plugin-react": "4.5.1",
"@vitest/coverage-v8": "3.2.1",
"eslint": "9.28.0",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.20",
"eslint-plugin-storybook": "0.12.0",
"eslint-plugin-storybook": "9.0.4",
"globals": "16.2.0",
"jsdom": "26.1.0",
"nodemon": "3.1.10",
"npm-run-all": "4.1.5",
"storybook": "8.6.14",
"storybook": "9.0.4",
"typescript": "5.8.3",
"typescript-eslint": "8.33.0",
"typescript-eslint": "8.33.1",
"vite": "6.3.5",
"vitest": "3.1.4"
"vitest": "3.2.1"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/Breadcrumb/Breadcrumb.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Meta, StoryObj } from '@storybook/react'
import type { Meta, StoryObj } from '@storybook/react-vite'
import { ConfigProvider } from '../../hooks/useConfig.js'
import Breadcrumb from './Breadcrumb.js'

Expand Down
2 changes: 1 addition & 1 deletion src/components/Dropdown/Dropdown.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Meta, StoryObj } from '@storybook/react'
import type { Meta, StoryObj } from '@storybook/react-vite'
import Dropdown from './Dropdown.js'

const meta: Meta<typeof Dropdown> = {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Json/Json.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Meta, StoryObj } from '@storybook/react'
import type { Meta, StoryObj } from '@storybook/react-vite'
import type { ComponentProps } from 'react'
import Json from './Json.js'

Expand Down