Skip to content

Commit

Permalink
fix: React native peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Feb 18, 2020
1 parent f1b001b commit a18482b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 20 deletions.
4 changes: 3 additions & 1 deletion packages/daf-react-native-async-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
"build": "tsc"
},
"dependencies": {
"@react-native-community/async-storage": "^1.8.0",
"daf-core": "^2.1.0",
"debug": "^4.1.1"
},
"peerDependencies": {
"@react-native-community/async-storage": "*"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"typescript": "^3.7.5"
Expand Down
6 changes: 4 additions & 2 deletions packages/daf-react-native-libsodium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
"debug": "^4.1.1",
"did-jwt": "^4.0.0",
"elliptic": "^6.5.2",
"ethjs-signer": "^0.1.1",
"react-native-sodium": "^0.3.6"
"ethjs-signer": "^0.1.1"
},
"peerDependencies": {
"react-native-sodium": "*"
},
"devDependencies": {
"@types/debug": "^4.1.5",
Expand Down
6 changes: 4 additions & 2 deletions packages/daf-react-native-sqlite3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
},
"dependencies": {
"daf-data-store": "^2.1.0",
"debug": "^4.1.1",
"react-native-sqlite-storage": "^4.1.0"
"debug": "^4.1.1"
},
"peerDependencies": {
"react-native-sqlite-storage": "*"
},
"devDependencies": {
"@types/debug": "^4.1.5",
Expand Down
15 changes: 0 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1412,11 +1412,6 @@
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=

"@react-native-community/async-storage@^1.8.0":
version "1.8.0"
resolved "https://registry.yarnpkg.com/@react-native-community/async-storage/-/async-storage-1.8.0.tgz#5f23ad486daa284398c71f2cc94d15fb7be40bb8"
integrity sha512-R8hYm9h7MqoTa/opzBID6hhL5rseNoMJK1wG/B/Diob+JzEv7b1GMpHjsAZX2pU2o82LU73XbPJOPzfvkGFaUA==

"@semantic-release/commit-analyzer@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-7.0.0.tgz#4318cd26787772632828738fc76a333b3d4d7b28"
Expand Down Expand Up @@ -8511,16 +8506,6 @@ react-is@^16.8.4:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c"
integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==

react-native-sodium@^0.3.6:
version "0.3.6"
resolved "https://registry.yarnpkg.com/react-native-sodium/-/react-native-sodium-0.3.6.tgz#c1c0058becc866ae0d60257aa53cb81a9fd4a8fc"
integrity sha512-1lZBpIF9mvYlgGH1tlHCNBnhMeNwFmWkok55p5Lu1Td5bYya2iUbLyfQyDcMk8RXnab2V6c/o76hmxt0tqmuWg==

react-native-sqlite-storage@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/react-native-sqlite-storage/-/react-native-sqlite-storage-4.1.0.tgz#641780eef06bc90b853d3dcd628c0fe54b656d7b"
integrity sha512-H8++CILlZQ2f2n+OvVmGyqMaV+UFKTRSTx9/3eIAxBg4d0rjeZogs6hgHlfADvEGNmrEyUBDpnX9+uHnDtwAHQ==

read-cmd-shim@^1.0.1, read-cmd-shim@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/read-cmd-shim/-/read-cmd-shim-1.0.5.tgz#87e43eba50098ba5a32d0ceb583ab8e43b961c16"
Expand Down

0 comments on commit a18482b

Please sign in to comment.