Skip to content

Commit b4f8466

Browse files
committed
chore(deps): ⬆️ upgrade vite@3.2.5 to vite@4.0.0
1 parent aba4435 commit b4f8466

File tree

4 files changed

+495
-221
lines changed

4 files changed

+495
-221
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<h1 align="center">Vue3-Vant-Mobile</h1>
66

7-
<p align="center">Mobile Template built on Vue3、Vite3、Vant4、Pinia2、Vitest、TypeScript </p>
7+
<p align="center">Mobile Template built on Vue3、Vite4、Vant4、Pinia2、Vitest、TypeScript </p>
88

99
<p align="center">
1010
<img src="https://img.shields.io/github/license/CharleeWa/vue3-vant-mobile" alt="license" />
@@ -16,7 +16,7 @@
1616

1717
## Introduction
1818

19-
🔥🔥🔥 Vue3 Vant Mobile based on `Vue3`, `Vite3`, `Vant4`, `Pinia2`, `Vitest`, `TypeScript`; 🚀🚀🚀 Integrate `Plop` to generate any type of code block, integrate `Dark Mode` (Dark) configuration, integrate `Mock` data, and other handy extensions. 💖💖💖 In short, clean, simple, easy to use, reference, can save you a week of development time, hope you like it.
19+
🔥🔥🔥 Vue3 Vant Mobile based on `Vue3`, `Vite4`, `Vant4`, `Pinia2`, `Vitest`, `TypeScript`; 🚀🚀🚀 Integrate `Plop` to generate any type of code block, integrate `Dark Mode` (Dark) configuration, integrate `Mock` data, and other handy extensions. 💖💖💖 In short, clean, simple, easy to use, reference, can save you a week of development time, hope you like it.
2020

2121
## Achievement
2222

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"dependencies": {
1818
"@vant/touch-emulator": "^1.4.0",
1919
"@vant/use": "^1.4.3",
20-
"axios": "^1.2.0",
21-
"echarts": "^5.4.0",
20+
"axios": "^1.2.1",
21+
"echarts": "^5.4.1",
2222
"lodash-es": "^4.17.21",
2323
"nprogress": "^0.2.0",
24-
"pinia": "^2.0.27",
24+
"pinia": "^2.0.28",
2525
"pinia-plugin-persistedstate": "^3.0.1",
2626
"resize-detector": "^0.3.0",
2727
"store": "^2.0.12",
@@ -37,16 +37,16 @@
3737
"@babel/preset-typescript": "^7.18.6",
3838
"@babel/register": "^7.18.9",
3939
"@types/lodash-es": "^4.17.6",
40-
"@types/node": "^18.11.10",
40+
"@types/node": "^18.11.12",
4141
"@types/nprogress": "^0.2.0",
4242
"@types/store": "^2.0.2",
43-
"@vitejs/plugin-legacy": "^2.3.1",
44-
"@vitejs/plugin-vue": "^3.2.0",
45-
"@vitejs/plugin-vue-jsx": "^2.1.1",
43+
"@vitejs/plugin-legacy": "^3.0.1",
44+
"@vitejs/plugin-vue": "^4.0.0",
45+
"@vitejs/plugin-vue-jsx": "^3.0.0",
4646
"@yuo/postcss-px2vw": "^1.0.5",
4747
"autoprefixer": "^10.4.13",
4848
"babel-plugin-module-resolver": "^4.1.0",
49-
"commitizen": "^4.2.5",
49+
"commitizen": "^4.2.6",
5050
"consola": "^2.15.3",
5151
"cross-env": "^7.0.3",
5252
"cz-emoji-chinese": "^0.3.1",
@@ -56,18 +56,18 @@
5656
"mockjs": "^1.1.0",
5757
"path-to-regexp": "^6.2.1",
5858
"plop": "^3.1.1",
59-
"rollup": "^3.6.0",
59+
"rollup": "^3.7.2",
6060
"rollup-plugin-visualizer": "^5.8.3",
6161
"signale": "^1.4.0",
6262
"slash2": "^2.0.0",
6363
"terser": "^5.16.1",
64-
"typescript": "^4.9.3",
64+
"typescript": "^4.9.4",
6565
"unplugin-auto-import": "^0.12.0",
6666
"unplugin-vue-components": "^0.22.11",
67-
"vite": "^3.2.5",
67+
"vite": "^4.0.0",
6868
"vite-plugin-vconsole": "^1.2.2",
69-
"vitest": "^0.25.3",
70-
"vue-tsc": "^1.0.11"
69+
"vitest": "^0.25.6",
70+
"vue-tsc": "^1.0.12"
7171
},
7272
"pnpm": {
7373
"peerDependencyRules": {

0 commit comments

Comments
 (0)