diff --git a/package.json b/package.json index 5477d6f..ebe1077 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-promise": "^7.0.0", "eslint-plugin-react": "^7.37.1", - "eslint-plugin-react-compiler": "^19.0.0-beta-6fc168f-20241025", + "eslint-plugin-react-compiler": "^19.0.0-beta-714736e-20250131", "eslint-plugin-react-hooks": "^0.0.0-experimental-02c0e824-20241028", "eslint-plugin-react-refresh": "^0.4.5", "husky": "^9.0.6", diff --git a/yarn.lock b/yarn.lock index 64aa573..5120801 100644 --- a/yarn.lock +++ b/yarn.lock @@ -87,7 +87,7 @@ lru-cache "^5.1.1" semver "^6.3.1" -"@babel/helper-create-class-features-plugin@^7.25.9": +"@babel/helper-create-class-features-plugin@^7.18.6": version "7.25.9" resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz#7644147706bb90ff613297d49ed5266bde729f83" integrity sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ== @@ -132,6 +132,11 @@ dependencies: "@babel/types" "^7.25.9" +"@babel/helper-plugin-utils@^7.18.6": + version "7.26.5" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35" + integrity sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg== + "@babel/helper-plugin-utils@^7.25.9": version "7.25.9" resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz#9cbdd63a9443a2c92a725cca7ebca12cc8dd9f46" @@ -194,13 +199,13 @@ dependencies: "@babel/types" "^7.26.3" -"@babel/plugin-transform-private-methods@^7.25.9": - version "7.25.9" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz#847f4139263577526455d7d3223cd8bda51e3b57" - integrity sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw== +"@babel/plugin-proposal-private-methods@^7.18.6": + version "7.18.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz#5209de7d213457548a98436fa2882f52f4be6bea" + integrity sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA== dependencies: - "@babel/helper-create-class-features-plugin" "^7.25.9" - "@babel/helper-plugin-utils" "^7.25.9" + "@babel/helper-create-class-features-plugin" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-transform-react-jsx-self@^7.25.9": version "7.25.9" @@ -1570,14 +1575,14 @@ eslint-plugin-promise@^7.0.0: dependencies: "@eslint-community/eslint-utils" "^4.4.0" -eslint-plugin-react-compiler@^19.0.0-beta-6fc168f-20241025: - version "19.0.0-beta-df7b47d-20241124" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-compiler/-/eslint-plugin-react-compiler-19.0.0-beta-df7b47d-20241124.tgz#468751d3a8a6781189405ee56b39b80545306df8" - integrity sha512-82PfnllC8jP/68KdLAbpWuYTcfmtGLzkqy2IW85WopKMTr+4rdQpp+lfliQ/QE79wWrv/dRoADrk3Pdhq25nTw== +eslint-plugin-react-compiler@^19.0.0-beta-714736e-20250131: + version "19.0.0-beta-714736e-20250131" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-compiler/-/eslint-plugin-react-compiler-19.0.0-beta-714736e-20250131.tgz#e08de50bfd3f6a593f21630a3f0703202fbe227f" + integrity sha512-iTPUaHzvBejGqicSwZLCDBgWBxLzU1Dvqjs31loNoOPRnsey5dcOupaZajECKVvXmB1wcbIWNp6/VR5+dM9d6w== dependencies: "@babel/core" "^7.24.4" "@babel/parser" "^7.24.4" - "@babel/plugin-transform-private-methods" "^7.25.9" + "@babel/plugin-proposal-private-methods" "^7.18.6" hermes-parser "^0.25.1" zod "^3.22.4" zod-validation-error "^3.0.3"