Skip to content

Commit

Permalink
chore: up deps and suppress vue 2 deprecated warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Jan 24, 2024
1 parent d5433e5 commit f9875df
Show file tree
Hide file tree
Showing 3 changed files with 437 additions and 503 deletions.
29 changes: 16 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"type": "module",
"packageManager": "pnpm@8.14.0",
"packageManager": "pnpm@8.14.3",
"scripts": {
"dev": "vite --open --host",
"build": "vite build",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@mdi/js": "^7.4.47",
"@vueuse/core": "^10.7.1",
"@vueuse/core": "^10.7.2",
"axios": "^1.6.5",
"echarts": "^5.4.3",
"pinia": "^2.1.7",
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.6.1",
"@rushstack/eslint-patch": "^1.7.0",
"@testing-library/vue": "^5.9.0",
"@types/node": "^20.11.0",
"@types/node": "^20.11.5",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-vue2": "^2.3.1",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^1.3.6",
"browserslist-to-esbuild": "^2.1.1",
"cypress": "^13.6.2",
"cypress": "^13.6.3",
"eslint": "^8.56.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-vue": "^9.20.0",
"eslint-plugin-vue": "^9.20.1",
"flush-promises": "^1.0.2",
"jsdom": "^23.2.0",
"msw": "^2.0.13",
"jsdom": "^24.0.0",
"msw": "^2.1.4",
"postcss-preset-env": "^9.3.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"rollup-plugin-regexp": "^5.0.1",
"sass": "~1.32.13",
"start-server-and-test": "^2.0.3",
"terser": "^5.26.0",
"terser": "^5.27.0",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.11",
"vite-plugin-inspect": "^0.8.1",
"vite": "^5.0.12",
"vite-plugin-inspect": "^0.8.2",
"vite-plugin-pages": "^0.32.0",
"vite-plugin-vue-layouts": "^0.8.0",
"vitest": "^1.1.3",
"vitest": "^1.2.1",
"volar-plugin-vue-router": "^0.2.0",
"vue-template-compiler": "^2.7.16",
"vue-tsc": "^1.8.27",
Expand All @@ -81,6 +81,9 @@
"allowedVersions": {
"vite-plugin-vue-layouts>vite": "5"
}
},
"allowedDeprecatedVersions": {
"vue": "2"
}
}
}
Loading

0 comments on commit f9875df

Please sign in to comment.