Skip to content

Commit 3820bf0

Browse files
committed
Fix react dependency version
1 parent 5c2f056 commit 3820bf0

5 files changed

Lines changed: 29 additions & 20 deletions

File tree

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ PODS:
7979
- React-Core (= 0.60.5)
8080
- React-RCTWebSocket (0.60.5):
8181
- React-Core (= 0.60.5)
82-
- RNBootSplash (1.0.2):
82+
- RNBootSplash (1.0.3):
8383
- React
8484
- yoga (0.60.5.React)
8585

@@ -179,7 +179,7 @@ SPEC CHECKSUMS:
179179
React-RCTText: b074d89033583d4f2eb5faf7ea2db3a13c7553a2
180180
React-RCTVibration: 2105b2e0e2b66a6408fc69a46c8a7fb5b2fdade0
181181
React-RCTWebSocket: cd932a16b7214898b6b7f788c8bddb3637246ac4
182-
RNBootSplash: 1dddef4ac96b1928fa620f3712d965b4e062e71a
182+
RNBootSplash: 161de9d2b5dc2af37c2777063b8e6d844ab2a6ff
183183
yoga: 312528f5bbbba37b4dcea5ef00e8b4033fdd9411
184184

185185
PODFILE CHECKSUM: ae509c99cd9486ed1359ce350743db334be59f39

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"postinstall": "yarn clean-modules && yarn pod-install",
99
"pod-install": "cd ./ios && pod install && cd ..",
1010
"start": "react-native start",
11-
"reinstall": "yarn clean && yarn install && yarn pod-install"
11+
"reinstall": "yarn clean && yarn install"
1212
},
1313
"dependencies": {
1414
"react": "16.8.6",

example/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3639,7 +3639,7 @@ react-is@^16.8.1, react-is@^16.8.4:
36393639
integrity sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw==
36403640

36413641
"react-native-bootsplash@file:..":
3642-
version "1.0.1"
3642+
version "1.0.3"
36433643

36443644
36453645
version "0.60.5"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-bootsplash",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"description": "Display a bootsplash on your app starts. Hide it when you want.",
66
"author": "Mathieu Acthernoene <[email protected]>",
@@ -37,10 +37,10 @@
3737
},
3838
"devDependencies": {
3939
"@babel/core": "7.6.0",
40-
"husky": "3.0.4",
41-
"lint-staged": "9.2.3",
40+
"husky": "3.0.5",
41+
"lint-staged": "9.2.5",
4242
"prettier": "1.18.2",
43-
"react": "16.9.0",
43+
"react": "16.8.6",
4444
"react-native": "0.60.5"
4545
}
4646
}

yarn.lock

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2339,10 +2339,10 @@ http-errors@~1.7.2:
23392339
statuses ">= 1.5.0 < 2"
23402340
toidentifier "1.0.0"
23412341

2342-
2343-
version "3.0.4"
2344-
resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.4.tgz#10a48ac11ab50859b0939750fa0b4e07ad0bf669"
2345-
integrity sha512-7Rnt8aJfy+MlV28snmYK7O7vWwtOfeVxV6KhLpUFXlmx5ukQ1nQmNUB7QsAwSgdySB5X+bm7q7JIRgazqBUzKA==
2342+
2343+
version "3.0.5"
2344+
resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.5.tgz#d7db27c346645a8dc52df02aa534a377ad7925e0"
2345+
integrity sha512-cKd09Jy9cDyNIvAdN2QQAP/oA21sle4FWXjIMDttailpLAYZuBE7WaPmhrkj+afS8Sj9isghAtFvWSQ0JiwOHg==
23462346
dependencies:
23472347
chalk "^2.4.2"
23482348
cosmiconfig "^5.2.1"
@@ -2872,10 +2872,10 @@ leven@^3.1.0:
28722872
resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2"
28732873
integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==
28742874

2875-
2876-
version "9.2.3"
2877-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.2.3.tgz#a4ef2b7033f83e8dbc718556610e20e0098356c0"
2878-
integrity sha512-ovDmF0c0VJDTP0VmwLetJQ+lVGyNqOkTniwO9S0MOJxGxIExpSRTL56/ZmvXZ1tHNA53GBbXQbfS8RnNGRXFjg==
2875+
2876+
version "9.2.5"
2877+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.2.5.tgz#5a3e1e0a539a403bd7f88542bc3d34ce52efdbb3"
2878+
integrity sha512-d99gTBFMJ29159+9iRvaMEQstmNcPAbQbhHSYw6D/1FncvFdIj8lWHztaq3Uq+tbZPABHXQ/fyN7Rp1QwF8HIw==
28792879
dependencies:
28802880
chalk "^2.4.2"
28812881
commander "^2.20.0"
@@ -4180,14 +4180,15 @@ react-transform-hmr@^1.0.4:
41804180
global "^4.3.0"
41814181
react-proxy "^1.1.7"
41824182

4183-
react@16.9.0:
4184-
version "16.9.0"
4185-
resolved "https://registry.yarnpkg.com/react/-/react-16.9.0.tgz#40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa"
4186-
integrity sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==
4183+
react@16.8.6:
4184+
version "16.8.6"
4185+
resolved "https://registry.yarnpkg.com/react/-/react-16.8.6.tgz#ad6c3a9614fd3a4e9ef51117f54d888da01f2bbe"
4186+
integrity sha512-pC0uMkhLaHm11ZSJULfOBqV4tIZkx87ZLvbbQYunNixAAvjnC+snJCg0XQXn9VIsttVsbZP/H/ewzgsd5fxKXw==
41874187
dependencies:
41884188
loose-envify "^1.1.0"
41894189
object-assign "^4.1.1"
41904190
prop-types "^15.6.2"
4191+
scheduler "^0.13.6"
41914192

41924193
read-pkg-up@^2.0.0:
41934194
version "2.0.0"
@@ -4469,6 +4470,14 @@ [email protected]:
44694470
loose-envify "^1.1.0"
44704471
object-assign "^4.1.1"
44714472

4473+
scheduler@^0.13.6:
4474+
version "0.13.6"
4475+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.6.tgz#466a4ec332467b31a91b9bf74e5347072e4cd889"
4476+
integrity sha512-IWnObHt413ucAYKsD9J1QShUKkbKLQQHdxRyw73sw4FN26iWr3DY/H34xGPe4nmL1DwXyWmSWmMrA9TfQbE/XQ==
4477+
dependencies:
4478+
loose-envify "^1.1.0"
4479+
object-assign "^4.1.1"
4480+
44724481
semver-compare@^1.0.0:
44734482
version "1.0.0"
44744483
resolved "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc"

0 commit comments

Comments
 (0)