Skip to content

Commit

Permalink
Fix peer dependencies in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
louiszawadzki committed Nov 9, 2023
1 parent 657274f commit 5acf1a7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/codepush/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"react-native-code-push": "7.0.5"
},
"peerDependencies": {
"@datadog/mobile-react-native": "^1.0.0-beta4",
"@datadog/mobile-react-native": "^2.0.1",
"react": ">=16.13.1",
"react-native": ">=0.63.4 <1.0",
"react-native-code-push": ">=2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-apollo-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"peerDependencies": {
"@apollo/client": ">=3.0",
"@datadog/mobile-react-native": ">=1.5.0",
"@datadog/mobile-react-native": "^2.0.1",
"react": ">=16.13.1",
"react-native": ">=0.63.4 <1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"remx": "3.x.x"
},
"peerDependencies": {
"@datadog/mobile-react-native": "^1.0.0-beta4",
"@datadog/mobile-react-native": "^2.0.1",
"react": ">=16.13.1",
"react-native": ">=0.63.4 <1.0",
"react-native-navigation": "^7.5.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"react-native-builder-bob": "0.17.1"
},
"peerDependencies": {
"@datadog/mobile-react-native": ">=1.5.0",
"@datadog/mobile-react-native": "^2.0.1",
"react": ">=16.13.1",
"react-native": ">=0.63.4 <1.0",
"react-native-webview": "11.x.x"
"react-native-webview": ">=11.0.0"
},
"jest": {
"preset": "react-native",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"react-native-safe-area-context": "3.1.9"
},
"peerDependencies": {
"@datadog/mobile-react-native": "^1.0.0-beta4",
"@datadog/mobile-react-native": "^2.0.1",
"react": ">=16.13.1",
"react-native": ">=0.63.4 <1.0"
},
Expand Down

0 comments on commit 5acf1a7

Please sign in to comment.