Skip to content

Commit

Permalink
Merge pull request #16 from ablydevin/main
Browse files Browse the repository at this point in the history
Add Vite 5 to dependancy versions
  • Loading branch information
yracnet authored Jan 8, 2024
2 parents 63bdc13 + 23f015e commit ecd64d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"slash-path": "^0.0.1"
},
"peerDependencies": {
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0"
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
Expand All @@ -69,4 +69,4 @@
"typescript": "^5.3.3",
"vite": "^2.0.0"
}
}
}

0 comments on commit ecd64d4

Please sign in to comment.