|
70 | 70 | "@babel/core": "^7.8.4", |
71 | 71 | "@babel/runtime": "^7.8.4", |
72 | 72 | "@expo/webpack-config": "^0.12.0", |
73 | | - "@react-native-community/bob": "^0.17.0", |
74 | 73 | "@react-native-community/cli": "^4.10.0", |
75 | 74 | "@react-native-community/cli-platform-android": "^4.10.0", |
76 | 75 | "@react-native-community/cli-platform-ios": "^4.10.0", |
77 | | - "@react-native-community/eslint-config": "^2.0.0", |
78 | | - "babel-jest": "^26.5.2", |
79 | | - "babel-plugin-module-resolver": "3.1.3", |
| 76 | + "@react-native-community/eslint-config": "^3.0.0", |
80 | 77 | "detox": "17.10.6", |
81 | | - "eslint": "^6.0.0", |
| 78 | + "eslint": "^7.0.0", |
82 | 79 | "expo": "^38.0.10", |
83 | 80 | "flow-bin": "^0.122.0", |
84 | 81 | "jest": "^26.5.3", |
|
89 | 86 | "react": "16.13.1", |
90 | 87 | "react-dom": "16.13.1", |
91 | 88 | "react-native": "0.63.4", |
92 | | - "react-native-macos": "0.63.4", |
93 | | - "react-native-test-app": "^0.6.12", |
| 89 | + "react-native-builder-bob": "^0.18.0", |
| 90 | + "react-native-macos": "^0.63.4", |
| 91 | + "react-native-test-app": "^0.7.1", |
94 | 92 | "react-native-web": "~0.12.0", |
95 | | - "react-native-windows": "0.63.18", |
| 93 | + "react-native-windows": "^0.63.18", |
96 | 94 | "react-test-renderer": "16.13.1", |
97 | 95 | "semantic-release": "^17.2.1" |
98 | 96 | }, |
|
139 | 137 | } |
140 | 138 | } |
141 | 139 | }, |
142 | | - "@react-native-community/bob": { |
| 140 | + "react-native-builder-bob": { |
143 | 141 | "source": "src", |
144 | 142 | "output": "lib", |
145 | 143 | "targets": [ |
146 | | - [ |
147 | | - "commonjs", |
148 | | - { |
149 | | - "copyFlow": true |
150 | | - } |
151 | | - ], |
| 144 | + ["commonjs", { "copyFlow": true }], |
152 | 145 | "module" |
153 | 146 | ] |
154 | 147 | } |
|
0 commit comments