diff --git a/package-lock.json b/package-lock.json index 413a7ae92..9e44f8903 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "favicons-webpack-plugin": "^6.0.0", "html-inline-script-webpack-plugin": "^3.1.0", "html-webpack-plugin": "^5.6.0", - "react-compiler-webpack": "^0.2.0", + "react-compiler-webpack": "^0.2.1", "react-refresh-typescript": "^2.0.7", "sass": "^1.77.2", "sass-loader": "^16.0.4", @@ -7933,16 +7933,6 @@ "node": ">=6.11.5" } }, - "node_modules/loader-utils": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.3.1.tgz", - "integrity": "sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 12.13.0" - } - }, "node_modules/locate-path": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", @@ -9109,16 +9099,15 @@ } }, "node_modules/react-compiler-webpack": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/react-compiler-webpack/-/react-compiler-webpack-0.2.0.tgz", - "integrity": "sha512-jb5CTWYGvcmVLlArg1wvCOKpefFQxbH6riBgaeIKGFaKPBtXdxHjyU0wk2GU+aY41SgARWci38UjXYGvZshZhg==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/react-compiler-webpack/-/react-compiler-webpack-0.2.1.tgz", + "integrity": "sha512-rZNkO7j5EHTj+kmp4yfQtPJcTLl9d5VKG9PcfjoSfZqwkuTtzdzxUeZws+D/71d1wH4e7rfn9rSoapVzo7emGg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/core": "^7.26.9", - "@babel/plugin-syntax-jsx": "^7.25.9", - "@babel/plugin-syntax-typescript": "^7.25.9", - "loader-utils": "^3.3.1" + "@babel/core": "^7.28.4", + "@babel/plugin-syntax-jsx": "^7.27.1", + "@babel/plugin-syntax-typescript": "^7.27.1" }, "peerDependencies": { "babel-plugin-react-compiler": "*" diff --git a/package.json b/package.json index 6e82e7d5f..1a0f521bc 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "favicons-webpack-plugin": "^6.0.0", "html-inline-script-webpack-plugin": "^3.1.0", "html-webpack-plugin": "^5.6.0", - "react-compiler-webpack": "^0.2.0", + "react-compiler-webpack": "^0.2.1", "react-refresh-typescript": "^2.0.7", "sass": "^1.77.2", "sass-loader": "^16.0.4",