Skip to content

Commit

Permalink
feat(deps): vite5 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
cTux authored Nov 23, 2023
1 parent 8c7b46f commit cdc2261
Show file tree
Hide file tree
Showing 2 changed files with 387 additions and 34 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "vitejs-mui-template",
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "vite build",
"build:storybook": "storybook build",
Expand Down Expand Up @@ -59,7 +60,7 @@
"prettier": "^3.1.0",
"storybook": "^7.5.3",
"typescript": "^5.3.2",
"vite": "^4.5.0",
"vite": "^5.0.2",
"vite-plugin-chunk-split": "^0.4.7",
"vite-plugin-svgr": "^3.3.0"
},
Expand Down
Loading

0 comments on commit cdc2261

Please sign in to comment.