Skip to content

Commit

Permalink
Bump vite from 4.5.1 to 4.5.2 (#674)
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 6, 2024
1 parent f3a4ab9 commit 598dfbe
Show file tree
Hide file tree
Showing 3 changed files with 1,216 additions and 996 deletions.
2 changes: 1 addition & 1 deletion apps/react-vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.0.2",
"vite": "^4.4.12"
"vite": "^4.5.2"
}
}
2 changes: 1 addition & 1 deletion apps/vue-vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"typescript": "~5.3.3",
"vite": "^5.1.1",
"vite": "^4.5.2",
"vue-tsc": "^1.8.27"
}
}

0 comments on commit 598dfbe

Please sign in to comment.