Skip to content

Commit

Permalink
👾 chore: upgrade core deps (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored Dec 27, 2024
1 parent 26b0372 commit ecb10c7
Show file tree
Hide file tree
Showing 2 changed files with 1,620 additions and 1,288 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
},
"dependencies": {
"@element-plus/icons-vue": "2.3.1",
"axios": "1.7.8",
"axios": "1.7.9",
"echarts": "^5.5.1",
"element-plus": "2.8.8",
"element-plus": "2.9.1",
"js-cookie": "^3.0.5",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
Expand All @@ -62,49 +62,49 @@
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@eslint/js": "^9.15.0",
"@iconify/json": "^2.2.277",
"@iconify/vue": "^4.1.2",
"@stylistic/eslint-plugin": "^2.11.0",
"@eslint/js": "^9.17.0",
"@iconify/json": "^2.2.289",
"@iconify/vue": "^4.2.0",
"@stylistic/eslint-plugin": "^2.12.1",
"@stylistic/stylelint-plugin": "^3.1.1",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^2.1.6",
"@vitest/coverage-v8": "^2.1.8",
"@vue/compiler-sfc": "^3.5.13",
"@vue/test-utils": "2.4.6",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"cross-env": "^7.0.3",
"eslint": "^9.15.0",
"eslint": "^9.17.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-html": "8.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-vue": "9.31.0",
"globals": "^15.12.0",
"eslint-plugin-vue": "9.32.0",
"globals": "^15.14.0",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"postcss": "^8.4.49",
"postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9",
"rollup": "4.27.4",
"sass": "1.81.0",
"stylelint": "^16.11.0",
"rollup": "4.29.1",
"sass": "1.83.0",
"stylelint": "^16.12.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-config-standard-scss": "14.0.0",
"typescript": "^5.7.2",
"unocss": "0.65.0-beta.2",
"unplugin-auto-import": "^0.18.6",
"unplugin-icons": "^0.20.2",
"unplugin-vue-components": "^0.27.5",
"vite": "^6.0.1",
"vitest": "^2.1.6",
"unocss": "0.65.3",
"unplugin-auto-import": "^0.19.0",
"unplugin-icons": "^0.22.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^6.0.6",
"vitest": "^2.1.8",
"vue-eslint-parser": "^9.4.3"
}
}
Loading

0 comments on commit ecb10c7

Please sign in to comment.