Skip to content

Commit a09ef78

Browse files
authored
build(deps): update optional react-native-async-storage peerDependency to v2+ (#9385)
v1 does not work with modern react-native, and projects that rely on firebase-js-sdk have difficulty overriding this peer dependency to the v2 series that works, because of unrelated issues with the npm package manager
1 parent 5c7430d commit a09ef78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
},
117117
"peerDependencies": {
118118
"@firebase/app": "0.x",
119-
"@react-native-async-storage/async-storage": "^1.18.1"
119+
"@react-native-async-storage/async-storage": "^2.2.0"
120120
},
121121
"peerDependenciesMeta": {
122122
"@react-native-async-storage/async-storage": {

0 commit comments

Comments
 (0)