Skip to content

Commit d8413ec

Browse files
committed
✨ feat(version): update cli version with v0.17.5
1 parent 56664c0 commit d8413ec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/vite-cli/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-create-app",
3-
"version": "0.17.2",
3+
"version": "0.17.5",
44
"description": "",
55
"main": "index.js",
66
"bin": {
@@ -20,6 +20,9 @@
2020
"homepage": "https://github.com/ErKeLost/vite-cli#readme",
2121
"repository": "https://github.com/ErKeLost/vite-cli",
2222
"bugs": "https://github.com/ErKeLost/vite-cli/issues",
23+
"dependencies": {
24+
"prettier": "latest"
25+
},
2326
"devDependencies": {
2427
"@types/node": "^18.0.0",
2528
"ts-node-dev": "^2.0.0",
@@ -29,7 +32,6 @@
2932
"figlet": "^1.5.2",
3033
"fs-extra": "^10.1.0",
3134
"gradient-string": "^2.0.1",
32-
"prettier": "latest",
3335
"prompts": "^2.4.2",
3436
"kolorist": "^1.5.1"
3537
},

0 commit comments

Comments
 (0)