From 55d94cfdfcedaf5552b2966f53ec3a76e0db6ce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 08:01:39 +0000 Subject: [PATCH] Bump react-refresh-typescript from 2.0.10 to 2.0.11 Bumps [react-refresh-typescript](https://github.com/Jack-Works/react-refresh-transformer) from 2.0.10 to 2.0.11. - [Changelog](https://github.com/Jack-Works/react-refresh-transformer/blob/main/CHANGELOG.md) - [Commits](https://github.com/Jack-Works/react-refresh-transformer/commits) --- updated-dependencies: - dependency-name: react-refresh-typescript dependency-version: 2.0.11 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 413a7ae92..a3347d13a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "html-inline-script-webpack-plugin": "^3.1.0", "html-webpack-plugin": "^5.6.0", "react-compiler-webpack": "^0.2.0", - "react-refresh-typescript": "^2.0.7", + "react-refresh-typescript": "^2.0.11", "sass": "^1.77.2", "sass-loader": "^16.0.4", "style-loader": "^4.0.0", @@ -9168,13 +9168,13 @@ } }, "node_modules/react-refresh-typescript": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/react-refresh-typescript/-/react-refresh-typescript-2.0.10.tgz", - "integrity": "sha512-Cj8ZKTPEEdSoxiopFq0tB0rq/Wl90yWzAX1LEp9CGvzvauDUmC4BHIQXzcuT8/61naq/KmkR3A9VzqdZ9c6j1g==", + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/react-refresh-typescript/-/react-refresh-typescript-2.0.11.tgz", + "integrity": "sha512-u6afET6t6NDNcxD67wSVlgazX/CiRuC7qSqALZueMckjmPQnOBajmwibJr2TTU6MtttDNPjBhD8K3AB8i0opJg==", "dev": true, "license": "MIT", "peerDependencies": { - "react-refresh": "0.10.x || 0.11.x || 0.12.x || 0.13.x || 0.14.x || 0.15.x || 0.16.x || 0.17.x", + "react-refresh": "0.10.x || 0.11.x || 0.12.x || 0.13.x || 0.14.x || 0.15.x || 0.16.x || 0.17.x || 0.18.x || 0.19.x", "typescript": "^4.8 || ^5.0" } }, diff --git a/package.json b/package.json index 6e82e7d5f..f41437aec 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "html-inline-script-webpack-plugin": "^3.1.0", "html-webpack-plugin": "^5.6.0", "react-compiler-webpack": "^0.2.0", - "react-refresh-typescript": "^2.0.7", + "react-refresh-typescript": "^2.0.11", "sass": "^1.77.2", "sass-loader": "^16.0.4", "style-loader": "^4.0.0",