Summary:
This new release is going to contain 3 things:

- Builtin TypeScript support
- A fix on the traversal of dependencies
- A fix on the way that RN loads the config file (@[100000044482482:ives] is working on the diff atm)

Lots of things added in just 1 day! 😅

Reviewed By: CompuIves

Differential Revision: D9131710

fbshipit-source-id: 6a5ec3b35f420d1a400611ce8e094a07807e3e44
This commit is contained in:
Rafael Oleza 2018-08-02 06:36:46 -07:00 коммит произвёл Facebook Github Bot
Родитель 140b230e84
Коммит cbfe159d44
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -170,10 +170,10 @@
"graceful-fs": "^4.1.3",
"inquirer": "^3.0.6",
"lodash": "^4.17.5",
"metro": "^0.43.2",
"metro-babel-register": "^0.43.2",
"metro-core": "^0.43.2",
"metro-memory-fs": "^0.43.2",
"metro": "^0.43.3",
"metro-babel-register": "^0.43.3",
"metro-core": "^0.43.3",
"metro-memory-fs": "^0.43.3",
"mime": "^1.3.4",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",