Summary:
Bump react-native-codegen version to include new fixes and improvements.
Changelog: [internal] Updated react-native-codegen version

Reviewed By: cortinico

Differential Revision: D33684175

fbshipit-source-id: bfc6cb627659c7cdfca2676894bece5f02aff767
This commit is contained in:
Dmitry Rykun 2022-01-21 07:29:11 -08:00 коммит произвёл Facebook GitHub Bot
Родитель 293fb51e3a
Коммит 37e5cc966f
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1,6 +1,6 @@
{
"name": "react-native-codegen",
"version": "0.0.12",
"version": "0.0.13",
"description": "⚛️ Code generation tools for React Native",
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-codegen",
"repository": {

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

@ -42,7 +42,7 @@
"mkdirp": "^0.5.1",
"prettier": "^2.4.1",
"react": "17.0.2",
"react-native-codegen": "^0.0.12",
"react-native-codegen": "^0.0.13",
"react-test-renderer": "17.0.2",
"shelljs": "^0.8.4",
"signedsource": "^1.0.0",