chore: fixed eslint 8.57.0 && update other dependencies
This commit is contained in:
parent
7e0e868c48
commit
372a63439b
@ -25,6 +25,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
// TS
|
// TS
|
||||||
|
"@typescript-eslint/no-unused-expressions": "off",
|
||||||
"@typescript-eslint/no-explicit-any": "off",
|
"@typescript-eslint/no-explicit-any": "off",
|
||||||
"no-debugger": "off",
|
"no-debugger": "off",
|
||||||
"@typescript-eslint/explicit-module-boundary-types": "off",
|
"@typescript-eslint/explicit-module-boundary-types": "off",
|
||||||
|
3
.npmrc
3
.npmrc
@ -1,2 +1,5 @@
|
|||||||
|
# China mirror of npm
|
||||||
|
# registry = https://registry.npmmirror.com
|
||||||
|
|
||||||
# 通过该配置兜底解决组件没有类型提示的问题
|
# 通过该配置兜底解决组件没有类型提示的问题
|
||||||
shamefully-hoist = true
|
shamefully-hoist = true
|
||||||
|
40
package.json
40
package.json
@ -26,9 +26,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@element-plus/icons-vue": "2.3.1",
|
"@element-plus/icons-vue": "2.3.1",
|
||||||
"axios": "1.7.2",
|
"axios": "1.7.3",
|
||||||
"dayjs": "1.11.11",
|
"dayjs": "1.11.12",
|
||||||
"element-plus": "2.7.7",
|
"element-plus": "2.8.0",
|
||||||
"js-cookie": "3.0.5",
|
"js-cookie": "3.0.5",
|
||||||
"lodash-es": "4.17.21",
|
"lodash-es": "4.17.21",
|
||||||
"mitt": "3.0.1",
|
"mitt": "3.0.1",
|
||||||
@ -36,43 +36,43 @@
|
|||||||
"nprogress": "0.2.0",
|
"nprogress": "0.2.0",
|
||||||
"path-browserify": "1.0.1",
|
"path-browserify": "1.0.1",
|
||||||
"path-to-regexp": "7.1.0",
|
"path-to-regexp": "7.1.0",
|
||||||
"pinia": "2.1.7",
|
"pinia": "2.2.1",
|
||||||
"screenfull": "6.0.2",
|
"screenfull": "6.0.2",
|
||||||
"vue": "3.4.31",
|
"vue": "3.4.37",
|
||||||
"vue-router": "4.4.0",
|
"vue-router": "4.4.3",
|
||||||
"vxe-table": "4.6.18",
|
"vxe-table": "4.6.18",
|
||||||
"vxe-table-plugin-element": "4.0.4",
|
"vxe-table-plugin-element": "4.0.4",
|
||||||
"xe-utils": "3.5.28"
|
"xe-utils": "3.5.30"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/js-cookie": "3.0.6",
|
"@types/js-cookie": "3.0.6",
|
||||||
"@types/lodash-es": "4.17.12",
|
"@types/lodash-es": "4.17.12",
|
||||||
"@types/node": "20.14.10",
|
"@types/node": "22.2.0",
|
||||||
"@types/nprogress": "0.2.3",
|
"@types/nprogress": "0.2.3",
|
||||||
"@types/path-browserify": "1.0.2",
|
"@types/path-browserify": "1.0.2",
|
||||||
"@typescript-eslint/eslint-plugin": "7.16.0",
|
"@typescript-eslint/eslint-plugin": "8.0.1",
|
||||||
"@typescript-eslint/parser": "7.16.0",
|
"@typescript-eslint/parser": "8.0.1",
|
||||||
"@vitejs/plugin-vue": "5.0.5",
|
"@vitejs/plugin-vue": "5.1.2",
|
||||||
"@vitejs/plugin-vue-jsx": "4.0.0",
|
"@vitejs/plugin-vue-jsx": "4.0.0",
|
||||||
"@vue/eslint-config-prettier": "9.0.0",
|
"@vue/eslint-config-prettier": "9.0.0",
|
||||||
"@vue/eslint-config-typescript": "13.0.0",
|
"@vue/eslint-config-typescript": "13.0.0",
|
||||||
"@vue/test-utils": "2.4.6",
|
"@vue/test-utils": "2.4.6",
|
||||||
"eslint": "8.57.0",
|
"eslint": "8.57.0",
|
||||||
"eslint-plugin-prettier": "5.1.3",
|
"eslint-plugin-prettier": "5.2.1",
|
||||||
"eslint-plugin-vue": "9.27.0",
|
"eslint-plugin-vue": "9.27.0",
|
||||||
"husky": "9.0.11",
|
"husky": "9.1.4",
|
||||||
"jsdom": "24.1.0",
|
"jsdom": "24.1.1",
|
||||||
"lint-staged": "15.2.7",
|
"lint-staged": "15.2.8",
|
||||||
"prettier": "3.3.3",
|
"prettier": "3.3.3",
|
||||||
"sass": "1.77.8",
|
"sass": "1.77.8",
|
||||||
"typescript": "5.5.3",
|
"typescript": "5.5.4",
|
||||||
"unocss": "0.61.3",
|
"unocss": "0.61.9",
|
||||||
"vite": "5.3.3",
|
"vite": "5.4.0",
|
||||||
"vite-plugin-svg-icons": "2.0.1",
|
"vite-plugin-svg-icons": "2.0.1",
|
||||||
"vite-svg-loader": "5.1.0",
|
"vite-svg-loader": "5.1.0",
|
||||||
"vitest": "2.0.3",
|
"vitest": "2.0.5",
|
||||||
"vue-eslint-parser": "9.4.3",
|
"vue-eslint-parser": "9.4.3",
|
||||||
"vue-tsc": "2.0.26"
|
"vue-tsc": "2.0.29"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{vue,js,jsx,ts,tsx}": [
|
"*.{vue,js,jsx,ts,tsx}": [
|
||||||
|
2108
pnpm-lock.yaml
generated
2108
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user