This commit is contained in:
Sepush 2023-05-27 23:04:13 +08:00 committed by GitHub
parent 41e9a0f96f
commit 9c4cc6ce11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,10 +92,10 @@
"@vicons/ionicons4": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"@vitejs/plugin-vue": "^4.2.1",
"@vue/compiler-sfc": "^3.3.2",
"@vue/compiler-sfc": "^3.3.4",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/server-renderer": "^3.3.2",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/server-renderer": "^3.3.4",
"@vue/test-utils": "^2.3.2",
"autoprefixer": "^10.4.4",
"babel-jest": "^29.5.0",
@ -112,7 +112,7 @@
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.11.0",
"eslint-plugin-vue": "^9.14.1",
"express": "^4.17.3",
"fast-glob": "^3.2.11",
"fs-extra": "^11.1.0",
@ -135,9 +135,9 @@
"typescript": "5.0.4",
"vfonts": "^0.1.0",
"vite": "^4.3.3",
"vue": "^3.3.2",
"vue": "^3.3.4",
"vue-router": "^4.1.6",
"vue-tsc": "^1.6.1"
"vue-tsc": "^1.6.5"
},
"peerDependencies": {
"vue": "^3.0.0"