Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 58a403d

Browse files
committed
[ReactNative] Pin babel version
Summary: Currently minor version babel updates add and remove transforms, but internal version is checked in and pinned to 5.6.4. Until we figure out how to update internal deps systematically, we need to make sure OSS edition of RN matches internal, otherwise we get test failures due to package version mismatches.
1 parent 18e6094 commit 58a403d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"absolute-path": "0.0.0",
5050
"babel": "5.4.3",
51-
"babel-core": "^5.6.4",
51+
"babel-core": "5.6.4",
5252
"chalk": "^1.0.0",
5353
"connect": "2.8.3",
5454
"debug": "~2.1.0",

0 commit comments

Comments
 (0)