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 1b935de
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3552,7 +3552,7 @@ __metadata:
react-native-builder-bob: 0.17.1
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"
languageName: unknown
Expand All @@ -3567,7 +3567,7 @@ __metadata:
react-native-builder-bob: 0.17.1
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 All @@ -3585,7 +3585,7 @@ __metadata:
react-native-navigation: 7.31.1
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 All @@ -3611,10 +3611,10 @@ __metadata:
"@testing-library/react-native": 7.0.2
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"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3644,7 +3644,7 @@ __metadata:
react-native-gesture-handler: 1.10.3
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"
languageName: unknown
Expand Down

0 comments on commit 1b935de

Please sign in to comment.