Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
- Migrate to Vite 5
  • Loading branch information
EmeraldCoder committed Dec 3, 2023
1 parent 21c210b commit d123b71
Show file tree
Hide file tree
Showing 2 changed files with 673 additions and 560 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.7.3",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -27,7 +28,7 @@
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-vue": "^8.2.0",
"vite": "^4.0.0",
"vite": "^5.0.0",
"vitest": "^0.34.0",
"vite-plugin-html": "^3.0.0"
}
Expand Down
Loading

0 comments on commit d123b71

Please sign in to comment.