Skip to content

Commit

Permalink
Fix peerDependencies in next package
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed May 8, 2024
1 parent 78507bc commit aa5ede5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
"peerDependencies": {
"@opentelemetry/api": "^1.1.0",
"@playwright/test": "^1.41.2",
"react": "19.0.0-beta-4508873393-20240430",
"react-dom": "19.0.0-beta-4508873393-20240430",
"react": "^18.2.0 || 19.0.0-beta-4508873393-20240430",
"react-dom": "^18.2.0 || 19.0.0-beta-4508873393-20240430",
"sass": "^1.3.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit aa5ede5

Please sign in to comment.