Commit 38c28266 authored by 曾沂轮's avatar 曾沂轮

Update some dependencies

parent 4c6bc264
......@@ -36,11 +36,9 @@ module.exports = {
{
singleline: {
max: 4,
allowFirstLine: true,
},
multiline: {
max: 1,
allowFirstLine: true,
},
},
],
......
......@@ -3,3 +3,9 @@ node_modules
dist
dist-ssr
*.local
.pnpm-debug.*
yarn.lock
package-lock.json
*.log
......@@ -2,7 +2,7 @@
"name": "{{ name }}",
"version": "0.0.0",
"description": "{{ description }}",
"author":"{{ author }}",
"author": "{{ author }}",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
......@@ -10,21 +10,21 @@
"lint": "eslint \"src/*.ts\" \"src/**\" --fix"
},
"dependencies": {
"vue": "^3.2.6"
"vue": "^3.2.13"
},
"devDependencies": {
"@smart/eslint-config-typescript": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@vitejs/plugin-vue": "^1.6.1",
"@smart/eslint-config-typescript": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/compiler-sfc": "^3.2.6",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.17.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"eslint": "^8.14.0",
"eslint-plugin-vue": "^8.7.1",
"prettier": "^2.4.1",
"typescript": "^4.3.2",
"vite": "^2.5.4",
"vue-tsc": "^0.2.2"
"typescript": "^4.6.3",
"vite": "^2.9.6",
"vue-tsc": "^0.34"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment