Skip to content

Commit

Permalink
several minor version updates:
Browse files Browse the repository at this point in the history
- Bump p-limit from 2.2.0 to 3.1.0
- Bump babel-loader from 8.1.0 to 8.2.2
- Bumps [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) from 1.8.0 to 1.9.0.
- Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.9.0 to 7.12.5.
- Bump @babel/cli from 7.2.3 to 7.12.8.
- Bump @babel/node from 7.0.0 to 7.12.6.
- Bumps [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/bottom-tabs) from 5.10.0 to 5.11.2.
- bump @babel/core to 7.12.10
- Bump @react-navigation/drawer from 5.10.0 to 5.11.4.
- Bump @react-navigation/stack from 5.10.0 to 5.12.8.
- Bump @ledgerhq/react-native-hw-transport-ble from 5.28.0 to 5.34.0.
- bump @react-native-community/async-storage from 1.5.1 to 1.12.1.
- Bump moment from 2.24.0 to 2.29.1.
- bump react-native-randombytes to 3.6.0.
- Bump bluebird to 3.7.2.
  • Loading branch information
v-almonacid committed Jan 19, 2021
1 parent e5fd78f commit 0cf8022
Show file tree
Hide file tree
Showing 3 changed files with 332 additions and 180 deletions.
18 changes: 9 additions & 9 deletions ios/Podfile.lock
Expand Up @@ -81,8 +81,8 @@ PODS:
- React
- react-native-netinfo (5.9.9):
- React-Core
- react-native-randombytes (3.5.3):
- React
- react-native-randombytes (3.6.0):
- React-Core
- react-native-safe-area-context (3.1.9):
- React-Core
- react-native-splash-screen (3.2.0):
Expand Down Expand Up @@ -115,14 +115,14 @@ PODS:
- React-fishhook (= 0.60.0)
- RNCardano (0.2.3):
- React
- RNCAsyncStorage (1.5.1):
- React
- RNCAsyncStorage (1.12.1):
- React-Core
- RNCMaskedView (0.1.10):
- React
- RNDeviceInfo (6.0.1):
- React
- RNGestureHandler (1.8.0):
- React
- RNGestureHandler (1.9.0):
- React-Core
- RNKeychain (3.0.0):
- React
- RNPermissions (2.2.2):
Expand Down Expand Up @@ -308,7 +308,7 @@ SPEC CHECKSUMS:
react-native-config: f2c2ae45625a068c35681a16b9bfb1ca58b0adc7
react-native-haskell-shelley: 241bdb4e191404ed8ee4e877388482fb0d73f03d
react-native-netinfo: 0212ce8604e88edf686f1481b925b17a42a52449
react-native-randombytes: 3638d24759d67c68f6ccba60c52a7a8a8faa6a23
react-native-randombytes: b6677f7d495c27e9ee0dbd77ebc97b3c59173729
react-native-safe-area-context: b6e0e284002381d2ff29fa4fff42b4d8282e3c94
react-native-splash-screen: 200d11d188e2e78cea3ad319964f6142b6384865
react-native-webview: dfd7202ff115c44d3ea401c2f36122fb3ac79f07
Expand All @@ -323,10 +323,10 @@ SPEC CHECKSUMS:
React-RCTVibration: 4ee1cf208ab17a50fafb1c16ffe28fe594a64e4f
React-RCTWebSocket: fca087d583724aa0e5fef7d911f0f2a28d0f2736
RNCardano: ffdd908e7dde81508914dbff2fbd739183b2bf34
RNCAsyncStorage: b63d6e83fc629b01df6b624688f17944cea5637f
RNCAsyncStorage: b03032fdbdb725bea0bd9e5ec5a7272865ae7398
RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f
RNDeviceInfo: 6dd5c07a482f2a5e4a29fe8a9d99eadd4277175a
RNGestureHandler: 7a5833d0f788dbd107fbb913e09aa0c1ff333c39
RNGestureHandler: 9b7e605a741412e20e13c512738a31bd1611759b
RNKeychain: 3aa3cf891a09a0d18d306862ab2bb9e106079b24
RNPermissions: 5df468064df661a4c8c017e2791ce90d7695eea5
RNReanimated: e03f7425cb7a38dcf1b644d680d1bfc91c3337ad
Expand Down
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -25,29 +25,29 @@
"prestorybook": "rnstl --searchDir ./src/components --pattern '**/*.stories.js'"
},
"dependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.9.0",
"@babel/node": "7.0.0",
"@babel/runtime": "7.9.0",
"@babel/cli": "7.12.8",
"@babel/core": "7.12.10",
"@babel/node": "7.12.6",
"@babel/runtime": "7.12.5",
"@cardano-foundation/ledgerjs-hw-app-cardano": "2.1.0",
"@emurgo/cip4-js": "1.0.5",
"@ledgerhq/react-native-hw-transport-ble": "5.28.0",
"@react-native-community/async-storage": "1.5.1",
"@ledgerhq/react-native-hw-transport-ble": "5.34.0",
"@react-native-community/async-storage": "1.12.1",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "5.9.9",
"@react-navigation/bottom-tabs": "5.10.0",
"@react-navigation/drawer": "5.10.0",
"@react-navigation/bottom-tabs": "5.11.2",
"@react-navigation/drawer": "5.11.4",
"@react-navigation/material-top-tabs": "5.3.10",
"@react-navigation/native": "5.8.10",
"@react-navigation/stack": "5.10.0",
"@react-navigation/stack": "5.12.8",
"@sentry/react-native": "1.4.5",
"@v-almonacid/react-native-hid": "5.15.4",
"add": "2.0.6",
"babel-eslint": "10.1.0",
"base-x": "3.0.8",
"bignumber.js": "^7.2.1",
"bip39": "^2.5.0",
"bluebird": "^3.5.2",
"bluebird": "3.7.2",
"bs58": "^4.0.1",
"crypto-random-string": "3.3.0",
"emip3js": "Emurgo/emip3js",
Expand All @@ -57,10 +57,10 @@
"intl": "^1.2.5",
"jsc-android": "241213.1.0",
"lodash": "^4.17.20",
"moment": "^2.22.2",
"moment": "2.29.1",
"net": "^1.0.2",
"node-fetch": "^2.6.1",
"p-limit": "^2.0.0",
"p-limit": "3.1.0",
"react": "16.8.6",
"react-intl": "^2.8.0",
"react-markdown": "4.3.1",
Expand All @@ -74,7 +74,7 @@
"react-native-crypto": "2.2.0",
"react-native-device-info": "6.0.1",
"react-native-easy-markdown": "1.4.1",
"react-native-gesture-handler": "1.8.0",
"react-native-gesture-handler": "1.9.0",
"react-native-haskell-shelley": "Emurgo/react-native-haskell-shelley#0.0.8",
"react-native-keychain": "3.0.0",
"react-native-linear-gradient": "2.5.6",
Expand All @@ -83,7 +83,7 @@
"react-native-permissions": "2.2.2",
"react-native-qrcode-scanner": "1.4.1",
"react-native-qrcode-svg": "6.0.6",
"react-native-randombytes": "3.5.3",
"react-native-randombytes": "3.6.0",
"react-native-reanimated": "1.13.2",
"react-native-safe-area-context": "3.1.9",
"react-native-safe-area-view": "2.0.0",
Expand Down Expand Up @@ -114,7 +114,7 @@
"@storybook/react-native": "5.3.23",
"@storybook/react-native-server": "^5.3.23",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"babel-loader": "8.2.2",
"babel-plugin-react-intl": "^3.0.1",
"babel-plugin-require-context-hook": "^1.0.0",
"detox": "16.7.2",
Expand Down

0 comments on commit 0cf8022

Please sign in to comment.