Skip to content

Commit

Permalink
Move Playwright to be a peerDependency of next.js (#63530)
Browse files Browse the repository at this point in the history
  • Loading branch information
agadzik authored Mar 25, 2024
1 parent 4284302 commit f9d73cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"styled-jsx": "5.1.1"
},
"peerDependencies": {
"@playwright/test": "^1.41.2",
"@opentelemetry/api": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -112,6 +113,9 @@
},
"@opentelemetry/api": {
"optional": true
},
"@playwright/test": {
"optional": true
}
},
"devDependencies": {
Expand Down

0 comments on commit f9d73cc

Please sign in to comment.