From 4173d9e011b14d3060002c16f8e912ba64d3a231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:20:37 +0000 Subject: [PATCH] Bump babel-plugin-react-compiler in the react-compiler group (#745) Bumps the react-compiler group with 1 update: [babel-plugin-react-compiler](https://github.com/facebook/react/tree/HEAD/compiler/packages/babel-plugin-react-compiler). Updates `babel-plugin-react-compiler` from 19.0.0-beta-6fc168f-20241025 to 19.0.0-beta-63b359f-20241101 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/compiler/packages/babel-plugin-react-compiler) --- updated-dependencies: - dependency-name: babel-plugin-react-compiler dependency-type: direct:development update-type: version-update:semver-patch dependency-group: react-compiler ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 025b699d..1443db68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@wordpress/eslint-plugin": "^21.4.0", "@wordpress/scripts": "^30.4.0", "@wp-now/wp-now": "^0.1.74", - "babel-plugin-react-compiler": "^19.0.0-beta-6fc168f-20241025", + "babel-plugin-react-compiler": "^19.0.0-beta-63b359f-20241101", "eslint": "^8.57.1", "eslint-plugin-oxlint": "^0.10.1", "eslint-plugin-react-compiler": "^19.0.0-beta-6fc168f-20241025", @@ -10127,11 +10127,10 @@ } }, "node_modules/babel-plugin-react-compiler": { - "version": "19.0.0-beta-6fc168f-20241025", - "resolved": "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-19.0.0-beta-6fc168f-20241025.tgz", - "integrity": "sha512-wFVeXhF0hkiRe4bEM0jzeTFMlMbcKNTwhXcFvqUIVB6WXf+3vdwOWGWnw7jwvDb2mzvsIZOFt/96itOFt1rwjw==", + "version": "19.0.0-beta-63b359f-20241101", + "resolved": "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-19.0.0-beta-63b359f-20241101.tgz", + "integrity": "sha512-qrmTHJP3O2kGbtL7kuySX3Lmk+5/4ZR1rHr8QhKa0GzKbmpAUGrTeWOg0NCI5t+QUfKKizxIO1+t0HsZW9x4vQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/types": "^7.19.0" } diff --git a/package.json b/package.json index c2cba627..b79dad67 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@wordpress/eslint-plugin": "^21.4.0", "@wordpress/scripts": "^30.4.0", "@wp-now/wp-now": "^0.1.74", - "babel-plugin-react-compiler": "^19.0.0-beta-6fc168f-20241025", + "babel-plugin-react-compiler": "^19.0.0-beta-63b359f-20241101", "eslint": "^8.57.1", "eslint-plugin-oxlint": "^0.10.1", "eslint-plugin-react-compiler": "^19.0.0-beta-6fc168f-20241025",