Skip to content

Commit 51d339e

Browse files
Update react dependencies
1 parent 6f62ad9 commit 51d339e

2 files changed

Lines changed: 56 additions & 28 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"monaco-editor": "^0.52.2",
3636
"react": "^19.2.0",
3737
"react-dom": "^19.2.0",
38-
"react-intersection-observer": "^9.16.0",
38+
"react-intersection-observer": "^10.0.0",
3939
"react-markdown": "^10.1.0",
4040
"react-router-dom": "^7.9.6",
4141
"sonner": "^2.0.7",
@@ -49,10 +49,10 @@
4949
"@tailwindcss/vite": "^4.1.16",
5050
"@types/react": "^19.2.5",
5151
"@types/react-dom": "^19.2.3",
52-
"@vitejs/plugin-react": "^4.7.0",
52+
"@vitejs/plugin-react": "^5.1.1",
5353
"eslint": "^9.39.1",
5454
"eslint-config-prettier": "^10.1.8",
55-
"eslint-plugin-react-hooks": "^5.2.0",
55+
"eslint-plugin-react-hooks": "^7.0.1",
5656
"eslint-plugin-react-refresh": "^0.4.24",
5757
"globals": "^16.5.0",
5858
"markdownlint-cli": "^0.45.0",

yarn.lock

Lines changed: 53 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.5.tgz#7d0658ec1a8420fc866d1df1b03bea0e79934c82"
3030
integrity sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==
3131

32-
"@babel/core@^7.28.0":
32+
"@babel/core@^7.24.4", "@babel/core@^7.28.5":
3333
version "7.28.5"
3434
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
3535
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
@@ -145,7 +145,7 @@
145145
dependencies:
146146
"@babel/types" "^7.27.3"
147147

148-
"@babel/parser@^7.28.5":
148+
"@babel/parser@^7.24.4", "@babel/parser@^7.28.5":
149149
version "7.28.5"
150150
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
151151
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
@@ -1827,10 +1827,10 @@
18271827
valtio "1.13.2"
18281828
viem ">=2.29.0"
18291829

1830-
"@rolldown/pluginutils@1.0.0-beta.27":
1831-
version "1.0.0-beta.27"
1832-
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz#47d2bf4cef6d470b22f5831b420f8964e0bf755f"
1833-
integrity sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==
1830+
"@rolldown/pluginutils@1.0.0-beta.47":
1831+
version "1.0.0-beta.47"
1832+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.47.tgz#c282c4a8c39f3d6d2f1086aae09a34e6241f7a50"
1833+
integrity sha512-8QagwMH3kNCuzD8EWL8R2YPW5e4OrHNSAHRFDdmFqEwEaD/KcNKjVoumo+gP2vW5eKB2UPbM6vTYiGZX0ixLnw==
18341834

18351835
"@rollup/rollup-android-arm-eabi@4.42.0":
18361836
version "4.42.0"
@@ -2582,17 +2582,17 @@
25822582
resolved "https://registry.yarnpkg.com/@vanilla-extract/sprinkles/-/sprinkles-1.6.4.tgz#adf34734bd480bbcc835eec94f90869a81f35af5"
25832583
integrity sha512-lW3MuIcdIeHKX81DzhTnw68YJdL1ial05exiuvTLJMdHXQLKcVB93AncLPajMM6mUhaVVx5ALZzNHMTrq/U9Hg==
25842584

2585-
"@vitejs/plugin-react@^4.7.0":
2586-
version "4.7.0"
2587-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz#647af4e7bb75ad3add578e762ad984b90f4a24b9"
2588-
integrity sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==
2585+
"@vitejs/plugin-react@^5.1.1":
2586+
version "5.1.1"
2587+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.1.1.tgz#fa1957e053fe90d7cc2deea5593ae382a9761595"
2588+
integrity sha512-WQfkSw0QbQ5aJ2CHYw23ZGkqnRwqKHD/KYsMeTkZzPT4Jcf0DcBxBtwMJxnu6E7oxw5+JC6ZAiePgh28uJ1HBA==
25892589
dependencies:
2590-
"@babel/core" "^7.28.0"
2590+
"@babel/core" "^7.28.5"
25912591
"@babel/plugin-transform-react-jsx-self" "^7.27.1"
25922592
"@babel/plugin-transform-react-jsx-source" "^7.27.1"
2593-
"@rolldown/pluginutils" "1.0.0-beta.27"
2593+
"@rolldown/pluginutils" "1.0.0-beta.47"
25942594
"@types/babel__core" "^7.20.5"
2595-
react-refresh "^0.17.0"
2595+
react-refresh "^0.18.0"
25962596

25972597
"@wagmi/connectors@5.8.5":
25982598
version "5.8.5"
@@ -3878,10 +3878,16 @@ eslint-config-prettier@^10.1.8:
38783878
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz#15734ce4af8c2778cc32f0b01b37b0b5cd1ecb97"
38793879
integrity sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==
38803880

3881-
eslint-plugin-react-hooks@^5.2.0:
3882-
version "5.2.0"
3883-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3"
3884-
integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==
3881+
eslint-plugin-react-hooks@^7.0.1:
3882+
version "7.0.1"
3883+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz#66e258db58ece50723ef20cc159f8aa908219169"
3884+
integrity sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==
3885+
dependencies:
3886+
"@babel/core" "^7.24.4"
3887+
"@babel/parser" "^7.24.4"
3888+
hermes-parser "^0.25.1"
3889+
zod "^3.25.0 || ^4.0.0"
3890+
zod-validation-error "^3.5.0 || ^4.0.0"
38853891

38863892
eslint-plugin-react-refresh@^0.4.24:
38873893
version "0.4.24"
@@ -4363,6 +4369,18 @@ hast-util-whitespace@^3.0.0:
43634369
dependencies:
43644370
"@types/hast" "^3.0.0"
43654371

4372+
hermes-estree@0.25.1:
4373+
version "0.25.1"
4374+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480"
4375+
integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==
4376+
4377+
hermes-parser@^0.25.1:
4378+
version "0.25.1"
4379+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1"
4380+
integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==
4381+
dependencies:
4382+
hermes-estree "0.25.1"
4383+
43664384
html-url-attributes@^3.0.0:
43674385
version "3.0.1"
43684386
resolved "https://registry.yarnpkg.com/html-url-attributes/-/html-url-attributes-3.0.1.tgz#83b052cd5e437071b756cd74ae70f708870c2d87"
@@ -5897,10 +5915,10 @@ react-hook-form@^7.56.2:
58975915
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.57.0.tgz#d0bb0c84060c6b9282d99c64566ec919dfca9409"
58985916
integrity sha512-RbEks3+cbvTP84l/VXGUZ+JMrKOS8ykQCRYdm5aYsxnDquL0vspsyNhGRO7pcH6hsZqWlPOjLye7rJqdtdAmlg==
58995917

5900-
react-intersection-observer@^9.16.0:
5901-
version "9.16.0"
5902-
resolved "https://registry.yarnpkg.com/react-intersection-observer/-/react-intersection-observer-9.16.0.tgz#7376d54edc47293300961010844d53b273ee0fb9"
5903-
integrity sha512-w9nJSEp+DrW9KmQmeWHQyfaP6b03v+TdXynaoA964Wxt7mdR3An11z4NNCQgL4gKSK7y1ver2Fq+JKH6CWEzUA==
5918+
react-intersection-observer@^10.0.0:
5919+
version "10.0.0"
5920+
resolved "https://registry.yarnpkg.com/react-intersection-observer/-/react-intersection-observer-10.0.0.tgz#77613d4e819dd170fbac4821c126c046aab69978"
5921+
integrity sha512-JJRgcnFQoVXmbE5+GXr1OS1NDD1gHk0HyfpLcRf0575IbJz+io8yzs4mWVlfaqOQq1FiVjLvuYAdEEcrrCfveg==
59045922

59055923
react-is@^16.13.1:
59065924
version "16.13.1"
@@ -5929,10 +5947,10 @@ react-markdown@^10.1.0:
59295947
unist-util-visit "^5.0.0"
59305948
vfile "^6.0.0"
59315949

5932-
react-refresh@^0.17.0:
5933-
version "0.17.0"
5934-
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.17.0.tgz#b7e579c3657f23d04eccbe4ad2e58a8ed51e7e53"
5935-
integrity sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==
5950+
react-refresh@^0.18.0:
5951+
version "0.18.0"
5952+
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.18.0.tgz#2dce97f4fe932a4d8142fa1630e475c1729c8062"
5953+
integrity sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==
59365954

59375955
react-remove-scroll-bar@^2.3.7:
59385956
version "2.3.8"
@@ -7055,6 +7073,11 @@ yocto-queue@^0.1.0:
70557073
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
70567074
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
70577075

7076+
"zod-validation-error@^3.5.0 || ^4.0.0":
7077+
version "4.0.2"
7078+
resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz#bc605eba49ce0fcd598c127fee1c236be3f22918"
7079+
integrity sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==
7080+
70587081
zod@3.22.4:
70597082
version "3.22.4"
70607083
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.4.tgz#f31c3a9386f61b1f228af56faa9255e845cf3fff"
@@ -7065,6 +7088,11 @@ zod@^3.24.3:
70657088
resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.58.tgz#7cd680cbbf01d0994cd2e943a08dc7e77c6d2b7a"
70667089
integrity sha512-DVLmMQzSZwNYzQoMaM3MQWnxr2eq+AtM9Hx3w1/Yl0pH8sLTSjN4jGP7w6f7uand6Hw44tsnSu1hz1AOA6qI2Q==
70677090

7091+
"zod@^3.25.0 || ^4.0.0":
7092+
version "4.1.13"
7093+
resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.13.tgz#93699a8afe937ba96badbb0ce8be6033c0a4b6b1"
7094+
integrity sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==
7095+
70687096
zustand@5.0.0:
70697097
version "5.0.0"
70707098
resolved "https://registry.yarnpkg.com/zustand/-/zustand-5.0.0.tgz#71f8aaecf185592a3ba2743d7516607361899da9"

0 commit comments

Comments
 (0)