Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nilscox committed Nov 19, 2024
1 parent 20f38ce commit c95e8ae
Show file tree
Hide file tree
Showing 5 changed files with 1,471 additions and 1,453 deletions.
30 changes: 15 additions & 15 deletions design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,40 +28,40 @@
"react-dom": "^18.0.0"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@floating-ui/react": "^0.26.27",
"@storybook/addon-actions": "^8.4.1",
"@storybook/addon-controls": "^8.4.1",
"@storybook/addon-viewport": "^8.4.1",
"@storybook/react": "^8.4.1",
"@storybook/react-vite": "^8.4.1",
"@eslint/js": "^9.15.0",
"@floating-ui/react": "^0.26.28",
"@storybook/addon-actions": "^8.4.4",
"@storybook/addon-controls": "^8.4.4",
"@storybook/addon-viewport": "^8.4.4",
"@storybook/react": "^8.4.4",
"@storybook/react-vite": "^8.4.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"csstype": "^3.1.3",
"downshift": "^9.0.8",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-x": "^4.4.0",
"eslint-plugin-import-x": "^4.4.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-tailwindcss": "^3.17.5",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.4.1",
"storybook": "^8.4.4",
"storybook-dark-mode": "^4.0.2",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"vite": "^5.4.10",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.11",
"vite-plugin-dts": "4.3.0",
"vite-plugin-svgr": "^4.3.0"
},
"dependencies": {
"lucide-static": "^0.454.0"
"lucide-static": "^0.460.0"
}
}
Loading

0 comments on commit c95e8ae

Please sign in to comment.