fix: use 0.0.8 in example

This commit is contained in:
Richard Ramos 2023-01-03 09:36:23 -04:00
parent db241fc4ae
commit 84838f4ef8
No known key found for this signature in database
GPG Key ID: 1CE87DB518195760
2 changed files with 8 additions and 8 deletions

View File

@ -8,7 +8,7 @@
"name": "@waku/react-native-example",
"version": "0.0.1",
"dependencies": {
"@waku/react-native": "^0.0.7",
"@waku/react-native": "^0.0.8",
"expo": "~47.0.8",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
@ -3801,9 +3801,9 @@
"license": "MIT"
},
"node_modules/@waku/react-native": {
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/@waku/react-native/-/react-native-0.0.7.tgz",
"integrity": "sha512-d3vStTibFFJ8nwJ+Wg3g4V/U9Zw8woNWRdwVHrRO2i3OP/6Cesy//8eVHsB/BsV52cnKS8lmZUQIXgfTjdRWHA==",
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/@waku/react-native/-/react-native-0.0.8.tgz",
"integrity": "sha512-Ybef43I+B5as2F5UBZhS4Jmk6T9Fstp3kpMkQcAlsa+A/AeEYN1uKFT3ykBXUa5jPGDtreDYhRbOOdmA0ptOiQ==",
"dependencies": {
"base-64": "^1.0.0"
},
@ -14021,9 +14021,9 @@
}
},
"@waku/react-native": {
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/@waku/react-native/-/react-native-0.0.7.tgz",
"integrity": "sha512-d3vStTibFFJ8nwJ+Wg3g4V/U9Zw8woNWRdwVHrRO2i3OP/6Cesy//8eVHsB/BsV52cnKS8lmZUQIXgfTjdRWHA==",
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/@waku/react-native/-/react-native-0.0.8.tgz",
"integrity": "sha512-Ybef43I+B5as2F5UBZhS4Jmk6T9Fstp3kpMkQcAlsa+A/AeEYN1uKFT3ykBXUa5jPGDtreDYhRbOOdmA0ptOiQ==",
"requires": {
"base-64": "^1.0.0"
}

View File

@ -10,7 +10,7 @@
"web": "expo start --web"
},
"dependencies": {
"@waku/react-native": "^0.0.7",
"@waku/react-native": "^0.0.8",
"expo": "~47.0.8",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",