Skip to content

Commit

Permalink
chore: up to vite 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Feb 19, 2024
1 parent 6d2158c commit 5358ab3
Show file tree
Hide file tree
Showing 5 changed files with 495 additions and 458 deletions.
26 changes: 13 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.15.0",
"packageManager": "pnpm@8.15.3",
"scripts": {
"dev": "cross-env NODE_OPTIONS='--no-warnings=ExperimentalWarning' vite --open --host",
"build": "cross-env NODE_OPTIONS='--no-warnings=ExperimentalWarning' vite build",
Expand All @@ -14,42 +14,42 @@
},
"dependencies": {
"@vueuse/core": "^10.7.2",
"echarts": "^5.4.3",
"echarts": "^5.5.0",
"pinia": "^2.1.7",
"vue": "^3.4.15",
"vue": "^3.4.19",
"vue-echarts": "^6.6.8",
"vue-router": "^4.2.5",
"vuetify": "^3.5.1"
"vuetify": "^3.5.4"
},
"devDependencies": {
"@mdi/js": "^7.4.47",
"@pinia/testing": "^0.1.3",
"@playwright/test": "^1.41.1",
"@playwright/test": "^1.41.2",
"@rushstack/eslint-patch": "^1.7.2",
"@testing-library/vue": "^8.0.1",
"@testing-library/vue": "^8.0.2",
"@tsconfig/node20": "^20.1.2",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.10",
"@vitejs/plugin-vue": "^5.0.3",
"@types/node": "^20.11.19",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.4",
"@vue/tsconfig": "^0.5.1",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-plugin-playwright": "^0.22.1",
"eslint-plugin-vue": "^9.20.1",
"eslint-plugin-playwright": "^1.2.0",
"eslint-plugin-vue": "^9.21.1",
"jsdom": "^24.0.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"rollup-plugin-regexp": "^5.0.1",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-router": "^0.7.0",
"vite": "^5.0.12",
"vite": "^5.1.3",
"vite-plugin-vue-meta-layouts": "^0.4.1",
"vite-plugin-vuetify": "^2.0.1",
"vitest": "^1.2.2",
"vitest": "^1.3.0",
"vue-tsc": "^1.8.27"
}
}

0 comments on commit 5358ab3

Please sign in to comment.