Skip to content

Commit

Permalink
Merge pull request #184 from element-hq/quenting/fix-dev-deps
Browse files Browse the repository at this point in the history
Fix dev dependencies and bundle size
  • Loading branch information
sandhose authored Jun 18, 2024
2 parents a27b734 + b24e887 commit 364edf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"@storybook/addon-interactions": "^8.1.1",
"@storybook/addon-links": "^8.1.1",
"@storybook/addon-themes": "^8.1.1",
"@storybook/manager-api": "^8.1.1",
"@storybook/react": "^8.1.1",
"@storybook/react-vite": "^8.1.1",
"@storybook/test": "^8.1.1",
Expand Down Expand Up @@ -109,7 +110,6 @@
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.6",
"@storybook/manager-api": "^8.1.1",
"classnames": "^2.3.2",
"vaul": "^0.7.0"
},
Expand Down
4 changes: 4 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@ export default defineConfig({
"react/jsx-dev-runtime",
"classnames",
"vaul",
"@floating-ui/react",
"@floating-ui/react-dom",
"@radix-ui/react-context-menu",
"@radix-ui/react-dropdown-menu",
"@radix-ui/react-form",
"@radix-ui/react-separator",
"@radix-ui/react-slot",
"@radix-ui/react-tooltip",
],

Expand Down

0 comments on commit 364edf7

Please sign in to comment.