diff --git a/packages/babel-plugin-codegen/package.json b/packages/babel-plugin-codegen/package.json index f70d2cfa98..8256be94c3 100644 --- a/packages/babel-plugin-codegen/package.json +++ b/packages/babel-plugin-codegen/package.json @@ -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": { diff --git a/packages/eslint-config-react-native-community/package.json b/packages/eslint-config-react-native-community/package.json index dc3ea4c64b..a30d4f1a81 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/eslint-config", - "version": "0.72.0", + "version": "0.72.1", "description": "ESLint config for React Native", "main": "index.js", "license": "MIT", diff --git a/packages/eslint-plugin-specs/package.json b/packages/eslint-plugin-specs/package.json index 1354479303..20e90594d1 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.72.0", + "version": "0.72.1", "description": "ESLint rules to validate NativeModule and Component Specs", "main": "index.js", "repository": { diff --git a/repo-config/package.json b/repo-config/package.json index 0805b72579..4ea863df2e 100644 --- a/repo-config/package.json +++ b/repo-config/package.json @@ -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", diff --git a/template/package.json b/template/package.json index 7e94bc0b89..14b638e986 100644 --- a/template/package.json +++ b/template/package.json @@ -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",