Skip to content

Commit

Permalink
chore: 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Dec 13, 2023
1 parent 2ef3b3b commit f2792ee
Show file tree
Hide file tree
Showing 3 changed files with 884 additions and 983 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"i18n-ally.keystyle": "nested",
"i18n-ally.sourceLanguage": "zh-CN",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"files.associations": {
"*.css": "postcss"
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@
"auto:create": "plop --plopfile scripts/create.cjs",
"build:debug": "cross-env NODE_ENV=debug vite build",
"deps:fresh": "plop --plopfile scripts/deps-fresh.cjs",
"lint:fix": "eslint --fix --ext .ts,.js,.jsx,.vue,.cjs ."
"lint:fix": "eslint --fix --ext .ts,.js,.jsx,.vue,.cjs ."
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.12.0",
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^1.5.0",
"@intlify/unplugin-vue-i18n": "^1.6.0",
"@types/ityped": "^1.0.3",
"@types/node": "^18.19.2",
"@typescript-eslint/parser": "^6.13.2",
"@types/node": "^18.19.3",
"@typescript-eslint/parser": "^6.14.0",
"@unocss/eslint-config": "^0.58.0",
"@unocss/reset": "^0.58.0",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-vue": "^4.5.1",
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vueuse/components": "^10.6.1",
"@vueuse/core": "^10.6.1",
"@vueuse/integrations": "^10.6.1",
"@vueuse/components": "^10.7.0",
"@vueuse/core": "^10.7.0",
"@vueuse/integrations": "^10.7.0",
"axios": "^1.6.2",
"browserslist": "^4.22.2",
"c8": "^8.0.1",
Expand All @@ -63,17 +63,17 @@
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"plop": "^4.0.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"prism-theme-vars": "^0.2.4",
"taze": "^0.13.0",
"terser": "^5.25.0",
"typescript": "^5.3.2",
"terser": "^5.26.0",
"typescript": "^5.3.3",
"unocss": "^0.58.0",
"unplugin-auto-import": "^0.17.2",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-markdown": "^0.25.2",
"unplugin-vue-router": "^0.7.0",
"vite": "^5.0.5",
"vite": "^5.0.8",
"vite-auto-import-resolvers": "^3.2.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-env-types": "^0.1.3",
Expand All @@ -82,10 +82,10 @@
"vite-plugin-use-modules": "^1.4.6",
"vite-plugin-vue-devtools": "1.0.0-rc.6",
"vite-plugin-vue-meta-layouts": "^0.3.3",
"vue": "^3.3.10",
"vitest": "^1.0.1",
"vitest": "^1.0.4",
"vue": "^3.3.11",
"vue-dark-switch": "^1.0.6",
"vue-echarts": "^6.6.2",
"vue-echarts": "^6.6.4",
"vue-i18n": "^9.8.0",
"vue-request": "2.0.4",
"vue-router": "^4.2.5",
Expand All @@ -95,21 +95,21 @@
"*.{js,jsx,ts,tsx,vue}": "eslint --cache --fix"
},
"overrides": {
"vue-demi": "npm:vue-demi@latest",
"sourcemap-codec": "npm:@jridgewell/sourcemap-codec@latest",
"array-includes": "npm:@nolyfill/array-includes@latest",
"array.prototype.findlastindex": "npm:@nolyfill/array.prototype.findlastindex@latest",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
"arraybuffer.prorotype.slice": "npm:@nolyfill/arraybuffer.prorotype.slice@latest",
"function.prototype.name": "npm:@nolyfill/function.prototype.name@latest",
"has": "npm:@nolyfill/has@latest",
"is-regex": "npm:@nolyfill/is-regex@latest",
"object-keys": "npm:@nolyfill/object-keys@latest",
"object.assign": "npm:@nolyfill/object.assign@latest",
"object.entries": "npm:@nolyfill/object.entries@latest",
"object.fromentries": "npm:@nolyfill/object.fromentries@latest",
"object.values": "npm:@nolyfill/object.values@latest",
"has": "npm:@nolyfill/has@latest",
"is-regex": "npm:@nolyfill/is-regex@latest"
"vue-demi": "npm:vue-demi@latest"
},
"repository": {
"url": "https://github.com/dishait/tov-template"
Expand All @@ -122,4 +122,4 @@
"Android >= 4.0",
"iOS >= 8"
]
}
}

0 comments on commit f2792ee

Please sign in to comment.