Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 2835bc3

Browse files
committed
chore: bump vite version
1 parent ce2f924 commit 2835bc3

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"ts-jest": "^26.5.0",
108108
"ts-node": "^9.0.0",
109109
"typescript": "^4.1.3",
110-
"vite": "2.1.5",
110+
"vite": "2.2.4",
111111
"vite-plugin-components": "^0.8.3",
112112
"vite-plugin-pages": "^0.9.2",
113113
"vitepress": "^0.12.0",

tooling/auto-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@chakra-ui/vue-next": "1.0.0-alpha.4",
41-
"vite": "2.1.5",
41+
"vite": "2.2.4",
4242
"vite-plugin-components": "^0.8.3",
4343
"vue": ">=3.0.5"
4444
}

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"markdown-it-prism": "^2.1.6",
3131
"prismjs": "^1.23.0",
3232
"typescript": "^4.1.3",
33-
"vite": "2.1.5",
33+
"vite": "2.2.4",
3434
"vite-plugin-components": "^0.8.3",
3535
"vite-plugin-icons": "^0.3.3",
3636
"vite-plugin-md": "^0.6.0",

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14047,7 +14047,19 @@ vite-ssg@^0.9.2:
1404714047
prettier "^2.2.1"
1404814048
yargs "^16.2.0"
1404914049

14050-
[email protected], vite@^2.0.0-beta.70:
14050+
14051+
version "2.2.4"
14052+
resolved "https://registry.yarnpkg.com/vite/-/vite-2.2.4.tgz#8f9cc85aacab04c850085894b086c8717f12ed16"
14053+
integrity sha512-vnIwSNci+phFMp6krhy+FbYzKL0R67Sdt9mVZ96S27AewrApSJjTqncJcalk8sf60BgcbW4+1C6DFIWkxquO9g==
14054+
dependencies:
14055+
esbuild "^0.9.3"
14056+
postcss "^8.2.1"
14057+
resolve "^1.19.0"
14058+
rollup "^2.38.5"
14059+
optionalDependencies:
14060+
fsevents "~2.3.1"
14061+
14062+
vite@^2.0.0-beta.70:
1405114063
version "2.1.5"
1405214064
resolved "https://registry.yarnpkg.com/vite/-/vite-2.1.5.tgz#4857da441c62f7982c83cbd5f42a00330f20c9c1"
1405314065
integrity sha512-tYU5iaYeUgQYvK/CNNz3tiJ8vYqPWfCE9IQ7K0iuzYovWw7lzty7KRYGWwV3CQPh0NKxWjOczAqiJsCL0Xb+Og==

0 commit comments

Comments
 (0)