Skip to content

Commit

Permalink
DST-648: possibly fixed typecheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
aromko committed Jan 31, 2025
1 parent bb7c045 commit bd77ff7
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 142 deletions.
4 changes: 2 additions & 2 deletions config/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@
"@storybook/addon-interactions": "^8.1.11",
"@storybook/source-loader": "^8.1.11",
"@storybook/test": "^8.1.11",
"@tailwindcss/vite": "4.0.0",
"@tailwindcss/vite": "4.0.1",
"@types/react": "19.0.7",
"@vitejs/plugin-react": "4.3.4",
"tailwindcss": "4.0.0",
"vite-tsconfig-paths": "5.1.4"
},
"devDependencies": {
Expand All @@ -43,7 +44,6 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"storybook": "^8.1.11",
"tailwindcss": "4.0.0",
"typescript": "5.7.3",
"vite": "6.0.9"
},
Expand Down
1 change: 1 addition & 0 deletions config/storybook/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import tailwindcss from '@tailwindcss/vite';
import react from '@vitejs/plugin-react';
import { defineConfig } from 'vite';
Expand Down
Loading

0 comments on commit bd77ff7

Please sign in to comment.