Skip to content

Commit

Permalink
🎓 chore: update deps (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored May 21, 2024
1 parent 2f5ad9f commit 3257d80
Show file tree
Hide file tree
Showing 2 changed files with 1,111 additions and 1,215 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,66 +51,66 @@
"dependencies": {
"@element-plus/icons-vue": "2.3.1",
"@vueuse/core": "^10.9.0",
"axios": "1.6.8",
"axios": "1.7.1",
"echarts": "^5.5.0",
"element-plus": "2.7.2",
"element-plus": "2.7.3",
"js-cookie": "^3.0.5",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"uuid": "^9.0.1",
"vue": "^3.4.26",
"vue": "^3.4.27",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@eslint/js": "^9.1.1",
"@iconify/json": "^2.2.205",
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@eslint/js": "^9.3.0",
"@iconify/json": "^2.2.212",
"@iconify/vue": "^4.1.2",
"@stylistic/eslint-plugin": "^1.7.2",
"@stylistic/eslint-plugin": "^2.1.0",
"@stylistic/stylelint-plugin": "^2.1.2",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.7",
"@types/node": "^20.12.12",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.5.2",
"@vue/compiler-sfc": "^3.4.26",
"@vue/test-utils": "2.4.5",
"@vitest/coverage-v8": "^1.6.0",
"@vue/compiler-sfc": "^3.4.27",
"@vue/test-utils": "2.4.6",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"cross-env": "^7.0.3",
"eslint": "^9.1.1",
"eslint": "^9.3.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-html": "8.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.25.0",
"globals": "^15.1.0",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.3.0",
"husky": "^9.0.11",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"lodash-es": "^4.17.21",
"postcss": "^8.4.38",
"postcss-html": "^1.6.0",
"postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9",
"rollup": "^4.17.1",
"sass": "^1.75.0",
"stylelint": "^16.4.0",
"rollup": "^4.17.2",
"sass": "^1.77.2",
"stylelint": "^16.5.0",
"stylelint-config-recommended-scss": "14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "13.1.0",
"sucrase": "^3.35.0",
"typescript": "^5.4.5",
"unocss": "^0.59.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.10",
"vitest": "^1.5.2",
"unocss": "^0.60.3",
"unplugin-auto-import": "^0.17.6",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.11",
"vitest": "^1.6.0",
"vue-eslint-parser": "^9.4.2"
}
}
Loading

0 comments on commit 3257d80

Please sign in to comment.