Skip to content

Commit b97e785

Browse files
committed
Update react compiler to v1.0
1 parent 2423e56 commit b97e785

File tree

2 files changed

+40
-18
lines changed

2 files changed

+40
-18
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@
422422
"react": "^17.0.2",
423423
"react-beautiful-dnd": "^13.1.1",
424424
"react-chartjs-2": "^5.2.0",
425-
"react-compiler-runtime": "^19.1.0-rc.2",
425+
"react-compiler-runtime": "^1.0.0",
426426
"react-dom": "^17.0.2",
427427
"react-focus-lock": "^2.9.4",
428428
"react-idle-timer": "4.5.6",
@@ -570,7 +570,7 @@
570570
"addons-linter": "^6.28.0",
571571
"autoprefixer": "^10.4.19",
572572
"axios": "^1.12.0",
573-
"babel-plugin-react-compiler": "^19.1.0-rc.2",
573+
"babel-plugin-react-compiler": "1.0.0",
574574
"babelify": "^10.0.0",
575575
"bify-module-groups": "^2.0.0",
576576
"browserify": "^17.0.0",
@@ -604,7 +604,7 @@
604604
"eslint-plugin-prettier": "^5.5.1",
605605
"eslint-plugin-react": "^7.37.5",
606606
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
607-
"eslint-plugin-react-hooks": "^5.2.0",
607+
"eslint-plugin-react-hooks": "^7.0.1",
608608
"eslint-plugin-storybook": "^0.6.15",
609609
"eslint-plugin-tailwindcss": "^3.18.0",
610610
"eta": "^3.2.0",

yarn.lock

Lines changed: 37 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18275,12 +18275,12 @@ __metadata:
1827518275
languageName: node
1827618276
linkType: hard
1827718277

18278-
"babel-plugin-react-compiler@npm:^19.1.0-rc.2":
18279-
version: 19.1.0-rc.3
18280-
resolution: "babel-plugin-react-compiler@npm:19.1.0-rc.3"
18278+
"babel-plugin-react-compiler@npm:1.0.0":
18279+
version: 1.0.0
18280+
resolution: "babel-plugin-react-compiler@npm:1.0.0"
1828118281
dependencies:
1828218282
"@babel/types": "npm:^7.26.0"
18283-
checksum: 10/69981f07a382cbd1e2f1dc41b25084ca1e5355331ad4a60d5c49ff33dba7db2e27180f7f5cf5017fc334d14500956322fd4a6a405b95aba9662cb2744cd39fae
18283+
checksum: 10/51358f4da7dd338afd93ca647af3b5b95fdedd2ffde78719fbba5c542e3d66d338f020bc61234caf4ddf25cddbf517ae101ff76e362e3244d1047c1e64d90a60
1828418284
languageName: node
1828518285
linkType: hard
1828618286

@@ -23785,12 +23785,18 @@ __metadata:
2378523785
languageName: node
2378623786
linkType: hard
2378723787

23788-
"eslint-plugin-react-hooks@npm:^5.2.0":
23789-
version: 5.2.0
23790-
resolution: "eslint-plugin-react-hooks@npm:5.2.0"
23788+
"eslint-plugin-react-hooks@npm:^7.0.1":
23789+
version: 7.0.1
23790+
resolution: "eslint-plugin-react-hooks@npm:7.0.1"
23791+
dependencies:
23792+
"@babel/core": "npm:^7.24.4"
23793+
"@babel/parser": "npm:^7.24.4"
23794+
hermes-parser: "npm:^0.25.1"
23795+
zod: "npm:^3.25.0 || ^4.0.0"
23796+
zod-validation-error: "npm:^3.5.0 || ^4.0.0"
2379123797
peerDependencies:
2379223798
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
23793-
checksum: 10/ebb79e9cf69ae06e3a7876536653c5e556b5fd8cd9dc49577f10a6e728360e7b6f5ce91f4339b33e93b26e3bb23805418f8b5e75db80baddd617b1dffe73bed1
23799+
checksum: 10/12e96c68d58c6588305fd17d660524a1ef1e872650ec591d5b138f059431290831c373d4b1c9ae8991fb25f96c43935497d2149678c027e65d0417d3d99ecc85
2379423800
languageName: node
2379523801
linkType: hard
2379623802

@@ -32688,7 +32694,7 @@ __metadata:
3268832694
autoprefixer: "npm:^10.4.19"
3268932695
await-semaphore: "npm:^0.1.3"
3269032696
axios: "npm:^1.12.0"
32691-
babel-plugin-react-compiler: "npm:^19.1.0-rc.2"
32697+
babel-plugin-react-compiler: "npm:1.0.0"
3269232698
babelify: "npm:^10.0.0"
3269332699
base32-encode: "npm:^1.2.0"
3269432700
base64-js: "npm:^1.5.1"
@@ -32736,7 +32742,7 @@ __metadata:
3273632742
eslint-plugin-prettier: "npm:^5.5.1"
3273732743
eslint-plugin-react: "npm:^7.37.5"
3273832744
eslint-plugin-react-compiler: "npm:^19.1.0-rc.2"
32739-
eslint-plugin-react-hooks: "npm:^5.2.0"
32745+
eslint-plugin-react-hooks: "npm:^7.0.1"
3274032746
eslint-plugin-storybook: "npm:^0.6.15"
3274132747
eslint-plugin-tailwindcss: "npm:^3.18.0"
3274232748
eta: "npm:^3.2.0"
@@ -32832,7 +32838,7 @@ __metadata:
3283232838
react: "npm:^17.0.2"
3283332839
react-beautiful-dnd: "npm:^13.1.1"
3283432840
react-chartjs-2: "npm:^5.2.0"
32835-
react-compiler-runtime: "npm:^19.1.0-rc.2"
32841+
react-compiler-runtime: "npm:^1.0.0"
3283632842
react-compiler-webpack: "npm:^0.2.0"
3283732843
react-devtools: "npm:^6.1.5"
3283832844
react-devtools-core: "npm:^6.1.5"
@@ -36949,12 +36955,12 @@ __metadata:
3694936955
languageName: node
3695036956
linkType: hard
3695136957

36952-
"react-compiler-runtime@npm:^19.1.0-rc.2":
36953-
version: 19.1.0-rc.3
36954-
resolution: "react-compiler-runtime@npm:19.1.0-rc.3"
36958+
"react-compiler-runtime@npm:^1.0.0":
36959+
version: 1.0.0
36960+
resolution: "react-compiler-runtime@npm:1.0.0"
3695536961
peerDependencies:
3695636962
react: ^17.0.0 || ^18.0.0 || ^19.0.0 || ^0.0.0-experimental
36957-
checksum: 10/ee9085e070eec4135bad982f47a82a4fc28c0c6d7111b3ec93354dab61bd56f9da0bde18af2ab0ee84f5ff9e71026cbfa58513ce8ac7c0290979a84199970ab6
36963+
checksum: 10/7d85297de255c39f1aca3dd4942fbf59253e127db8abef1ad7fe3eb329e39aab4c30656ff77751165e2b21263d96836f44699777ca40c9a717ffe42c6c355543
3695836964
languageName: node
3695936965
linkType: hard
3696036966

@@ -45162,6 +45168,15 @@ __metadata:
4516245168
languageName: node
4516345169
linkType: hard
4516445170

45171+
"zod-validation-error@npm:^3.5.0 || ^4.0.0":
45172+
version: 4.0.2
45173+
resolution: "zod-validation-error@npm:4.0.2"
45174+
peerDependencies:
45175+
zod: ^3.25.0 || ^4.0.0
45176+
checksum: 10/5e35ca8ebb4602dcb526e122d7e9fca695c4a479bd97535f3400a732d49160f24f7213a9ed64986fc9dc3a2e8a6c4e1241ec0c4d8a4e3e69ea91a0328ded2192
45177+
languageName: node
45178+
linkType: hard
45179+
4516545180
"zod@npm:3.22.4":
4516645181
version: 3.22.4
4516745182
resolution: "zod@npm:3.22.4"
@@ -45176,6 +45191,13 @@ __metadata:
4517645191
languageName: node
4517745192
linkType: hard
4517845193

45194+
"zod@npm:^3.25.0 || ^4.0.0":
45195+
version: 4.1.12
45196+
resolution: "zod@npm:4.1.12"
45197+
checksum: 10/c5f04e6ac306515c4db6ef73cf7705f521c7a2107c8c8912416a0658d689f361db9bee829b0bf01ef4a22492f1065c5cbcdb523ce532606ac6792fd714f3c326
45198+
languageName: node
45199+
linkType: hard
45200+
4517945201
"zstd-codec@npm:^0.1.4":
4518045202
version: 0.1.4
4518145203
resolution: "zstd-codec@npm:0.1.4"

0 commit comments

Comments
 (0)