chore(deps): 更新项目依赖版本
- 移除 eslint-define-config 依赖 - 更新 @codemirror 相关依赖至最新版本 - 更新 vue 至 3.5.22 版本 - 更新 dayjs 至 1.11.19 版本 - 更新 yaml 至 2.8.1 版本 - 更新 @arco-plugins/vite-vue 至 1.4.6 版本 - 更新 @types/lodash 和 @types/sortablejs 类型定义 - 更新相关 lock 文件依赖版本 - 移除部分系统库依赖声明
This commit is contained in:
@@ -3,11 +3,10 @@ import pluginVue from 'eslint-plugin-vue';
|
|||||||
import * as parserVue from 'vue-eslint-parser';
|
import * as parserVue from 'vue-eslint-parser';
|
||||||
import configPrettier from 'eslint-config-prettier';
|
import configPrettier from 'eslint-config-prettier';
|
||||||
import pluginPrettier from 'eslint-plugin-prettier';
|
import pluginPrettier from 'eslint-plugin-prettier';
|
||||||
import { defineFlatConfig } from 'eslint-define-config';
|
|
||||||
import * as parserTypeScript from '@typescript-eslint/parser';
|
import * as parserTypeScript from '@typescript-eslint/parser';
|
||||||
import pluginTypeScript from '@typescript-eslint/eslint-plugin';
|
import pluginTypeScript from '@typescript-eslint/eslint-plugin';
|
||||||
|
|
||||||
export default defineFlatConfig([
|
export default [
|
||||||
{
|
{
|
||||||
...js.configs.recommended,
|
...js.configs.recommended,
|
||||||
ignores: ['**/.*', '*.d.ts', 'public/*', 'dist/*', 'src/assets/**'],
|
ignores: ['**/.*', '*.d.ts', 'public/*', 'dist/*', 'src/assets/**'],
|
||||||
@@ -151,4 +150,4 @@ export default defineFlatConfig([
|
|||||||
'no-unused-vars': 'off'
|
'no-unused-vars': 'off'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]);
|
];
|
||||||
|
|||||||
25
package.json
25
package.json
@@ -44,13 +44,13 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@arco-design/web-vue": "^2.57.0",
|
"@arco-design/web-vue": "^2.57.0",
|
||||||
"@codemirror/commands": "^6.8.1",
|
"@codemirror/commands": "^6.10.0",
|
||||||
"@codemirror/lang-css": "^6.3.1",
|
"@codemirror/lang-css": "^6.3.1",
|
||||||
"@codemirror/lang-javascript": "^6.2.3",
|
"@codemirror/lang-javascript": "^6.2.3",
|
||||||
"@codemirror/language": "^6.11.0",
|
"@codemirror/language": "^6.11.3",
|
||||||
"@codemirror/language-data": "^6.5.1",
|
"@codemirror/language-data": "^6.5.2",
|
||||||
"@codemirror/theme-one-dark": "^6.1.2",
|
"@codemirror/theme-one-dark": "^6.1.3",
|
||||||
"@codemirror/view": "^6.36.6",
|
"@codemirror/view": "^6.38.6",
|
||||||
"@milkdown/kit": "^7.7.0",
|
"@milkdown/kit": "^7.7.0",
|
||||||
"@milkdown/theme-nord": "^7.7.0",
|
"@milkdown/theme-nord": "^7.7.0",
|
||||||
"@milkdown/vue": "^7.7.0",
|
"@milkdown/vue": "^7.7.0",
|
||||||
@@ -58,9 +58,9 @@
|
|||||||
"@tanstack/vue-query": "^5.74.7",
|
"@tanstack/vue-query": "^5.74.7",
|
||||||
"@vueuse/core": "^10.11.1",
|
"@vueuse/core": "^10.11.1",
|
||||||
"axios": "^1.8.4",
|
"axios": "^1.8.4",
|
||||||
"codemirror": "^6.0.1",
|
"codemirror": "^6.0.2",
|
||||||
"crypto-js": "^4.2.0",
|
"crypto-js": "^4.2.0",
|
||||||
"dayjs": "^1.11.13",
|
"dayjs": "^1.11.19",
|
||||||
"echarts": "^5.6.0",
|
"echarts": "^5.6.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"mitt": "^3.0.1",
|
"mitt": "^3.0.1",
|
||||||
@@ -69,13 +69,13 @@
|
|||||||
"query-string": "^9.1.1",
|
"query-string": "^9.1.1",
|
||||||
"rollup": "^4.40.0",
|
"rollup": "^4.40.0",
|
||||||
"sortablejs": "^1.15.6",
|
"sortablejs": "^1.15.6",
|
||||||
"vue": "^3.5.13",
|
"vue": "^3.5.22",
|
||||||
"vue-echarts": "^6.7.3",
|
"vue-echarts": "^6.7.3",
|
||||||
"vue-router": "^4.5.0",
|
"vue-router": "^4.5.0",
|
||||||
"yaml": "^2.7.1"
|
"yaml": "^2.8.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@arco-plugins/vite-vue": "^1.4.5",
|
"@arco-plugins/vite-vue": "^1.4.6",
|
||||||
"@commitlint/cli": "^19.8.0",
|
"@commitlint/cli": "^19.8.0",
|
||||||
"@commitlint/config-conventional": "^19.8.0",
|
"@commitlint/config-conventional": "^19.8.0",
|
||||||
"@commitlint/types": "^19.8.0",
|
"@commitlint/types": "^19.8.0",
|
||||||
@@ -83,11 +83,11 @@
|
|||||||
"@openapi-codegen/cli": "^3.1.0",
|
"@openapi-codegen/cli": "^3.1.0",
|
||||||
"@openapi-codegen/typescript": "^11.0.1",
|
"@openapi-codegen/typescript": "^11.0.1",
|
||||||
"@types/crypto-js": "^4.2.2",
|
"@types/crypto-js": "^4.2.2",
|
||||||
"@types/lodash": "^4.17.16",
|
"@types/lodash": "^4.17.20",
|
||||||
"@types/mockjs": "^1.0.10",
|
"@types/mockjs": "^1.0.10",
|
||||||
"@types/node": "^22.14.1",
|
"@types/node": "^22.14.1",
|
||||||
"@types/nprogress": "^0.2.3",
|
"@types/nprogress": "^0.2.3",
|
||||||
"@types/sortablejs": "^1.15.8",
|
"@types/sortablejs": "^1.15.9",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.31.0",
|
"@typescript-eslint/eslint-plugin": "^8.31.0",
|
||||||
"@typescript-eslint/parser": "^8.31.0",
|
"@typescript-eslint/parser": "^8.31.0",
|
||||||
"@vitejs/plugin-vue": "^5.2.3",
|
"@vitejs/plugin-vue": "^5.2.3",
|
||||||
@@ -97,7 +97,6 @@
|
|||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "^9.25.1",
|
"eslint": "^9.25.1",
|
||||||
"eslint-config-prettier": "^9.1.0",
|
"eslint-config-prettier": "^9.1.0",
|
||||||
"eslint-define-config": "^2.1.0",
|
|
||||||
"eslint-plugin-prettier": "^5.2.6",
|
"eslint-plugin-prettier": "^5.2.6",
|
||||||
"eslint-plugin-vue": "^9.33.0",
|
"eslint-plugin-vue": "^9.33.0",
|
||||||
"husky": "^8.0.0",
|
"husky": "^8.0.0",
|
||||||
|
|||||||
513
pnpm-lock.yaml
generated
513
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user