Skip to content

Commit

Permalink
Ensure pnpm doesn't install peer deps
Browse files Browse the repository at this point in the history
Also figure out why it's doing that in the first place
  • Loading branch information
eps1lon committed Apr 21, 2024
1 parent 3e495ca commit 4df94e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@
},
"@playwright/test": {
"optional": true
},
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"devDependencies": {
Expand Down

0 comments on commit 4df94e1

Please sign in to comment.