From 9c0e8872e5a2aa40b1630e6ed91b0a5d7fa69594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:22:47 +0000 Subject: [PATCH] Bump eslint-plugin-react-compiler (#731) Bumps [eslint-plugin-react-compiler](https://github.com/facebook/react/tree/HEAD/compiler/packages/eslint-plugin-react-compiler) from 19.0.0-beta-8a03594-20241020 to 19.0.0-beta-9ee70a1-20241017. - [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/eslint-plugin-react-compiler) --- updated-dependencies: - dependency-name: eslint-plugin-react-compiler dependency-type: direct:development update-type: version-update:semver-patch ... 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 23f9e1b0..7fc8d572 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "babel-plugin-react-compiler": "^19.0.0-beta-9ee70a1-20241017", "eslint": "^8.57.1", "eslint-plugin-oxlint": "^0.10.1", - "eslint-plugin-react-compiler": "^19.0.0-beta-8a03594-20241020", + "eslint-plugin-react-compiler": "^19.0.0-beta-9ee70a1-20241017", "mini-css-extract-plugin": "^2.9.1", "monocart-reporter": "^2.9.6", "npm-run-all": "^4.1.5", @@ -12915,11 +12915,10 @@ } }, "node_modules/eslint-plugin-react-compiler": { - "version": "19.0.0-beta-8a03594-20241020", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-compiler/-/eslint-plugin-react-compiler-19.0.0-beta-8a03594-20241020.tgz", - "integrity": "sha512-bYg1COih1s3r14IV/AKdQs/SN7CQmNI0ZaMtPdgZ6gp1S1Q/KGP9P43w7R6dHJ4wYpuMBvekNJHQdVu+x6UM+A==", + "version": "19.0.0-beta-9ee70a1-20241017", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-compiler/-/eslint-plugin-react-compiler-19.0.0-beta-9ee70a1-20241017.tgz", + "integrity": "sha512-GdJHMa9Wqfc/JPiv4WW5JjQsuSISdBo7oM/6IjRO8uxaZncDrKK/RyFqbPvgEiNFzDcX8ZZvR8dgfSGvxh2Qpw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/core": "^7.24.4", "@babel/parser": "^7.24.4", diff --git a/package.json b/package.json index 066b307b..e1aaaebf 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "babel-plugin-react-compiler": "^19.0.0-beta-9ee70a1-20241017", "eslint": "^8.57.1", "eslint-plugin-oxlint": "^0.10.1", - "eslint-plugin-react-compiler": "^19.0.0-beta-8a03594-20241020", + "eslint-plugin-react-compiler": "^19.0.0-beta-9ee70a1-20241017", "mini-css-extract-plugin": "^2.9.1", "monocart-reporter": "^2.9.6", "npm-run-all": "^4.1.5",