Skip to content

Commit

Permalink
feat: add Vite 6 to peer deps (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Nov 27, 2024
1 parent b41eb6b commit 88e513d
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .changeset/short-hairs-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'vite-plugin-static-copy': minor
---

add Vite 6 to peer dep
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"homepage": "https://github.com/sapphi-red/vite-plugin-static-copy#readme",
"sideEffects": false,
"peerDependencies": {
"vite": "^5.0.0"
"vite": "^5.0.0 || ^6.0.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
Expand All @@ -60,7 +60,7 @@
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"vite": "^5.4.10",
"vite": "^6.0.1",
"vitest": "^1.6.0",
"vitest-github-actions-reporter": "^0.11.1"
},
Expand Down
80 changes: 70 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build:structured": "vite --config vite.structured.config.ts build"
},
"devDependencies": {
"vite": "^5.4.10",
"vite": "^6.0.0",
"vite-plugin-static-copy": "workspace:*"
}
}

0 comments on commit 88e513d

Please sign in to comment.