Skip to content

Commit f1648e9

Browse files
author
Karolis Butkus
authored
Merge pull request wix#681 from wix/upgrade_RN57
Upgrade rn57
2 parents 55df6f1 + 30056b1 commit f1648e9

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

example/.babelrc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"presets": ["react-native"]
3-
}
2+
"presets": [
3+
"module:metro-react-native-babel-preset"
4+
]
5+
}

example/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77
"test": "jest"
88
},
99
"dependencies": {
10-
"react": "16.0.0-alpha.12",
11-
"react-native": "0.54.2",
10+
"react": "16.6.0-alpha.8af6728",
11+
"react-native": "0.57.4",
1212
"react-native-calendars": "^1.17.5",
1313
"react-native-navigation": "^1.1.205"
1414
},
1515
"devDependencies": {
16-
"babel-jest": "20.0.3",
17-
"babel-preset-react-native": "3.0.1",
16+
"babel-jest": "^23.6.0",
17+
"babel-preset-react-native": "^4.0.1",
1818
"jest": "20.0.4",
19+
"metro-react-native-babel-preset": "^0.49.1",
1920
"react-test-renderer": "16.0.0-alpha.12"
2021
},
2122
"jest": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-calendars",
3-
"version": "1.21.0",
3+
"version": "1.22.0",
44
"main": "src/index.js",
55
"description": "React Native Calendar Components",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"eslint": "^3.19.0",
2828
"eslint-plugin-react": "^7.0.0",
2929
"jasmine": "^2.5.2",
30-
"react": "16.0.0-alpha.12",
31-
"react-native": "0.47.2"
30+
"react": "16.6.0-alpha.8af6728",
31+
"react-native": "0.57.4"
3232
}
3333
}

0 commit comments

Comments
 (0)