Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Jan 7, 2024
1 parent cc9737d commit 9191ffc
Show file tree
Hide file tree
Showing 4 changed files with 1,044 additions and 1,045 deletions.
37 changes: 18 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"type": "module",
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@8.14.0",
"scripts": {
"dev": "vite --open --host",
"build": "vite build",
Expand All @@ -14,57 +14,57 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@mdi/js": "^7.3.67",
"@vueuse/core": "^10.7.0",
"axios": "^1.6.2",
"@mdi/js": "^7.4.47",
"@vueuse/core": "^10.7.1",
"axios": "^1.6.5",
"echarts": "^5.4.3",
"pinia": "^2.1.7",
"portal-vue": "^2.1.7",
"vue": "^2.7.16",
"vue-echarts": "^6.6.5",
"vue-echarts": "^6.6.8",
"vue-i18n": "^8.28.2",
"vue-i18n-bridge": "^9.8.0",
"vue-i18n-bridge": "^9.9.0",
"vue-router": "^3.6.5",
"vuetify": "^2.7.1"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@kingyue/vite-plugin-vue2-svg": "^0.6.0",
"@kingyue/vuetify2-component-types": "^2.7.0",
"vuetify2-component-types": "^2.7.0",
"@pinia/testing": "^0.1.3",
"@rushstack/eslint-patch": "^1.6.1",
"@testing-library/vue": "^5.9.0",
"@types/node": "^20.10.5",
"@types/node": "^20.10.6",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-vue2": "^2.3.1",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^1.3.6",
"browserslist-to-esbuild": "^1.2.0",
"cypress": "^13.6.1",
"browserslist-to-esbuild": "^2.1.0",
"cypress": "^13.6.2",
"eslint": "^8.56.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-vue": "^9.19.2",
"flush-promises": "^1.0.2",
"jsdom": "^23.0.1",
"msw": "^2.0.11",
"jsdom": "^23.1.0",
"msw": "^2.0.12",
"postcss-preset-env": "^9.3.0",
"prettier": "^3.1.1",
"rollup-plugin-regexp": "^5.0.1",
"sass": "~1.32.13",
"start-server-and-test": "^2.0.3",
"terser": "^5.26.0",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.2",
"unplugin-auto-import": "^0.17.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10",
"vite": "^5.0.11",
"vite-plugin-inspect": "^0.8.1",
"vite-plugin-pages": "^0.32.0",
"vite-plugin-vue-layouts": "^0.8.0",
"vitest": "^1.1.0",
"vitest": "^1.1.3",
"volar-plugin-vue-router": "^0.2.0",
"vue-template-compiler": "^2.7.16",
"vue-tsc": "^1.8.26"
"vue-tsc": "^1.8.27"
},
"browserslist": [
"> 1.3%",
Expand All @@ -79,8 +79,7 @@
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"vite": "5",
"typescript": "^5.3.0"
"vite-plugin-vue-layouts>vite": "5"
}
}
}
Expand Down
Loading

0 comments on commit 9191ffc

Please sign in to comment.