Skip to content

Commit

Permalink
✨ feat(version): update cli version with v0.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ErKeLost committed Aug 8, 2022
1 parent 56664c0 commit d8413ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/vite-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-create-app",
"version": "0.17.2",
"version": "0.17.5",
"description": "",
"main": "index.js",
"bin": {
Expand All @@ -20,6 +20,9 @@
"homepage": "https://github.com/ErKeLost/vite-cli#readme",
"repository": "https://github.com/ErKeLost/vite-cli",
"bugs": "https://github.com/ErKeLost/vite-cli/issues",
"dependencies": {
"prettier": "latest"
},
"devDependencies": {
"@types/node": "^18.0.0",
"ts-node-dev": "^2.0.0",
Expand All @@ -29,7 +32,6 @@
"figlet": "^1.5.2",
"fs-extra": "^10.1.0",
"gradient-string": "^2.0.1",
"prettier": "latest",
"prompts": "^2.4.2",
"kolorist": "^1.5.1"
},
Expand Down

0 comments on commit d8413ec

Please sign in to comment.