build(deps): 更新依赖
This commit is contained in:
parent
0fb011f6fd
commit
e59b85a8a8
@ -31,6 +31,7 @@ module.exports = {
|
|||||||
'no-shadow': 0,
|
'no-shadow': 0,
|
||||||
'import/prefer-default-export': 0,
|
'import/prefer-default-export': 0,
|
||||||
'no-use-before-define': 'off',
|
'no-use-before-define': 'off',
|
||||||
|
'vue/multi-word-component-names': 0,
|
||||||
'@typescript-eslint/no-explicit-any': 0,
|
'@typescript-eslint/no-explicit-any': 0,
|
||||||
'@typescript-eslint/no-inferrable-types': 0,
|
'@typescript-eslint/no-inferrable-types': 0,
|
||||||
'@typescript-eslint/ban-ts-ignore': 'off',
|
'@typescript-eslint/ban-ts-ignore': 'off',
|
||||||
|
22
package.json
22
package.json
@ -18,15 +18,15 @@
|
|||||||
"*.{vue,js,jsx,ts,tsx}": "eslint --fix"
|
"*.{vue,js,jsx,ts,tsx}": "eslint --fix"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vueuse/core": "^6.7.3",
|
"@vueuse/core": "^6.7.4",
|
||||||
"axios": "^0.24.0",
|
"axios": "^0.24.0",
|
||||||
"chroma-js": "^2.1.2",
|
"chroma-js": "^2.1.2",
|
||||||
"clipboard": "^2.0.8",
|
"clipboard": "^2.0.8",
|
||||||
"dayjs": "^1.10.7",
|
"dayjs": "^1.10.7",
|
||||||
"form-data": "^4.0.0",
|
"form-data": "^4.0.0",
|
||||||
"makeit-captcha": "^1.2.5",
|
"makeit-captcha": "^1.2.5",
|
||||||
"naive-ui": "^2.19.11",
|
"naive-ui": "^2.20.0",
|
||||||
"pinia": "^2.0.0-rc.14",
|
"pinia": "^2.0.0",
|
||||||
"qs": "^6.10.1",
|
"qs": "^6.10.1",
|
||||||
"vue": "^3.2.20",
|
"vue": "^3.2.20",
|
||||||
"vue-router": "^4.0.11"
|
"vue-router": "^4.0.11"
|
||||||
@ -48,7 +48,7 @@
|
|||||||
"@vicons/ionicons5": "^0.11.0",
|
"@vicons/ionicons5": "^0.11.0",
|
||||||
"@vicons/material": "^0.11.0",
|
"@vicons/material": "^0.11.0",
|
||||||
"@vicons/tabler": "^0.11.0",
|
"@vicons/tabler": "^0.11.0",
|
||||||
"@vitejs/plugin-vue": "^1.9.3",
|
"@vitejs/plugin-vue": "^1.9.4",
|
||||||
"@vue/compiler-sfc": "^3.2.20",
|
"@vue/compiler-sfc": "^3.2.20",
|
||||||
"@vue/eslint-config-prettier": "^6.0.0",
|
"@vue/eslint-config-prettier": "^6.0.0",
|
||||||
"@vue/eslint-config-typescript": "^8.0.0",
|
"@vue/eslint-config-typescript": "^8.0.0",
|
||||||
@ -61,23 +61,23 @@
|
|||||||
"eslint-config-prettier": "^8.3.0",
|
"eslint-config-prettier": "^8.3.0",
|
||||||
"eslint-plugin-import": "^2.25.2",
|
"eslint-plugin-import": "^2.25.2",
|
||||||
"eslint-plugin-prettier": "^4.0.0",
|
"eslint-plugin-prettier": "^4.0.0",
|
||||||
"eslint-plugin-vue": "^7.20.0",
|
"eslint-plugin-vue": "^8.0.2",
|
||||||
"husky": "^7.0.4",
|
"husky": "^7.0.4",
|
||||||
"lint-staged": "^11.2.4",
|
"lint-staged": "^11.2.6",
|
||||||
"patch-package": "^6.4.7",
|
"patch-package": "^6.4.7",
|
||||||
"postinstall-postinstall": "^2.1.0",
|
"postinstall-postinstall": "^2.1.0",
|
||||||
"prettier": "^2.4.1",
|
"prettier": "^2.4.1",
|
||||||
"rollup-plugin-visualizer": "^5.5.2",
|
"rollup-plugin-visualizer": "^5.5.2",
|
||||||
"sass": "^1.43.3",
|
"sass": "^1.43.4",
|
||||||
"typescript": "^4.4.4",
|
"typescript": "^4.4.4",
|
||||||
"unplugin-icons": "^0.12.16",
|
"unplugin-icons": "^0.12.16",
|
||||||
"unplugin-vue-components": "^0.16.0",
|
"unplugin-vue-components": "^0.16.0",
|
||||||
"vite": "^2.6.11",
|
"vite": "^2.6.13",
|
||||||
"vite-plugin-html": "^2.1.1",
|
"vite-plugin-html": "^2.1.1",
|
||||||
"vite-plugin-windicss": "^1.4.12",
|
"vite-plugin-windicss": "^1.4.12",
|
||||||
"vue-tsc": "^0.28.8",
|
"vue-tsc": "^0.28.10",
|
||||||
"vueuc": "^0.4.13",
|
"vueuc": "^0.4.15",
|
||||||
"windicss": "^3.1.9"
|
"windicss": "^3.2.0"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"commitizen": {
|
"commitizen": {
|
||||||
|
501
pnpm-lock.yaml
501
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user