Skip to content

Commit 99bf272

Browse files
committed
Fix demo app
1 parent 2490e7f commit 99bf272

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
1111
},
1212
"dependencies": {
13-
"@react-native-async-storage/async-storage": "^1.13.3",
13+
"@react-native-async-storage/async-storage": "1.13.3",
1414
"@react-native-community/checkbox": "^0.5.7",
1515
"@react-navigation/bottom-tabs": "^5.11.7",
1616
"@react-navigation/native": "^5.9.2",

sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
"license": "MIT",
4545
"licenseFilename": "LICENSE",
4646
"readmeFilename": "README.md",
47+
"dependencies": {
48+
"@react-native-async-storage/async-storage": "^1.13.4"
49+
},
4750
"peerDependencies": {
4851
"@react-native-async-storage/async-storage": "^1.13.3"
4952
},
@@ -73,8 +76,5 @@
7376
"run-script-os": "^1.1.5",
7477
"ts-jest": "^26.4.0",
7578
"typescript": "^3.9.7"
76-
},
77-
"dependencies": {
78-
"@react-native-async-storage/async-storage": "^1.13.4"
7979
}
8080
}

0 commit comments

Comments
 (0)