Skip to content

Commit 637ca1c

Browse files
author
aksonov
committed
bump version
1 parent 480c9bc commit 637ca1c

File tree

3 files changed

+34
-21
lines changed

3 files changed

+34
-21
lines changed

Example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"mobx": "^3.2.1",
1313
"mobx-react": "^4.2.1",
1414
"prop-types": "^15.5.10",
15-
"react": "16.0.0",
16-
"react-native": "0.50.1",
15+
"react": "^16.0.0",
16+
"react-native": "^0.50.1",
1717
"react-native-button": "^2.0.0",
1818
"react-native-message-bar": "^1.6.0",
19-
"react-native-router-flux": "file:../",
19+
"react-native-router-flux": "4.0.0-beta.23",
2020
"react-navigation": "1.0.0-beta.17"
2121
},
2222
"devDependencies": {

Example/yarn.lock

Lines changed: 30 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1995,7 +1995,7 @@ hoist-non-react-statics@^1.2.0:
19951995
version "1.2.0"
19961996
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-1.2.0.tgz#aa448cf0986d55cc40773b17174b7dd066cb7cfb"
19971997

1998-
hoist-non-react-statics@^2.2.0:
1998+
hoist-non-react-statics@^2.2.0, hoist-non-react-statics@^2.3.1:
19991999
version "2.3.1"
20002000
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.3.1.tgz#343db84c6018c650778898240135a1420ee22ce0"
20012001

@@ -2859,9 +2859,9 @@ methods@~1.1.2:
28592859
version "1.1.2"
28602860
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
28612861

2862-
metro-bundler@^0.20.0:
2863-
version "0.20.0"
2864-
resolved "https://registry.yarnpkg.com/metro-bundler/-/metro-bundler-0.20.0.tgz#a2faef20ba7f566484a6c5bd585f590f8640c183"
2862+
metro-bundler@^0.20.1:
2863+
version "0.20.2"
2864+
resolved "https://registry.yarnpkg.com/metro-bundler/-/metro-bundler-0.20.2.tgz#6c4dc9ea24314d876c466103eff5d78d15646bb5"
28652865
dependencies:
28662866
absolute-path "^0.0.0"
28672867
async "^2.4.0"
@@ -2895,7 +2895,8 @@ metro-bundler@^0.20.0:
28952895
source-map "^0.5.6"
28962896
temp "0.8.3"
28972897
throat "^4.1.0"
2898-
uglify-es "^3.1.0"
2898+
uglify-es "^3.1.8"
2899+
wordwrap "^1.0.0"
28992900
write-file-atomic "^1.2.0"
29002901
xpipe "^1.0.5"
29012902

@@ -2981,10 +2982,20 @@ mobx-react@^4.2.1:
29812982
dependencies:
29822983
hoist-non-react-statics "^1.2.0"
29832984

2985+
mobx-react@^4.3.4:
2986+
version "4.3.4"
2987+
resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-4.3.4.tgz#58cda105b8018f9bf87bd6de333ac5eb0d5c9dfe"
2988+
dependencies:
2989+
hoist-non-react-statics "^2.3.1"
2990+
29842991
mobx@^3.2.1:
29852992
version "3.2.2"
29862993
resolved "https://registry.yarnpkg.com/mobx/-/mobx-3.2.2.tgz#aa671459bededfd9880c948889a3f62bce09279c"
29872994

2995+
mobx@^3.3.1:
2996+
version "3.3.1"
2997+
resolved "https://registry.yarnpkg.com/mobx/-/mobx-3.3.1.tgz#c38fc1a287a0dda3f5d4b85efe1137fedd9dcdf0"
2998+
29882999
morgan@~1.6.1:
29893000
version "1.6.1"
29903001
resolved "https://registry.yarnpkg.com/morgan/-/morgan-1.6.1.tgz#5fd818398c6819cba28a7cd6664f292fe1c0bbf2"
@@ -3530,11 +3541,13 @@ react-native-message-bar@^1.6.0:
35303541
version "1.6.0"
35313542
resolved "https://registry.yarnpkg.com/react-native-message-bar/-/react-native-message-bar-1.6.0.tgz#79623e89655475216927090771b0238616b6f1c7"
35323543

3533-
"react-native-router-flux@github:aksonov/react-native-router-flux#4662bd3ebd54dfad2101873b157b861517b2f7e8":
3544+
"react-native-router-flux@github:aksonov/react-native-router-flux#480c9bc0b2894a973df4ac88f94f7f6f43e72e4a":
35343545
version "4.0.0-beta.22"
3535-
resolved "https://codeload.github.com/aksonov/react-native-router-flux/tar.gz/4662bd3ebd54dfad2101873b157b861517b2f7e8"
3546+
resolved "https://codeload.github.com/aksonov/react-native-router-flux/tar.gz/480c9bc0b2894a973df4ac88f94f7f6f43e72e4a"
35363547
dependencies:
35373548
lodash.isequal "^4.5.0"
3549+
mobx "^3.3.1"
3550+
mobx-react "^4.3.4"
35383551
opencollective "^1.0.3"
35393552
prop-types "^15.6.0"
35403553
react-navigation "^1.0.0-beta.19"
@@ -3545,9 +3558,9 @@ react-native-tab-view@^0.0.70:
35453558
dependencies:
35463559
prop-types "^15.5.10"
35473560

3548-
3549-
version "0.50.1"
3550-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.50.1.tgz#3d8bb7c96dd3151788e795a22155d305f15abfd1"
3561+
react-native@^0.50.1:
3562+
version "0.50.3"
3563+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.50.3.tgz#91282bd5356cc7d794969cdc443cc764389b9af4"
35513564
dependencies:
35523565
absolute-path "^0.0.0"
35533566
art "^0.10.0"
@@ -3575,7 +3588,7 @@ [email protected]:
35753588
graceful-fs "^4.1.3"
35763589
inquirer "^3.0.6"
35773590
lodash "^4.16.6"
3578-
metro-bundler "^0.20.0"
3591+
metro-bundler "^0.20.1"
35793592
mime "^1.3.4"
35803593
minimist "^1.2.0"
35813594
mkdirp "^0.5.1"
@@ -3651,7 +3664,7 @@ react-transform-hmr@^1.0.4:
36513664
global "^4.3.0"
36523665
react-proxy "^1.1.7"
36533666

3654-
3667+
react@^16.0.0:
36553668
version "16.0.0"
36563669
resolved "https://registry.yarnpkg.com/react/-/react-16.0.0.tgz#ce7df8f1941b036f02b2cca9dbd0cb1f0e855e2d"
36573670
dependencies:
@@ -4342,7 +4355,7 @@ ua-parser-js@^0.7.9:
43424355
version "0.7.14"
43434356
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.14.tgz#110d53fa4c3f326c121292bbeac904d2e03387ca"
43444357

4345-
uglify-es@^3.1.0:
4358+
uglify-es@^3.1.8:
43464359
version "3.1.8"
43474360
resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.1.8.tgz#2f21a56871d6354dcc21469cc034c3967f14c5b1"
43484361
dependencies:
@@ -4517,14 +4530,14 @@ [email protected]:
45174530
version "0.0.2"
45184531
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f"
45194532

4533+
wordwrap@^1.0.0, wordwrap@~1.0.0:
4534+
version "1.0.0"
4535+
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
4536+
45204537
wordwrap@~0.0.2:
45214538
version "0.0.3"
45224539
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
45234540

4524-
wordwrap@~1.0.0:
4525-
version "1.0.0"
4526-
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
4527-
45284541
worker-farm@^1.3.1:
45294542
version "1.5.0"
45304543
resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.5.0.tgz#adfdf0cd40581465ed0a1f648f9735722afd5c8d"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-router-flux",
3-
"version": "4.0.0-beta.22",
3+
"version": "4.0.0-beta.23",
44
"description": "React Native Router using Flux architecture",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)