Skip to content

Commit

Permalink
chore: ignore missing peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Nov 8, 2022
1 parent f545607 commit 66abfcd
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@
"pnpm": {
"patchedDependencies": {
"@storybook/builder-vite@0.2.3": "patches/@storybook__builder-vite@0.2.3.patch"
},
"peerDependencyRules": {
"ignoreMissing": ["@babel/preset-env", "@types/react", "react", "react-dom", "@vue/compiler-sfc", "webpack"]
}
}
}

0 comments on commit 66abfcd

Please sign in to comment.