Skip to content

Commit d6bb1b8

Browse files
authored
fix: update peer dependency version for vite in package.json (#18)
1 parent 31c9ec9 commit d6bb1b8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/bitter-times-press.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"vite-plugin-react-router-amplify-hosting": patch
3+
---
4+
5+
Support Vite v5

packages/vite-plugin-react-router-amplify-hosting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"vite-plugin-dts": "^4.5.0"
4949
},
5050
"peerDependencies": {
51-
"vite": ">=6.0.0"
51+
"vite": "^5.1.0 || ^6.0.0"
5252
}
5353
}

0 commit comments

Comments
 (0)