Skip to content

Commit

Permalink
create-vite-app v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 11, 2020
1 parent a968795 commit fd00853
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion create-vite-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-vite-app",
"version": "1.2.0",
"version": "1.3.0",
"license": "MIT",
"author": "Evan You",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion create-vite-app/template-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"preact": "^10.4.1"
},
"devDependencies": {
"vite": "^0.14.0"
"vite": "^0.14.1"
}
}
4 changes: 2 additions & 2 deletions create-vite-app/template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"es-react": "^16.12.0"
},
"devDependencies": {
"vite": "^0.14.0"
"vite": "^0.14.1"
}
}
}
2 changes: 1 addition & 1 deletion create-vite-app/template-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"vue": "^3.0.0-beta.10"
},
"devDependencies": {
"vite": "^0.14.0",
"vite": "^0.14.1",
"@vue/compiler-sfc": "^3.0.0-beta.10"
}
}

0 comments on commit fd00853

Please sign in to comment.