Move Playwright to be a peerDependency of next.js (#63530)

This commit is contained in:
Andrew Gadzik 2024-03-25 06:48:47 -04:00 committed by GitHub
parent 4284302cb3
commit f9d73cc2fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",
@ -112,6 +113,9 @@
},
"@opentelemetry/api": {
"optional": true
},
"@playwright/test": {
"optional": true
}
},
"devDependencies": {