Skip to content

Commit

Permalink
When possible, avoid relying on resolutions in package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenoist committed Mar 1, 2022
1 parent 4604d32 commit 89bbea7
Show file tree
Hide file tree
Showing 12 changed files with 3,726 additions and 5,389 deletions.
5 changes: 4 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ packageExtensions:
"@endemolshinegroup/cosmiconfig-typescript-loader@*":
peerDependencies:
typescript: "*"
"@graphql-codegen/cli@1.21.4":
"@graphql-codegen/cli@*":
peerDependencies:
typescript: "*"
"@mdx-js/loader@*":
Expand Down Expand Up @@ -72,6 +72,9 @@ packageExtensions:
dependencies:
core-js-bundle: "*"
regenerator-runtime: "*"
styled-jsx@*:
peerDependencies:
"@babel/core": "*"
next-auth@*:
peerDependencies:
"@prisma/client": "*"
Expand Down

0 comments on commit 89bbea7

Please sign in to comment.