|
@@ -41,33 +41,33 @@
|
41
|
41
|
"release": "node ./scripts/release.js"
|
42
|
42
|
},
|
43
|
43
|
"peerDependencies": {
|
44
|
|
- "react-native": "*",
|
45
|
|
- "react": "*"
|
|
44
|
+ "react": "*",
|
|
45
|
+ "react-native": "*"
|
46
|
46
|
},
|
47
|
47
|
"dependencies": {
|
48
|
48
|
"lodash": "4.x.x"
|
49
|
49
|
},
|
50
|
50
|
"devDependencies": {
|
51
|
|
- "react-native": "0.41.2",
|
52
|
|
- "react": "15.4.2",
|
53
|
|
- "react-test-renderer": "15.4.2",
|
54
|
51
|
"babel-cli": "6.x.x",
|
55
|
52
|
"babel-core": "6.x.x",
|
56
|
|
- "babel-polyfill": "6.x.x",
|
57
|
53
|
"babel-eslint": "7.x.x",
|
|
54
|
+ "babel-jest": "20.x.x",
|
|
55
|
+ "babel-polyfill": "6.x.x",
|
58
|
56
|
"babel-preset-react-native": "1.x.x",
|
59
|
57
|
"babel-register": "6.x.x",
|
60
|
|
- "babel-jest": "18.x.x",
|
|
58
|
+ "detox": "5.x.x",
|
61
|
59
|
"eslint": "3.x.x",
|
62
|
60
|
"eslint-plugin-babel": "4.x.x",
|
63
|
|
- "eslint-plugin-react": "6.x.x",
|
|
61
|
+ "eslint-plugin-react": "7.x.x",
|
64
|
62
|
"eslint-plugin-react-native": "2.x.x",
|
65
|
|
- "jest": "18.x.x",
|
66
|
|
- "jest-cli": "18.x.x",
|
|
63
|
+ "jest": "20.x.x",
|
|
64
|
+ "jest-cli": "20.x.x",
|
|
65
|
+ "mocha": "3.x.x",
|
|
66
|
+ "react": "16.0.0-alpha.6",
|
|
67
|
+ "react-native": "0.44.0",
|
|
68
|
+ "react-test-renderer": "16.0.0-alpha.6",
|
67
|
69
|
"remx": "1.x.x",
|
68
|
70
|
"semver": "5.x.x",
|
69
|
|
- "detox": "5.x.x",
|
70
|
|
- "mocha": "3.x.x",
|
71
|
71
|
"shell-utils": "1.x.x"
|
72
|
72
|
},
|
73
|
73
|
"babel": {
|
|
@@ -82,7 +82,7 @@
|
82
|
82
|
},
|
83
|
83
|
"jest": {
|
84
|
84
|
"preset": "react-native",
|
85
|
|
- "testPathDirs": [
|
|
85
|
+ "roots": [
|
86
|
86
|
"<rootDir>/node_modules/",
|
87
|
87
|
"<rootDir>/lib/src/",
|
88
|
88
|
"<rootDir>/integration/"
|