From 7895cdb0eb3670617fb7e348973e2cc7774d6b0a Mon Sep 17 00:00:00 2001 From: Alex Hunt Date: Mon, 8 Jan 2024 11:08:29 +0000 Subject: [PATCH] Bump package versions #publish-packages-to-npm --- package.json | 4 ++-- packages/babel-plugin-codegen/package.json | 2 +- packages/community-cli-plugin/package.json | 6 +++--- packages/dev-middleware/package.json | 2 +- packages/eslint-config-react-native/package.json | 2 +- packages/eslint-plugin-specs/package.json | 2 +- packages/metro-config/package.json | 4 ++-- packages/react-native-babel-preset/package.json | 4 ++-- packages/react-native-babel-transformer/package.json | 4 ++-- packages/react-native/package.json | 4 ++-- packages/react-native/template/package.json | 6 +++--- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 6cb2f22828e334..d1ccfbd6935e38 100644 --- a/package.json +++ b/package.json @@ -55,8 +55,8 @@ "@definitelytyped/dtslint": "^0.0.127", "@jest/create-cache-key-function": "^29.6.3", "@pkgjs/parseargs": "^0.11.0", - "@react-native/metro-babel-transformer": "0.73.12", - "@react-native/metro-config": "0.73.2", + "@react-native/metro-babel-transformer": "0.73.13", + "@react-native/metro-config": "0.73.3", "@tsconfig/node18": "1.0.1", "@types/react": "^18.0.18", "@typescript-eslint/parser": "^5.57.1", diff --git a/packages/babel-plugin-codegen/package.json b/packages/babel-plugin-codegen/package.json index 54af8fa3c323ce..c978bdfd0d85bf 100644 --- a/packages/babel-plugin-codegen/package.json +++ b/packages/babel-plugin-codegen/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/babel-plugin-codegen", - "version": "0.73.1", + "version": "0.73.2", "description": "Babel plugin to generate native module and view manager code for React Native.", "license": "MIT", "repository": { diff --git a/packages/community-cli-plugin/package.json b/packages/community-cli-plugin/package.json index e9acd50afc856e..2437483fb93a18 100644 --- a/packages/community-cli-plugin/package.json +++ b/packages/community-cli-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/community-cli-plugin", - "version": "0.73.11", + "version": "0.73.12", "description": "Core CLI commands for React Native", "keywords": [ "react-native", @@ -22,10 +22,10 @@ "dist" ], "dependencies": { - "@react-native/dev-middleware": "0.73.6", + "@react-native/dev-middleware": "0.73.7", "@react-native-community/cli-server-api": "12.3.0", "@react-native-community/cli-tools": "12.3.0", - "@react-native/metro-babel-transformer": "0.73.12", + "@react-native/metro-babel-transformer": "0.73.13", "chalk": "^4.0.0", "execa": "^5.1.1", "metro": "^0.80.3", diff --git a/packages/dev-middleware/package.json b/packages/dev-middleware/package.json index 796922185ea19b..7c00dd34e4276b 100644 --- a/packages/dev-middleware/package.json +++ b/packages/dev-middleware/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/dev-middleware", - "version": "0.73.6", + "version": "0.73.7", "description": "Dev server middleware for React Native", "keywords": [ "react-native", diff --git a/packages/eslint-config-react-native/package.json b/packages/eslint-config-react-native/package.json index 28b303138b63f9..275beef2fe8619 100644 --- a/packages/eslint-config-react-native/package.json +++ b/packages/eslint-config-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/eslint-config", - "version": "0.73.1", + "version": "0.73.2", "description": "ESLint config for React Native", "license": "MIT", "repository": { diff --git a/packages/eslint-plugin-specs/package.json b/packages/eslint-plugin-specs/package.json index c1ed72b5bd8f3d..5e5c1519650c9f 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.73.1", + "version": "0.73.2", "description": "ESLint rules to validate NativeModule and Component Specs", "license": "MIT", "repository": { diff --git a/packages/metro-config/package.json b/packages/metro-config/package.json index 6f246e8a2108bb..eb3578f670380a 100644 --- a/packages/metro-config/package.json +++ b/packages/metro-config/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/metro-config", - "version": "0.73.2", + "version": "0.73.3", "description": "Metro configuration for React Native.", "license": "MIT", "repository": { @@ -20,7 +20,7 @@ }, "exports": "./index.js", "dependencies": { - "@react-native/metro-babel-transformer": "0.73.12", + "@react-native/metro-babel-transformer": "0.73.13", "@react-native/js-polyfills": "0.73.1", "metro-config": "^0.80.3", "metro-runtime": "^0.80.3" diff --git a/packages/react-native-babel-preset/package.json b/packages/react-native-babel-preset/package.json index 6ae1644b11ddfa..1354f9479c8a9f 100644 --- a/packages/react-native-babel-preset/package.json +++ b/packages/react-native-babel-preset/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/babel-preset", - "version": "0.73.18", + "version": "0.73.19", "description": "Babel preset for React Native applications", "main": "src/index.js", "repository": { @@ -53,7 +53,7 @@ "@babel/plugin-transform-typescript": "^7.5.0", "@babel/plugin-transform-unicode-regex": "^7.0.0", "@babel/template": "^7.0.0", - "@react-native/babel-plugin-codegen": "0.73.1", + "@react-native/babel-plugin-codegen": "0.73.2", "babel-plugin-transform-flow-enums": "^0.0.2", "react-refresh": "^0.14.0" }, diff --git a/packages/react-native-babel-transformer/package.json b/packages/react-native-babel-transformer/package.json index 2576279031b3e8..786f7775b48fc0 100644 --- a/packages/react-native-babel-transformer/package.json +++ b/packages/react-native-babel-transformer/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/metro-babel-transformer", - "version": "0.73.12", + "version": "0.73.13", "description": "Babel transformer for React Native applications.", "main": "src/index.js", "repository": { @@ -16,7 +16,7 @@ "license": "MIT", "dependencies": { "@babel/core": "^7.20.0", - "@react-native/babel-preset": "0.73.18", + "@react-native/babel-preset": "0.73.19", "hermes-parser": "0.15.0", "nullthrows": "^1.1.1" }, diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 3bb6c501cd7023..fc0a3f9dc42492 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -97,7 +97,7 @@ "@react-native-community/cli-platform-android": "12.3.0", "@react-native-community/cli-platform-ios": "12.3.0", "@react-native/assets-registry": "0.73.1", - "@react-native/community-cli-plugin": "0.73.11", + "@react-native/community-cli-plugin": "0.73.12", "@react-native/codegen": "0.73.2", "@react-native/gradle-plugin": "0.73.4", "@react-native/js-polyfills": "0.73.1", @@ -148,4 +148,4 @@ } ] } -} \ No newline at end of file +} diff --git a/packages/react-native/template/package.json b/packages/react-native/template/package.json index 6052a9e4784db5..82c1db80b12f17 100644 --- a/packages/react-native/template/package.json +++ b/packages/react-native/template/package.json @@ -17,9 +17,9 @@ "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", - "@react-native/babel-preset": "0.73.18", - "@react-native/eslint-config": "0.73.1", - "@react-native/metro-config": "0.73.2", + "@react-native/babel-preset": "0.73.19", + "@react-native/eslint-config": "0.73.2", + "@react-native/metro-config": "0.73.3", "@react-native/typescript-config": "0.73.1", "@types/react": "^18.2.6", "@types/react-test-renderer": "^18.0.0",