Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit a96c671

Browse files
committed
Downgrade crypto-js for react-native compatibility brix/crypto-js#259
1 parent b77dbdc commit a96c671

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mnightingale/react-native-image-cache-hoc",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "React Native Higher Order Component that adds advanced caching functionality to the react native Image component.",
55
"keywords": [
66
"react",
@@ -54,7 +54,7 @@
5454
},
5555
"dependencies": {
5656
"buffer": "^5.0.8",
57-
"crypto-js": "^4.0.0",
57+
"crypto-js": "^3.1.9-1",
5858
"path": "^0.12.7",
5959
"prop-types": "^15.6.0",
6060
"react-native-uuid": "^1.4.9",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3984,10 +3984,10 @@ cross-spawn@^7.0.0:
39843984
shebang-command "^2.0.0"
39853985
which "^2.0.1"
39863986

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

39923992
crypto-random-string@^1.0.0:
39933993
version "1.0.0"

0 commit comments

Comments
 (0)