Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed May 28, 2024
1 parent b332e66 commit 6fb257d
Show file tree
Hide file tree
Showing 3 changed files with 1,173 additions and 1,189 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"type": "module",
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.1",
"scripts": {
"dev": "vite --open --host",
"build": "vite build",
Expand All @@ -15,13 +15,13 @@
},
"dependencies": {
"@mdi/js": "^7.4.47",
"@vueuse/core": "^10.9.0",
"axios": "^1.6.8",
"@vueuse/core": "^10.10.0",
"axios": "^1.7.2",
"echarts": "^5.5.0",
"pinia": "^2.1.7",
"portal-vue": "^2.1.7",
"vue": "^2.7.16",
"vue-echarts": "^6.7.1",
"vue-echarts": "^6.7.2",
"vue-i18n": "^8.28.2",
"vue-i18n-bridge": "^9.13.1",
"vue-router": "^3.6.5",
Expand All @@ -31,36 +31,36 @@
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@kingyue/vite-plugin-vue2-svg": "^0.6.0",
"@pinia/testing": "^0.1.3",
"@rushstack/eslint-patch": "^1.10.2",
"@rushstack/eslint-patch": "^1.10.3",
"@testing-library/vue": "^5.9.0",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.12.8",
"@vitejs/plugin-legacy": "^5.3.2",
"@types/node": "^20.12.12",
"@vitejs/plugin-legacy": "^5.4.0",
"@vitejs/plugin-vue2": "^2.3.1",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^1.3.6",
"browserslist": "^4.23.0",
"browserslist-to-esbuild": "^2.1.1",
"cypress": "^13.8.1",
"cypress": "^13.10.0",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^3.1.1",
"eslint-plugin-vue": "^9.25.0",
"eslint-plugin-cypress": "^3.2.0",
"eslint-plugin-vue": "^9.26.0",
"flush-promises": "^1.0.2",
"jsdom": "^24.0.0",
"msw": "^2.2.14",
"postcss-preset-env": "^9.5.11",
"jsdom": "^24.1.0",
"msw": "^2.3.0",
"postcss-preset-env": "^9.5.14",
"prettier": "^3.2.5",
"rollup-plugin-regexp": "^5.0.1",
"sass": "~1.32.13",
"start-server-and-test": "^2.0.3",
"terser": "^5.31.0",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.11",
"vite-plugin-inspect": "^0.8.4",
"vite-plugin-pages": "^0.32.1",
"vite-plugin-pages": "^0.32.2",
"vite-plugin-vue-layouts": "^0.8.0",
"vitest": "^1.6.0",
"volar-plugin-vue-router": "^0.2.0",
Expand Down
Loading

0 comments on commit 6fb257d

Please sign in to comment.