diff --git a/package.json b/package.json index 4261b905d07..f9f12e5974d 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "@react-native-community/cli-platform-android": "10.0.0-alpha.2", "@react-native-community/cli-platform-ios": "10.0.0-alpha.1", "@react-native/assets": "1.0.0", - "@react-native/normalize-color": "2.0.0", + "@react-native/normalize-color": "2.1.0", "@react-native/polyfills": "2.0.0", "abort-controller": "^3.0.0", "anser": "^1.4.9", diff --git a/packages/babel-plugin-codegen/package.json b/packages/babel-plugin-codegen/package.json index 24a34898651..9a06f6cfa73 100644 --- a/packages/babel-plugin-codegen/package.json +++ b/packages/babel-plugin-codegen/package.json @@ -1,5 +1,5 @@ { - "version": "0.71.0", + "version": "0.71.1", "name": "@react-native/babel-plugin-codegen", "description": "Babel plugin to generate native module and view manager code for React Native.", "repository": { diff --git a/packages/eslint-config-react-native-community/package.json b/packages/eslint-config-react-native-community/package.json index cee4162fce3..c9d777b7bd3 100644 --- a/packages/eslint-config-react-native-community/package.json +++ b/packages/eslint-config-react-native-community/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/eslint-config", - "version": "3.1.0", + "version": "3.2.0", "description": "ESLint config for React Native", "main": "index.js", "license": "MIT", diff --git a/packages/eslint-plugin-react-native-community/package.json b/packages/eslint-plugin-react-native-community/package.json index 29c7ddaa610..f50afbdad52 100644 --- a/packages/eslint-plugin-react-native-community/package.json +++ b/packages/eslint-plugin-react-native-community/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/eslint-plugin", - "version": "1.2.0", + "version": "1.3.0", "description": "ESLint rules for @react-native-community/eslint-config", "main": "index.js", "repository": { diff --git a/packages/eslint-plugin-specs/package.json b/packages/eslint-plugin-specs/package.json index ced1c1d18ad..2956a52d482 100644 --- a/packages/eslint-plugin-specs/package.json +++ b/packages/eslint-plugin-specs/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/eslint-plugin-specs", - "version": "0.71.0", + "version": "0.71.1", "description": "ESLint rules to validate NativeModule and Component Specs", "main": "index.js", "repository": { diff --git a/packages/hermes-inspector-msggen/package.json b/packages/hermes-inspector-msggen/package.json index 68b2d0f949c..add61d46ca7 100644 --- a/packages/hermes-inspector-msggen/package.json +++ b/packages/hermes-inspector-msggen/package.json @@ -1,7 +1,7 @@ { "name": "@react-native/hermes-inspector-msggen", "private": true, - "version": "0.71.0", + "version": "0.71.1", "license": "MIT", "bin": { "msggen": "./bin/index.js" diff --git a/packages/normalize-color/package.json b/packages/normalize-color/package.json index 7ecb89c6b89..27fe68afd5c 100644 --- a/packages/normalize-color/package.json +++ b/packages/normalize-color/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/normalize-color", - "version": "2.0.0", + "version": "2.1.0", "description": "Color normalization for React Native.", "repository": { "type": "git", diff --git a/packages/react-native-codegen/package.json b/packages/react-native-codegen/package.json index db3efc860b3..7e268a7bcc9 100644 --- a/packages/react-native-codegen/package.json +++ b/packages/react-native-codegen/package.json @@ -1,6 +1,6 @@ { "name": "react-native-codegen", - "version": "0.71.1", + "version": "0.71.2", "description": "⚛️ Code generation tools for React Native", "homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-codegen", "repository": { diff --git a/repo-config/package.json b/repo-config/package.json index 07dc70ae12c..00eef94f108 100644 --- a/repo-config/package.json +++ b/repo-config/package.json @@ -15,7 +15,7 @@ "@babel/plugin-transform-regenerator": "^7.0.0", "@definitelytyped/dtslint": "^0.0.127", "@react-native-community/eslint-plugin": "*", - "@react-native/eslint-plugin-specs": "^0.71.0", + "@react-native/eslint-plugin-specs": "^0.71.1", "@reactions/component": "^2.0.2", "@types/react": "^18.0.18", "@typescript-eslint/parser": "^5.30.5", @@ -46,7 +46,7 @@ "mkdirp": "^0.5.1", "prettier": "^2.4.1", "react": "18.2.0", - "react-native-codegen": "^0.71.1", + "react-native-codegen": "^0.71.2", "react-test-renderer": "18.2.0", "shelljs": "^0.8.5", "signedsource": "^1.0.0",