Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Dec 15, 2023
1 parent 4c9db59 commit b9b7f69
Show file tree
Hide file tree
Showing 3 changed files with 1,094 additions and 1,079 deletions.
48 changes: 28 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"type": "module",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.12.1",
"scripts": {
"dev": "vite --open --host",
"build": "vite build",
Expand All @@ -15,56 +15,56 @@
},
"dependencies": {
"@mdi/js": "^7.3.67",
"@vueuse/core": "^10.6.1",
"@vueuse/core": "^10.7.0",
"axios": "^1.6.2",
"echarts": "^5.4.3",
"pinia": "^2.1.7",
"portal-vue": "^2.1.7",
"vue": "^2.7.15",
"vue-echarts": "^6.6.1",
"vue-echarts": "6.6.1",
"vue-i18n": "^8.28.2",
"vue-i18n-bridge": "^9.8.0",
"vue-router": "^3.6.5",
"vuetify": "^2.7.1"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^1.5.0",
"@intlify/unplugin-vue-i18n": "^1.6.0",
"@kingyue/vite-plugin-vue2-svg": "^0.6.0",
"@kingyue/vuetify2-component-types": "^2.7.0",
"@pinia/testing": "^0.1.3",
"@rushstack/eslint-patch": "^1.6.0",
"@rushstack/eslint-patch": "^1.6.1",
"@testing-library/vue": "^5.9.0",
"@types/node": "^20.10.0",
"@types/node": "^20.10.4",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-vue2": "^2.3.1",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^1.3.6",
"browserslist-to-esbuild": "^1.2.0",
"cypress": "^13.6.0",
"eslint": "^8.54.0",
"cypress": "^13.6.1",
"eslint": "^8.55.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-vue": "^9.18.1",
"eslint-plugin-vue": "^9.19.2",
"flush-promises": "^1.0.2",
"jsdom": "^23.0.0",
"msw": "^2.0.9",
"jsdom": "^23.0.1",
"msw": "^2.0.11",
"postcss-preset-env": "^9.3.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"rollup-plugin-regexp": "^5.0.1",
"sass": "~1.32.13",
"start-server-and-test": "^2.0.3",
"terser": "^5.24.0",
"typescript": "~5.2.2",
"unplugin-auto-import": "^0.17.1",
"unplugin-vue-components": "^0.25.2",
"vite": "^5.0.2",
"vite-plugin-inspect": "^0.8.0",
"terser": "^5.26.0",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.2",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.9",
"vite-plugin-inspect": "^0.8.1",
"vite-plugin-pages": "^0.32.0",
"vite-plugin-vue-layouts": "^0.8.0",
"vitest": "^0.34.6",
"vitest": "^1.0.4",
"volar-plugin-vue-router": "^0.2.0",
"vue-template-compiler": "^2.7.15",
"vue-tsc": "^1.8.22"
"vue-tsc": "^1.8.25"
},
"browserslist": [
"> 1.3%",
Expand All @@ -75,5 +75,13 @@
],
"msw": {
"workerDirectory": "public"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"vite": "5",
"typescript":"^5.3.0"
}
}
}
}
Loading

0 comments on commit b9b7f69

Please sign in to comment.