Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aksonov committed Nov 8, 2017
1 parent 480c9bc commit 637ca1c
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 21 deletions.
6 changes: 3 additions & 3 deletions Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"mobx": "^3.2.1",
"mobx-react": "^4.2.1",
"prop-types": "^15.5.10",
"react": "16.0.0",
"react-native": "0.50.1",
"react": "^16.0.0",
"react-native": "^0.50.1",
"react-native-button": "^2.0.0",
"react-native-message-bar": "^1.6.0",
"react-native-router-flux": "file:../",
"react-native-router-flux": "4.0.0-beta.23",
"react-navigation": "1.0.0-beta.17"
},
"devDependencies": {
Expand Down
47 changes: 30 additions & 17 deletions Example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1995,7 +1995,7 @@ hoist-non-react-statics@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-1.2.0.tgz#aa448cf0986d55cc40773b17174b7dd066cb7cfb"

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

Expand Down Expand Up @@ -2859,9 +2859,9 @@ methods@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"

metro-bundler@^0.20.0:
version "0.20.0"
resolved "https://registry.yarnpkg.com/metro-bundler/-/metro-bundler-0.20.0.tgz#a2faef20ba7f566484a6c5bd585f590f8640c183"
metro-bundler@^0.20.1:
version "0.20.2"
resolved "https://registry.yarnpkg.com/metro-bundler/-/metro-bundler-0.20.2.tgz#6c4dc9ea24314d876c466103eff5d78d15646bb5"
dependencies:
absolute-path "^0.0.0"
async "^2.4.0"
Expand Down Expand Up @@ -2895,7 +2895,8 @@ metro-bundler@^0.20.0:
source-map "^0.5.6"
temp "0.8.3"
throat "^4.1.0"
uglify-es "^3.1.0"
uglify-es "^3.1.8"
wordwrap "^1.0.0"
write-file-atomic "^1.2.0"
xpipe "^1.0.5"

Expand Down Expand Up @@ -2981,10 +2982,20 @@ mobx-react@^4.2.1:
dependencies:
hoist-non-react-statics "^1.2.0"

mobx-react@^4.3.4:
version "4.3.4"
resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-4.3.4.tgz#58cda105b8018f9bf87bd6de333ac5eb0d5c9dfe"
dependencies:
hoist-non-react-statics "^2.3.1"

mobx@^3.2.1:
version "3.2.2"
resolved "https://registry.yarnpkg.com/mobx/-/mobx-3.2.2.tgz#aa671459bededfd9880c948889a3f62bce09279c"

mobx@^3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/mobx/-/mobx-3.3.1.tgz#c38fc1a287a0dda3f5d4b85efe1137fedd9dcdf0"

morgan@~1.6.1:
version "1.6.1"
resolved "https://registry.yarnpkg.com/morgan/-/morgan-1.6.1.tgz#5fd818398c6819cba28a7cd6664f292fe1c0bbf2"
Expand Down Expand Up @@ -3530,11 +3541,13 @@ react-native-message-bar@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/react-native-message-bar/-/react-native-message-bar-1.6.0.tgz#79623e89655475216927090771b0238616b6f1c7"

"react-native-router-flux@github:aksonov/react-native-router-flux#4662bd3ebd54dfad2101873b157b861517b2f7e8":
"react-native-router-flux@github:aksonov/react-native-router-flux#480c9bc0b2894a973df4ac88f94f7f6f43e72e4a":
version "4.0.0-beta.22"
resolved "https://codeload.github.com/aksonov/react-native-router-flux/tar.gz/4662bd3ebd54dfad2101873b157b861517b2f7e8"
resolved "https://codeload.github.com/aksonov/react-native-router-flux/tar.gz/480c9bc0b2894a973df4ac88f94f7f6f43e72e4a"
dependencies:
lodash.isequal "^4.5.0"
mobx "^3.3.1"
mobx-react "^4.3.4"
opencollective "^1.0.3"
prop-types "^15.6.0"
react-navigation "^1.0.0-beta.19"
Expand All @@ -3545,9 +3558,9 @@ react-native-tab-view@^0.0.70:
dependencies:
prop-types "^15.5.10"

[email protected]:
version "0.50.1"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.50.1.tgz#3d8bb7c96dd3151788e795a22155d305f15abfd1"
react-native@^0.50.1:
version "0.50.3"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.50.3.tgz#91282bd5356cc7d794969cdc443cc764389b9af4"
dependencies:
absolute-path "^0.0.0"
art "^0.10.0"
Expand Down Expand Up @@ -3575,7 +3588,7 @@ [email protected]:
graceful-fs "^4.1.3"
inquirer "^3.0.6"
lodash "^4.16.6"
metro-bundler "^0.20.0"
metro-bundler "^0.20.1"
mime "^1.3.4"
minimist "^1.2.0"
mkdirp "^0.5.1"
Expand Down Expand Up @@ -3651,7 +3664,7 @@ react-transform-hmr@^1.0.4:
global "^4.3.0"
react-proxy "^1.1.7"

[email protected]:
react@^16.0.0:
version "16.0.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.0.0.tgz#ce7df8f1941b036f02b2cca9dbd0cb1f0e855e2d"
dependencies:
Expand Down Expand Up @@ -4342,7 +4355,7 @@ ua-parser-js@^0.7.9:
version "0.7.14"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.14.tgz#110d53fa4c3f326c121292bbeac904d2e03387ca"

uglify-es@^3.1.0:
uglify-es@^3.1.8:
version "3.1.8"
resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.1.8.tgz#2f21a56871d6354dcc21469cc034c3967f14c5b1"
dependencies:
Expand Down Expand Up @@ -4517,14 +4530,14 @@ [email protected]:
version "0.0.2"
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f"

wordwrap@^1.0.0, wordwrap@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"

wordwrap@~0.0.2:
version "0.0.3"
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"

wordwrap@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"

worker-farm@^1.3.1:
version "1.5.0"
resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.5.0.tgz#adfdf0cd40581465ed0a1f648f9735722afd5c8d"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-router-flux",
"version": "4.0.0-beta.22",
"version": "4.0.0-beta.23",
"description": "React Native Router using Flux architecture",
"repository": {
"type": "git",
Expand Down

0 comments on commit 637ca1c

Please sign in to comment.