Skip to content

Commit

Permalink
feat: 升级相关依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoker committed Apr 30, 2024
1 parent d3094c9 commit 2c1d95f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "pnoker",
"description": "IoT DC3 平台前端页面",
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
},
"scripts": {
"serve": "vite --host --mode dev",
Expand All @@ -25,7 +25,7 @@
"axios": "^1.6.8",
"clipboard": "^2.0.11",
"echarts": "^5.5.0",
"element-plus": "^2.6.2",
"element-plus": "^2.6.3",
"highlight.js": "^11.9.0",
"js-base64": "^3.7.7",
"js-cookie": "^3.0.5",
Expand All @@ -41,34 +41,34 @@
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/json-bigint": "^1.0.4",
"@types/node": "^20.11.30",
"@types/node": "^20.12.7",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitejs/plugin-legacy": "^5.3.2",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^13.0.0",
"minimist": "^1.2.8",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.24.0",
"eslint-plugin-vue": "^9.24.1",
"path": "^0.12.7",
"pinia": "^2.1.7",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"sass": "^1.72.0",
"terser": "^5.29.2",
"typescript": "~5.4.3",
"sass": "^1.75.0",
"terser": "^5.30.3",
"typescript": "~5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.6",
"vite": "^5.2.8",
"vue": "^3.4.21",
"vue-class-component": "^8.0.0-0",
"vue-router": "^4.3.0",
"vue-template-compiler": "^2.7.16",
"vue-tsc": "^2.0.7",
"vue-tsc": "^2.0.12",
"vuex": "^4.1.0"
}
}

0 comments on commit 2c1d95f

Please sign in to comment.