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",