Skip to content

Commit

Permalink
Moved Vite to peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugos68 committed Jul 22, 2024
1 parent d543ed0 commit f6dd0d4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-tips-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vite-plugin-pagefind": patch
---

fix: Move Vite to peer deps
16 changes: 6 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,11 @@
"url": "https://github.com/Hugos68/vite-plugin-pagefind"
},
"homepage": "https://github.com/Hugos68/vite-plugin-pagefind#vite-plugin-pagefind",
"keywords": [
"vite",
"vite-plugin",
"pagefind"
],
"keywords": ["vite", "vite-plugin", "pagefind"],
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"files": ["dist"],
"main": "./dist/plugins/pagefind.js",
"exports": {
".": {
Expand All @@ -45,12 +39,14 @@
"colorette": "^2.0.20",
"valibot": "0.31.0-rc.4"
},
"peerDependencies": {
"vite": "^5.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@changesets/cli": "^2.27.3",
"@types/node": "^20.12.12",
"typescript": "^5.3.3",
"vite": "^5.0.12"
"typescript": "^5.3.3"
},
"type": "module"
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit f6dd0d4

Please sign in to comment.