Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Mar 24, 2024
1 parent cee8df4 commit 56cf7c2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"element-plus": "^2.3.12",
"vue": "^3.3.4"
"element-plus": "^2.6.2",
"vue": "^3.4.21"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.12",
"@types/node": "^20.6.0",
"@vitejs/plugin-vue": "^4.3.4",
"sass": "^1.66.1",
"typescript": "^5.2.2",
"unocss": "^0.55.7",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vite-ssg": "^0.23.1",
"vue-tsc": "^1.8.11"
"@iconify-json/ep": "^1.1.15",
"@types/node": "^20.11.30",
"@vitejs/plugin-vue": "^5.0.4",
"sass": "^1.72.0",
"typescript": "^5.4.3",
"unocss": "^0.58.6",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.5",
"vite-ssg": "^0.23.6",
"vue-tsc": "^2.0.7"
},
"license": "MIT"
}

0 comments on commit 56cf7c2

Please sign in to comment.