Skip to content

Commit 15f4daf

Browse files
committed
chore: updates all dependencies
1 parent 04083aa commit 15f4daf

File tree

4 files changed

+388
-302
lines changed

4 files changed

+388
-302
lines changed

package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "v3-admin-vite",
3-
"version": "3.1.10",
3+
"version": "3.1.11",
44
"description": "一个免费开源的中后台管理系统基础解决方案,基于 Vue3、TypeScript、Element-Plus、Pinia 和 Vite 等主流技术.",
55
"author": {
66
"name": "pany",
@@ -26,42 +26,43 @@
2626
"@element-plus/icons-vue": "^2.0.6",
2727
"axios": "^0.27.2",
2828
"dayjs": "^1.11.3",
29-
"element-plus": "^2.2.8",
29+
"element-plus": "^2.2.9",
3030
"js-cookie": "^3.0.1",
3131
"lodash-es": "^4.17.21",
3232
"normalize.css": "^8.0.1",
3333
"nprogress": "^0.2.0",
3434
"path-browserify": "^1.0.1",
3535
"path-to-regexp": "^6.2.1",
36-
"pinia": "^2.0.14",
36+
"pinia": "^2.0.16",
3737
"screenfull": "^6.0.2",
3838
"vue": "^3.2.37",
39-
"vue-router": "^4.0.16"
39+
"vue-router": "^4.1.2"
4040
},
4141
"devDependencies": {
4242
"@types/js-cookie": "^3.0.2",
4343
"@types/lodash-es": "^4.17.6",
44-
"@types/node": "^18.0.1",
44+
"@types/node": "^18.0.4",
4545
"@types/nprogress": "^0.2.0",
4646
"@types/path-browserify": "^1.0.0",
47-
"@typescript-eslint/eslint-plugin": "^5.30.4",
48-
"@typescript-eslint/parser": "^5.30.4",
49-
"@vitejs/plugin-vue": "^2.3.3",
47+
"@typescript-eslint/eslint-plugin": "^5.30.6",
48+
"@typescript-eslint/parser": "^5.30.6",
49+
"@vitejs/plugin-vue": "^3.0.0",
5050
"@vue/eslint-config-prettier": "^7.0.0",
5151
"@vue/eslint-config-typescript": "^11.0.0",
5252
"eslint": "^8.19.0",
5353
"eslint-plugin-prettier": "^4.2.1",
54-
"eslint-plugin-vue": "^9.1.1",
54+
"eslint-plugin-vue": "^9.2.0",
5555
"husky": "^8.0.1",
5656
"lint-staged": "^13.0.3",
5757
"prettier": "^2.7.1",
5858
"sass": "^1.53.0",
59+
"terser": "^5.14.2",
5960
"typescript": "^4.7.4",
60-
"unocss": "^0.43.0",
61-
"vite": "^2.9.13",
61+
"unocss": "^0.44.2",
62+
"vite": "^3.0.0",
6263
"vite-plugin-svg-icons": "^2.0.1",
6364
"vue-eslint-parser": "^9.0.3",
64-
"vue-tsc": "^0.38.2"
65+
"vue-tsc": "^0.38.5"
6566
},
6667
"lint-staged": {
6768
"*.{js,jsx,vue,ts,tsx}": [

0 commit comments

Comments
 (0)