Skip to content

Commit

Permalink
fix: add esbuild to peerDeps for fix yarn pnp (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiFuks authored Apr 5, 2024
1 parent 4dfed49 commit 8759a88
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
3 changes: 2 additions & 1 deletion packages/vite-plugin-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
},
"peerDependencies": {
"mockjs": ">=1.1.0",
"vite": ">=4.0.0"
"vite": ">=4.0.0",
"esbuild": ">=0.17"
},
"devDependencies": {
"@types/mockjs": "^1.0.7",
Expand Down
15 changes: 11 additions & 4 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 8759a88

Please sign in to comment.