Skip to content

Commit

Permalink
Support Vite 6
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Nov 26, 2024
1 parent 43536ed commit 3ab64a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vite-plugin-react-docgen-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"peerDependencies": {
"typescript": ">= 4.3.x",
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2563,7 +2563,7 @@ __metadata:
react-docgen-typescript: ^2.2.2
peerDependencies:
typescript: ">= 4.3.x"
vite: ^3.0.0 || ^4.0.0 || ^5.0.0
vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0
peerDependenciesMeta:
typescript:
optional: true
Expand Down

0 comments on commit 3ab64a3

Please sign in to comment.