Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Sep 1, 2024
1 parent 9b9c6e3 commit ef35590
Show file tree
Hide file tree
Showing 3 changed files with 974 additions and 1,021 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
},
"dependencies": {
"@mdi/js": "^7.4.47",
"@vueuse/core": "^10.11.1",
"axios": "^1.7.3",
"@vueuse/core": "^11.0.3",
"axios": "^1.7.7",
"echarts": "^5.5.1",
"pinia": "^2.2.1",
"pinia": "^2.2.2",
"portal-vue": "^2.1.7",
"vue": "^2.7.16",
"vue-echarts": "^7.0.1",
"vue-echarts": "^7.0.3",
"vue-i18n": "^8.28.2",
"vue-i18n-bridge": "^9.13.1",
"vue-i18n-bridge": "^9.14.0",
"vue-router": "^3.6.5",
"vuetify": "^2.7.2"
},
Expand All @@ -35,37 +35,37 @@
"@pinia/testing": "^0.1.5",
"@testing-library/vue": "^5.9.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.14.15",
"@vitejs/plugin-legacy": "^5.4.1",
"@types/node": "^20.16.3",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-vue2": "^2.3.1",
"@vue/test-utils": "^1.3.6",
"browserslist": "^4.23.3",
"browserslist-to-esbuild": "^2.1.1",
"cypress": "^13.13.2",
"eslint": "^9.9.0",
"cypress": "^13.14.1",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.4.0",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-vue": "^9.27.0",
"flush-promises": "^1.0.2",
"jsdom": "^24.1.1",
"msw": "^2.3.5",
"postcss-preset-env": "^10.0.0",
"jsdom": "^24.1.3",
"msw": "^2.4.1",
"postcss-preset-env": "^10.0.2",
"prettier": "^3.3.3",
"rollup-plugin-regexp": "^5.0.1",
"sass": "~1.32.13",
"start-server-and-test": "^2.0.5",
"terser": "^5.31.5",
"terser": "^5.31.6",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1",
"typescript-eslint": "^8.3.0",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.4.0",
"vite-plugin-inspect": "^0.8.5",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.2",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-vue-layouts": "^0.8.0",
"vitest": "^2.0.5",
"vue-template-compiler": "^2.7.16",
"vue-tsc": "^2.0.29",
"vue-tsc": "^2.1.4",
"vuetify2-component-types": "^2.7.2"
},
"browserslist": [
Expand Down
Loading

0 comments on commit ef35590

Please sign in to comment.