Skip to content

Commit 0cd5b19

Browse files
Fix async storage packge dependency in expo app (#796)
2 parents c715945 + d0a7131 commit 0cd5b19

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

apps/expo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/runtime": "^7.18.9",
1414
"@expo/config-plugins": "~7.8.0",
1515
"@my/ui": "workspace:*",
16-
"@react-native-async-storage/async-storage": "1.21.0",
16+
"@react-native-async-storage/async-storage": "^2.0.0",
1717
"@react-native-community/netinfo": "^11.2.1",
1818
"@react-navigation/native": "^6.1.6",
1919
"app": "workspace:*",

yarn.lock

+1-12
Original file line numberDiff line numberDiff line change
@@ -7179,17 +7179,6 @@ __metadata:
71797179
languageName: node
71807180
linkType: hard
71817181

7182-
"@react-native-async-storage/async-storage@npm:1.21.0":
7183-
version: 1.21.0
7184-
resolution: "@react-native-async-storage/async-storage@npm:1.21.0"
7185-
dependencies:
7186-
merge-options: "npm:^3.0.4"
7187-
peerDependencies:
7188-
react-native: ^0.0.0-0 || >=0.60 <1.0
7189-
checksum: 10/7860faaa0ddb849ba4019f48fba90cffea686fb8a29813379ff38af8d635d4d8e7841735c2ba53b7788fb54312f157338e5630a768e9b2339dc33c4f5b316ca7
7190-
languageName: node
7191-
linkType: hard
7192-
71937182
"@react-native-async-storage/async-storage@npm:^2.0.0":
71947183
version: 2.0.0
71957184
resolution: "@react-native-async-storage/async-storage@npm:2.0.0"
@@ -20014,7 +20003,7 @@ __metadata:
2001420003
"@expo/config-plugins": "npm:~7.8.0"
2001520004
"@expo/metro-config": "npm:~0.17.1"
2001620005
"@my/ui": "workspace:*"
20017-
"@react-native-async-storage/async-storage": "npm:1.21.0"
20006+
"@react-native-async-storage/async-storage": "npm:^2.0.0"
2001820007
"@react-native-community/netinfo": "npm:^11.2.1"
2001920008
"@react-navigation/native": "npm:^6.1.6"
2002020009
"@tamagui/babel-plugin": "npm:^1.101.7"

0 commit comments

Comments
 (0)