Skip to content

Commit

Permalink
Fix Vite 3 peer dep error (#452)
Browse files Browse the repository at this point in the history
* chore: relax peer deps

* chore: update lockfile

* Create late-spies-kick.md
  • Loading branch information
jacksteamdev authored Jul 26, 2022
1 parent a8d5670 commit 68c661f
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 47 deletions.
5 changes: 5 additions & 0 deletions .changeset/late-spies-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@crxjs/vite-plugin": patch
---

Support Vite 3
4 changes: 2 additions & 2 deletions packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@
"vue": "3.2.36"
},
"peerDependencies": {
"vite": "^2.9.0"
"vite": ">=2.9.0"
},
"optionalDependencies": {
"@vitejs/plugin-react": "^1.2.0"
"@vitejs/plugin-react": ">=1.2.0"
},
"engines": {
"node": ">=14"
Expand Down
112 changes: 67 additions & 45 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 68c661f

Please sign in to comment.