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 16, 2024
1 parent a0b5e07 commit 50db6f1
Show file tree
Hide file tree
Showing 4 changed files with 694 additions and 741 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"type": "module",
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.9.0",
"scripts": {
"dev": "vite --open --host",
"build": "vite build",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@mdi/js": "^7.4.47",
"@vueuse/core": "^11.0.3",
"@vueuse/core": "^11.1.0",
"axios": "^1.7.7",
"echarts": "^5.5.1",
"pinia": "^2.2.2",
Expand Down Expand Up @@ -47,23 +47,23 @@
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-vue": "^9.28.0",
"flush-promises": "^1.0.2",
"jsdom": "^24.1.3",
"msw": "^2.4.3",
"postcss-preset-env": "^10.0.2",
"jsdom": "^25.0.0",
"msw": "^2.4.7",
"postcss-preset-env": "^10.0.3",
"prettier": "^3.3.3",
"rollup-plugin-regexp": "^5.0.1",
"sass": "~1.32.13",
"start-server-and-test": "^2.0.6",
"terser": "^5.31.6",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0",
"unplugin-auto-import": "^0.18.2",
"start-server-and-test": "^2.0.8",
"terser": "^5.32.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.3",
"vite": "^5.4.5",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-vue-layouts": "^0.8.0",
"vitest": "^2.0.5",
"vitest": "^2.1.1",
"vue-template-compiler": "^2.7.16",
"vue-tsc": "^2.1.6",
"vuetify2-component-types": "^2.7.2"
Expand Down
Loading

0 comments on commit 50db6f1

Please sign in to comment.