Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Jul 4, 2024
1 parent 69d322a commit 93ccff5
Show file tree
Hide file tree
Showing 3 changed files with 712 additions and 684 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

- 🖖 [Vue 2.7](https://github.com/vuejs/vue) - Composition API and `<script setup>`

- ⚡️ [Vite 4](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [ESBuild](https://github.com/evanw/esbuild) - born with fastness
- ⚡️ [Vite](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [ESBuild](https://github.com/evanw/esbuild) - born with fastness

- 🗂️ [File based routing](./src/pages)

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@mdi/js": "^7.4.47",
"@vueuse/core": "^10.11.0",
"axios": "^1.7.2",
"echarts": "^5.5.0",
"echarts": "^5.5.1",
"pinia": "^2.1.7",
"portal-vue": "^2.1.7",
"vue": "^2.7.16",
Expand All @@ -34,38 +34,38 @@
"@rushstack/eslint-patch": "^1.10.3",
"@testing-library/vue": "^5.9.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.14.2",
"@types/node": "^20.14.9",
"@vitejs/plugin-legacy": "^5.4.1",
"@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.1",
"browserslist-to-esbuild": "^2.1.1",
"cypress": "^13.11.0",
"cypress": "^13.13.0",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-vue": "^9.27.0",
"flush-promises": "^1.0.2",
"jsdom": "^24.1.0",
"msw": "^2.3.1",
"postcss-preset-env": "^9.5.14",
"postcss-preset-env": "^9.5.15",
"prettier": "^3.3.2",
"rollup-plugin-regexp": "^5.0.1",
"sass": "~1.32.13",
"start-server-and-test": "^2.0.4",
"terser": "^5.31.1",
"typescript": "^5.4.5",
"typescript": "^5.5.3",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.3.1",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.3.3",
"vite-plugin-inspect": "^0.8.4",
"vite-plugin-pages": "^0.32.2",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-vue-layouts": "^0.8.0",
"vitest": "^1.6.0",
"volar-plugin-vue-router": "^0.2.0",
"vue-template-compiler": "^2.7.16",
"vue-tsc": "^2.0.21",
"vue-tsc": "^2.0.24",
"vuetify2-component-types": "^2.7.2"
},
"browserslist": [
Expand Down
Loading

0 comments on commit 93ccff5

Please sign in to comment.