Skip to content

Commit

Permalink
chore: fix peer dep warnings (#14302)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Sep 6, 2023
1 parent 75cd29c commit a1ebc50
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 7 deletions.
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,17 +119,22 @@
"peerDependencies": {
"acorn": "*"
}
},
"postcss-load-config": {
"peerDependencies": {
"postcss": "*"
}
}
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
},
"peerDependencyRules": {
"allowedVersions": {
"vite": "*"
},
"ignoreMissing": [
"@algolia/client-search",
"postcss",
"search-insights"
]
}
},
"stackblitz": {
Expand Down
46 changes: 44 additions & 2 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 a1ebc50

Please sign in to comment.