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

Update some dependencies

parent 4c6bc264
...@@ -36,11 +36,9 @@ module.exports = { ...@@ -36,11 +36,9 @@ module.exports = {
{ {
singleline: { singleline: {
max: 4, max: 4,
allowFirstLine: true,
}, },
multiline: { multiline: {
max: 1, max: 1,
allowFirstLine: true,
}, },
}, },
], ],
......
...@@ -3,3 +3,9 @@ node_modules ...@@ -3,3 +3,9 @@ node_modules
dist dist
dist-ssr dist-ssr
*.local *.local
.pnpm-debug.*
yarn.lock
package-lock.json
*.log
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "{{ name }}", "name": "{{ name }}",
"version": "0.0.0", "version": "0.0.0",
"description": "{{ description }}", "description": "{{ description }}",
"author":"{{ author }}", "author": "{{ author }}",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vue-tsc --noEmit && vite build", "build": "vue-tsc --noEmit && vite build",
...@@ -10,21 +10,21 @@ ...@@ -10,21 +10,21 @@
"lint": "eslint \"src/*.ts\" \"src/**\" --fix" "lint": "eslint \"src/*.ts\" \"src/**\" --fix"
}, },
"dependencies": { "dependencies": {
"vue": "^3.2.6" "vue": "^3.2.13"
}, },
"devDependencies": { "devDependencies": {
"@smart/eslint-config-typescript": "^1.0.0", "@smart/eslint-config-typescript": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^4.31.1", "@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^4.31.1", "@typescript-eslint/parser": "^5.21.0",
"@vitejs/plugin-vue": "^1.6.1", "@vitejs/plugin-vue": "^2.3.1",
"@vue/compiler-sfc": "^3.2.6", "@vue/compiler-sfc": "^3.2.6",
"@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^7.0.0", "@vue/eslint-config-typescript": "^10.0.0",
"eslint": "^7.32.0", "eslint": "^8.14.0",
"eslint-plugin-vue": "^7.17.0", "eslint-plugin-vue": "^8.7.1",
"prettier": "^2.4.1", "prettier": "^2.4.1",
"typescript": "^4.3.2", "typescript": "^4.6.3",
"vite": "^2.5.4", "vite": "^2.9.6",
"vue-tsc": "^0.2.2" "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