Skip to content

Commit

Permalink
Downgrade crypto-js for react-native compatibility brix/crypto-js#259
Browse files Browse the repository at this point in the history
  • Loading branch information
mnightingale committed Sep 15, 2020
1 parent b77dbdc commit a96c671
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@mnightingale/react-native-image-cache-hoc",
"version": "3.0.0",
"version": "3.0.1",
"description": "React Native Higher Order Component that adds advanced caching functionality to the react native Image component.",
"keywords": [
"react",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"buffer": "^5.0.8",
"crypto-js": "^4.0.0",
"crypto-js": "^3.1.9-1",
"path": "^0.12.7",
"prop-types": "^15.6.0",
"react-native-uuid": "^1.4.9",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3984,10 +3984,10 @@ cross-spawn@^7.0.0:
shebang-command "^2.0.0"
which "^2.0.1"

crypto-js@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.0.0.tgz#2904ab2677a9d042856a2ea2ef80de92e4a36dcc"
integrity sha512-bzHZN8Pn+gS7DQA6n+iUmBfl0hO5DJq++QP3U6uTucDtk/0iGpXd/Gg7CGR0p8tJhofJyaKoWBuJI4eAO00BBg==
crypto-js@^3.1.9-1:
version "3.3.0"
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-3.3.0.tgz#846dd1cce2f68aacfa156c8578f926a609b7976b"
integrity sha512-DIT51nX0dCfKltpRiXV+/TVZq+Qq2NgF4644+K7Ttnla7zEzqc+kjJyiB96BHNyUTBxyjzRcZYpUdZa+QAqi6Q==

crypto-random-string@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit a96c671

Please sign in to comment.