Skip to content

Commit

Permalink
chore(deps): update dependency vite to v4 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 24, 2022
1 parent bc4ec43 commit 6b3d301
Show file tree
Hide file tree
Showing 3 changed files with 284 additions and 30 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"homepage": "https://github.com/tangdaoyuan/vite-plugin-reload#readme",
"peerDependencies": {
"vite": "^3.0.0"
"vite": "^4.0.0"
},
"dependencies": {
"micromatch": "^4.0.5",
Expand All @@ -59,7 +59,7 @@
"eslint": "^8.20.0",
"typescript": "^4.7.4",
"unbuild": "^1.0.0",
"vite": "^3.0.4",
"vite": "^4.0.0",
"vitest": "^0.25.0"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.1",
"typescript": "^4.7.4",
"vite": "^3.0.4",
"vite": "^4.0.0",
"vue-tsc": "^1.0.0"
}
}

0 comments on commit 6b3d301

Please sign in to comment.