Bump react-native-codegen to 0.0.9

Summary:
Bumping the codegen to a new version to ship a change to the Android template.

Changelog:
[General] [Changed] - Bump react-native-codegen to 0.0.9

Reviewed By: hramos, mdvacca

Differential Revision: D31762139

fbshipit-source-id: 71a96210a3577c12ff3c9f9013c6e72adf4a0ecb
This commit is contained in:
Nicola Corti 2021-10-22 03:07:59 -07:00 коммит произвёл Facebook GitHub Bot
Родитель 3f629049ba
Коммит e3a71b019f
2 изменённых файлов: 2 добавлений и 2 удалений

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

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

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

@ -45,7 +45,7 @@
"mkdirp": "^0.5.1",
"prettier": "1.19.1",
"react": "17.0.2",
"react-native-codegen": "^0.0.8",
"react-native-codegen": "^0.0.9",
"react-shallow-renderer": "16.14.1",
"react-test-renderer": "17.0.2",
"shelljs": "^0.7.8",