Skip to content

Commit

Permalink
fix(expo): update dependencies of config plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorJohn authored and mikehardy committed Apr 26, 2023
1 parent 4eb336b commit 3e81143
Show file tree
Hide file tree
Showing 6 changed files with 1,795 additions and 61 deletions.
10 changes: 9 additions & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,22 @@
"crashlytics"
],
"peerDependencies": {
"expo": ">=47.0.0",
"react": "*",
"react-native": "*"
},
"dependencies": {
"@expo/config-plugins": "^5.0.4",
"opencollective-postinstall": "^2.0.1",
"superstruct": "^0.6.2"
},
"devDependencies": {
"expo": "^47.0.0"
},
"peerDependenciesMeta": {
"expo": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
Expand Down
16 changes: 11 additions & 5 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,22 @@
"auth"
],
"dependencies": {
"@expo/config-plugins": "^5.0.4",
"plist": "^3.0.5"
},
"peerDependencies": {
"@react-native-firebase/app": "17.4.2"
"@react-native-firebase/app": "17.4.2",
"expo": ">=47.0.0"
},
"devDependencies": {
"@types/plist": "^3.0.2",
"expo": "^47.0.0"
},
"peerDependenciesMeta": {
"expo": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/plist": "^3.0.2"
}
}
12 changes: 10 additions & 2 deletions packages/crashlytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,20 @@
"crashlytics"
],
"peerDependencies": {
"@react-native-firebase/app": "17.4.2"
"@react-native-firebase/app": "17.4.2",
"expo": ">=47.0.0"
},
"dependencies": {
"@expo/config-plugins": "^5.0.4",
"stacktrace-js": "^2.0.0"
},
"devDependencies": {
"expo": "^47.0.0"
},
"peerDependenciesMeta": {
"expo": {
"optional": true
}
},
"publishConfig": {
"access": "public"
}
Expand Down
14 changes: 10 additions & 4 deletions packages/dynamic-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,17 @@
"deep link",
"dynamic link"
],
"dependencies": {
"@expo/config-plugins": "^5.0.4"
},
"peerDependencies": {
"@react-native-firebase/app": "17.4.2"
"@react-native-firebase/app": "17.4.2",
"expo": ">=47.0.0"
},
"devDependencies": {
"expo": "^47.0.0"
},
"peerDependenciesMeta": {
"expo": {
"optional": true
}
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 9 additions & 3 deletions packages/perf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,16 @@
"performance monitoring"
],
"peerDependencies": {
"@react-native-firebase/app": "17.4.2"
"@react-native-firebase/app": "17.4.2",
"expo": ">=47.0.0"
},
"dependencies": {
"@expo/config-plugins": "^5.0.4"
"devDependencies": {
"expo": "^47.0.0"
},
"peerDependenciesMeta": {
"expo": {
"optional": true
}
},
"publishConfig": {
"access": "public"
Expand Down
Loading

1 comment on commit 3e81143

@vercel
Copy link

@vercel vercel bot commented on 3e81143 Apr 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.