Update react compiler (#3098)

* Update package.json

* Update package-lock.json
This commit is contained in:
Johannes Klein
2025-09-08 10:55:17 +02:00
committed by GitHub
parent d97950ad8c
commit 80c48b88b3
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -131,7 +131,7 @@
"@types/sanitize-html": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-react-compiler": "^19.1.0-rc.2",
"babel-plugin-react-compiler": "^19.1.0-rc.3",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"babel-plugin-transform-remove-console": "^6.9.4",
"chalk": "^5.4.1",
@@ -8256,9 +8256,9 @@
}
},
"node_modules/babel-plugin-react-compiler": {
"version": "19.1.0-rc.2",
"resolved": "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-19.1.0-rc.2.tgz",
"integrity": "sha512-kSNA//p5fMO6ypG8EkEVPIqAjwIXm5tMjfD1XRPL/sRjYSbJ6UsvORfaeolNWnZ9n310aM0xJP7peW26BuCVzA==",
"version": "19.1.0-rc.3",
"resolved": "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-19.1.0-rc.3.tgz",
"integrity": "sha512-mjRn69WuTz4adL0bXGx8Rsyk1086zFJeKmes6aK0xPuK3aaXmDJdLHqwKKMrpm6KAI1MCoUK72d2VeqQbu8YIA==",
"dev": true,
"license": "MIT",
"dependencies": {