Skip to content

Commit 93ccff5

Browse files
committed
chore: up deps
1 parent 69d322a commit 93ccff5

File tree

3 files changed

+712
-684
lines changed

3 files changed

+712
-684
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

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

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

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

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@mdi/js": "^7.4.47",
1818
"@vueuse/core": "^10.11.0",
1919
"axios": "^1.7.2",
20-
"echarts": "^5.5.0",
20+
"echarts": "^5.5.1",
2121
"pinia": "^2.1.7",
2222
"portal-vue": "^2.1.7",
2323
"vue": "^2.7.16",
@@ -34,38 +34,38 @@
3434
"@rushstack/eslint-patch": "^1.10.3",
3535
"@testing-library/vue": "^5.9.0",
3636
"@types/jsdom": "^21.1.7",
37-
"@types/node": "^20.14.2",
37+
"@types/node": "^20.14.9",
3838
"@vitejs/plugin-legacy": "^5.4.1",
3939
"@vitejs/plugin-vue2": "^2.3.1",
4040
"@vue/eslint-config-prettier": "^9.0.0",
4141
"@vue/eslint-config-typescript": "^13.0.0",
4242
"@vue/test-utils": "^1.3.6",
4343
"browserslist": "^4.23.1",
4444
"browserslist-to-esbuild": "^2.1.1",
45-
"cypress": "^13.11.0",
45+
"cypress": "^13.13.0",
4646
"eslint": "^8.57.0",
4747
"eslint-plugin-cypress": "^3.3.0",
48-
"eslint-plugin-vue": "^9.26.0",
48+
"eslint-plugin-vue": "^9.27.0",
4949
"flush-promises": "^1.0.2",
5050
"jsdom": "^24.1.0",
5151
"msw": "^2.3.1",
52-
"postcss-preset-env": "^9.5.14",
52+
"postcss-preset-env": "^9.5.15",
5353
"prettier": "^3.3.2",
5454
"rollup-plugin-regexp": "^5.0.1",
5555
"sass": "~1.32.13",
5656
"start-server-and-test": "^2.0.4",
5757
"terser": "^5.31.1",
58-
"typescript": "^5.4.5",
58+
"typescript": "^5.5.3",
5959
"unplugin-auto-import": "^0.17.6",
60-
"unplugin-vue-components": "^0.27.0",
61-
"vite": "^5.3.1",
60+
"unplugin-vue-components": "^0.27.2",
61+
"vite": "^5.3.3",
6262
"vite-plugin-inspect": "^0.8.4",
63-
"vite-plugin-pages": "^0.32.2",
63+
"vite-plugin-pages": "^0.32.3",
6464
"vite-plugin-vue-layouts": "^0.8.0",
6565
"vitest": "^1.6.0",
6666
"volar-plugin-vue-router": "^0.2.0",
6767
"vue-template-compiler": "^2.7.16",
68-
"vue-tsc": "^2.0.21",
68+
"vue-tsc": "^2.0.24",
6969
"vuetify2-component-types": "^2.7.2"
7070
},
7171
"browserslist": [

0 commit comments

Comments
 (0)