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 6, 2024
1 parent 6be6834 commit b332e66
Show file tree
Hide file tree
Showing 2 changed files with 1,075 additions and 1,068 deletions.
22 changes: 11 additions & 11 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.2",
"packageManager": "pnpm@9.0.6",
"scripts": {
"dev": "vite --open --host",
"build": "vite build",
Expand All @@ -21,9 +21,9 @@
"pinia": "^2.1.7",
"portal-vue": "^2.1.7",
"vue": "^2.7.16",
"vue-echarts": "^6.6.9",
"vue-echarts": "^6.7.1",
"vue-i18n": "^8.28.2",
"vue-i18n-bridge": "^9.13.0",
"vue-i18n-bridge": "^9.13.1",
"vue-router": "^3.6.5",
"vuetify": "^2.7.2"
},
Expand All @@ -34,35 +34,35 @@
"@rushstack/eslint-patch": "^1.10.2",
"@testing-library/vue": "^5.9.0",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"@vitejs/plugin-legacy": "^5.3.2",
"@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.7.3",
"cypress": "^13.8.1",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-cypress": "^3.1.1",
"eslint-plugin-vue": "^9.25.0",
"flush-promises": "^1.0.2",
"jsdom": "^24.0.0",
"msw": "^2.2.14",
"postcss-preset-env": "^9.5.5",
"postcss-preset-env": "^9.5.11",
"prettier": "^3.2.5",
"rollup-plugin-regexp": "^5.0.1",
"sass": "~1.32.13",
"start-server-and-test": "^2.0.3",
"terser": "^5.30.3",
"terser": "^5.31.0",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.9",
"vite-plugin-inspect": "^0.8.3",
"vite": "^5.2.11",
"vite-plugin-inspect": "^0.8.4",
"vite-plugin-pages": "^0.32.1",
"vite-plugin-vue-layouts": "^0.8.0",
"vitest": "^1.5.0",
"vitest": "^1.6.0",
"volar-plugin-vue-router": "^0.2.0",
"vue-template-compiler": "^2.7.16",
"vue-tsc": "^1.8.27",
Expand Down

0 comments on commit b332e66

Please sign in to comment.