Skip to content

Commit

Permalink
Revert react-native-securerandom upgrade (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivshah3 authored Oct 24, 2018
1 parent 9485ef5 commit 49af66e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"base64-js": "^1.3.0",
"jwt-decode": "^2.2.0",
"react-native-securerandom": "^0.3.0"
"react-native-securerandom": "^0.1.1"
},
"devDependencies": {
"auto-changelog": "^1.8.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5188,10 +5188,10 @@ react-devtools-core@^2.5.0:
shell-quote "^1.6.1"
ws "^2.0.3"

react-native-securerandom@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/react-native-securerandom/-/react-native-securerandom-0.3.0.tgz#4b85c39eb1babc8cd662c7174d96eb149486fae1"
integrity sha512-Le2jxjt2NLseebfZANo3uf2nnyBvb7KrFqlhCoFFlQkovtJM9u+/e+tpzrS9TGmP116zkk/xJSxttZ5psaQ1pQ==
react-native-securerandom@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/react-native-securerandom/-/react-native-securerandom-0.1.1.tgz#f130623a412c338b0afadedbc204c5cbb8bf2070"
integrity sha1-8TBiOkEsM4sK+t7bwgTFy7i/IHA=
dependencies:
base64-js "*"

Expand Down

0 comments on commit 49af66e

Please sign in to comment.