Skip to content

Commit 88e513d

Browse files
authored
feat: add Vite 6 to peer deps (#141)
1 parent b41eb6b commit 88e513d

File tree

4 files changed

+78
-13
lines changed

4 files changed

+78
-13
lines changed

.changeset/short-hairs-melt.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'vite-plugin-static-copy': minor
3+
---
4+
5+
add Vite 6 to peer dep

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"homepage": "https://github.com/sapphi-red/vite-plugin-static-copy#readme",
3939
"sideEffects": false,
4040
"peerDependencies": {
41-
"vite": "^5.0.0"
41+
"vite": "^5.0.0 || ^6.0.0"
4242
},
4343
"devDependencies": {
4444
"@changesets/changelog-github": "^0.5.0",
@@ -60,7 +60,7 @@
6060
"tsup": "^8.3.5",
6161
"typescript": "^5.6.3",
6262
"typescript-eslint": "^8.13.0",
63-
"vite": "^5.4.10",
63+
"vite": "^6.0.1",
6464
"vitest": "^1.6.0",
6565
"vitest-github-actions-reporter": "^0.11.1"
6666
},

pnpm-lock.yaml

+70-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build:structured": "vite --config vite.structured.config.ts build"
1414
},
1515
"devDependencies": {
16-
"vite": "^5.4.10",
16+
"vite": "^6.0.0",
1717
"vite-plugin-static-copy": "workspace:*"
1818
}
1919
}

0 commit comments

Comments
 (0)