Skip to content

Commit

Permalink
feat: add vite 6 support (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: bluwy <[email protected]>
  • Loading branch information
gabrielrbarbosa and bluwy authored Nov 27, 2024
1 parent b3e49ca commit 0dc375d
Show file tree
Hide file tree
Showing 2 changed files with 1,033 additions and 1,153 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@
},
"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",
"enquirer": "^2.4.1",
"execa": "^9.4.0",
"execa": "^9.5.1",
"minimist": "^1.2.8",
"node-forge": "^1.3.1",
"picocolors": "^1.1.0",
"prettier": "^3.3.3",
"picocolors": "^1.1.1",
"prettier": "^3.4.1",
"semver": "^7.6.3",
"tsx": "^4.19.1",
"tsx": "^4.19.2",
"unbuild": "^2.0.0",
"vite": "^5.4.9",
"vitest": "^2.1.3"
"vite": "^6.0.1",
"vitest": "^2.1.6"
}
}
Loading

0 comments on commit 0dc375d

Please sign in to comment.