Bump further patch packages to unblock nightly as they have unreleased changes on main

Summary:
There are other 3 packages which have unreleased changes on main:
```
babel-plugin-codegen/
eslint-plugin-specs/
eslint-config-react-native-community/
```
I'm bumping them in order to be able to publish them to NPM.

Changelog:
[Internal] [Changed] - Bump further patch packages to unblock nightly as they have unreleased changes on main

Reviewed By: hoxyq

Differential Revision: D41874749

fbshipit-source-id: 0b8cd69cab6fcb116f2635c964490927f4fb20be
This commit is contained in:
Nicola Corti 2022-12-10 04:03:11 -08:00 коммит произвёл Facebook GitHub Bot
Родитель 44a533503c
Коммит 3ab6274f0d
5 изменённых файлов: 5 добавлений и 5 удалений

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

@ -1,5 +1,5 @@
{
"version": "0.72.0",
"version": "0.72.1",
"name": "@react-native/babel-plugin-codegen",
"description": "Babel plugin to generate native module and view manager code for React Native.",
"repository": {

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

@ -1,6 +1,6 @@
{
"name": "@react-native/eslint-config",
"version": "0.72.0",
"version": "0.72.1",
"description": "ESLint config for React Native",
"main": "index.js",
"license": "MIT",

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

@ -1,6 +1,6 @@
{
"name": "@react-native/eslint-plugin-specs",
"version": "0.72.0",
"version": "0.72.1",
"description": "ESLint rules to validate NativeModule and Component Specs",
"main": "index.js",
"repository": {

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

@ -17,7 +17,7 @@
"@react-native/codegen": "^0.72.1",
"@react-native/eslint-config": "*",
"@react-native/eslint-plugin": "*",
"@react-native/eslint-plugin-specs": "^0.72.0",
"@react-native/eslint-plugin-specs": "^0.72.1",
"@reactions/component": "^2.0.2",
"@types/react": "^18.0.18",
"@typescript-eslint/parser": "^5.30.5",

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

@ -17,7 +17,7 @@
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.12.5",
"@react-native/eslint-config": "^0.72.0",
"@react-native/eslint-config": "^0.72.1",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^29.2.1",
"@types/react": "^18.0.24",