Skip to content

Commit ace11b2

Browse files
kesha-antonovaksonov
authored andcommitted
Upd deps: react-navigation to beta-15, rm RN-button, upd mobx & mobx-react (#2584)
* upd deps * upd pkgs * upd RN to fix test * upd mobx & mobx-react
1 parent 020a2ab commit ace11b2

File tree

3 files changed

+784
-308
lines changed

3 files changed

+784
-308
lines changed

Example/yarn.lock

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3230,12 +3230,6 @@ react-devtools-core@^2.0.8:
32303230
shell-quote "^1.6.1"
32313231
ws "^2.0.3"
32323232

3233-
react-native-button@^2.0.0:
3234-
version "2.1.0"
3235-
resolved "https://registry.yarnpkg.com/react-native-button/-/react-native-button-2.1.0.tgz#a39e23292922afeea4f7be141dd43e18f1b51876"
3236-
dependencies:
3237-
prop-types "^15.5.10"
3238-
32393233
react-native-dismiss-keyboard@1.0.0:
32403234
version "1.0.0"
32413235
resolved "https://registry.yarnpkg.com/react-native-dismiss-keyboard/-/react-native-dismiss-keyboard-1.0.0.tgz#32886242b3f2317e121f3aeb9b0a585e2b879b49"

package.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,15 @@
1818
},
1919
"dependencies": {
2020
"lodash.isequal": "^4.5.0",
21-
"mobx": "^3.1.16",
22-
"mobx-react": "^4.2.1",
21+
"mobx": "^3.3.1",
22+
"mobx-react": "^4.3.4",
2323
"opencollective": "^1.0.3",
24-
"prop-types": "^15.5.10",
25-
"react-native-button": "^2.0.0",
26-
"react-navigation": "^1.0.0-beta.13"
24+
"prop-types": "^15.6.0",
25+
"react-navigation": "^1.0.0-beta.19"
2726
},
2827
"devDependencies": {
29-
"@types/react": "^16.0.7",
30-
"@types/react-native": "^0.48.9",
28+
"@types/react": "^16.0.20",
29+
"@types/react-native": "^0.50.0",
3130
"babel-cli": "~6.24.1",
3231
"babel-eslint": "^6.0.3",
3332
"babel-jest": "20.0.3",
@@ -44,9 +43,9 @@
4443
"jest": "20.0.4",
4544
"prettier-eslint": "^6.4.2",
4645
"prettier-eslint-cli": "^4.1.1",
47-
"react": "16.0.0-alpha.12",
48-
"react-native": "0.45.1",
49-
"react-test-renderer": "16.0.0-alpha.12"
46+
"react": "16.0.0",
47+
"react-native": "0.50.1",
48+
"react-test-renderer": "16.0.0"
5049
},
5150
"peerDependencies": {
5251
"react": "*",
@@ -58,7 +57,7 @@
5857
"<rootDir>/Example/"
5958
],
6059
"transformIgnorePatterns": [
61-
"node_modules/(?!(jest-)?react-native|react-navigation)"
60+
"node_modules/(?!(jest-)?react-native|react-navigation|mobx-react)"
6261
],
6362
"setupFiles": [
6463
"./test/setup.js"

0 commit comments

Comments
 (0)