Skip to content

Commit

Permalink
chore(deps-dev): bump vite from 4.4.11 to 4.5.0
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.11 to 4.5.0.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.0/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.0/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent 82c8fb5 commit d0023fb
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion output/vue/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@vitejs/plugin-vue": "^4.4.0",
"sass": "^1.69.4",
"typescript": "^4.9.5",
"vite": "^4.4.11",
"vite": "^4.5.0",
"vue-tsc": "^1.8.19"
},
"publishConfig": {
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion showcases/react-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@vitejs/plugin-react": "^4.1.0",
"cross-env": "^7.0.3",
"typescript": "^4.9.5",
"vite": "^4.4.11"
"vite": "^4.5.0"
}
}
2 changes: 1 addition & 1 deletion showcases/vanilla-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"devDependencies": {
"cpr": "3.0.1",
"npm-run-all": "4.1.5",
"vite": "^4.4.11"
"vite": "^4.5.0"
}
}
2 changes: 1 addition & 1 deletion showcases/vue-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@vitejs/plugin-vue": "^4.4.0",
"cross-env": "^7.0.3",
"typescript": "^4.9.5",
"vite": "^4.4.11",
"vite": "^4.5.0",
"vue-tsc": "^1.8.19"
}
}

0 comments on commit d0023fb

Please sign in to comment.