Skip to content

Commit

Permalink
Support vite 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrbarbosa authored Nov 26, 2024
1 parent b3e49ca commit 263529a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/vitejs/vite-plugin-basic-ssl/#readme",
"peerDependencies": {
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
},
"devDependencies": {
"conventional-changelog-cli": "^5.0.0",
Expand All @@ -48,7 +48,7 @@
"semver": "^7.6.3",
"tsx": "^4.19.1",
"unbuild": "^2.0.0",
"vite": "^5.4.9",
"vitest": "^2.1.3"
"vite": "^6.0.0",
"vitest": "^2.1.6"
}
}

0 comments on commit 263529a

Please sign in to comment.