Skip to content

Commit

Permalink
Vite 6 support (#199)
Browse files Browse the repository at this point in the history
* Update package.json

Updated vite peer dependency

* Update CHANGELOG.md
  • Loading branch information
SergkeiM authored Dec 3, 2024
1 parent 2459a27 commit 0376284
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project sticks to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Added
- Added `Vite 6` support

## 1.5.2 - 2024-09-11

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"build": "esno scripts/build.ts"
},
"peerDependencies": {
"vite": "^3.1.0 || ^4.0.0 || ^5.0.0"
"vite": "^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.0.0",
Expand Down

0 comments on commit 0376284

Please sign in to comment.