Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Jul 28, 2024
1 parent 4cfed76 commit 26a0574
Show file tree
Hide file tree
Showing 3 changed files with 703 additions and 771 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,38 +15,38 @@
"dependencies": {
"@vueuse/core": "^10.11.0",
"echarts": "^5.5.1",
"pinia": "^2.1.7",
"vue": "^3.4.31",
"vue-echarts": "^6.7.3",
"pinia": "^2.2.0",
"vue": "^3.4.34",
"vue-echarts": "7.0.0-beta.0",
"vue-router": "^4.4.0",
"vuetify": "^3.6.12"
"vuetify": "^3.6.13"
},
"devDependencies": {
"@mdi/js": "^7.4.47",
"@nuxt/eslint-config": "0.3.13",
"@pinia/testing": "^0.1.3",
"@playwright/test": "^1.45.1",
"@nuxt/eslint-config": "0.4.0",
"@pinia/testing": "^0.1.4",
"@playwright/test": "^1.45.3",
"@testing-library/vue": "^8.1.0",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.14.10",
"@vitejs/plugin-vue": "^5.0.5",
"@types/node": "^20.14.13",
"@vitejs/plugin-vue": "^5.1.1",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"eslint": "^9.6.0",
"eslint": "^9.8.0",
"eslint-plugin-playwright": "^1.6.2",
"jsdom": "^24.1.0",
"prettier": "^3.3.2",
"jsdom": "^24.1.1",
"prettier": "^3.3.3",
"rollup-plugin-regexp": "^5.0.1",
"typescript": "^5.5.3",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.2",
"unplugin-vue-router": "^0.10.0",
"vite": "^5.3.3",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",
"unplugin-vue-router": "^0.10.1",
"vite": "^5.3.5",
"vite-plugin-vue-meta-layouts": "^0.4.3",
"vite-plugin-vuetify": "^2.0.3",
"vitest": "^2.0.1",
"vue-tsc": "^2.0.26"
"vitest": "^2.0.4",
"vue-tsc": "^2.0.29"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit 26a0574

Please sign in to comment.