Skip to content

Commit 1f605be

Browse files
Update react dependencies
1 parent c37d966 commit 1f605be

2 files changed

Lines changed: 35 additions & 35 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525
"@oasisprotocol/client-rt": "^1.3.0",
2626
"@oasisprotocol/ui-library": "file:./ui-library",
2727
"@rainbow-me/rainbowkit": "^2.2.8",
28-
"@tanstack/react-query": "^5.90.9",
28+
"@tanstack/react-query": "^5.95.2",
2929
"@wagmi/core": "^2.17.3",
3030
"axios": "1.15.0",
3131
"bignumber.js": "^9.3.1",
3232
"date-fns": "^4.1.0",
3333
"fathom-client": "^3.7.2",
34-
"lucide-react": "^0.553.0",
34+
"lucide-react": "^0.577.0",
3535
"monaco-editor": "^0.52.2",
36-
"react": "^19.2.0",
37-
"react-dom": "^19.2.0",
36+
"react": "^19.2.4",
37+
"react-dom": "^19.2.4",
3838
"react-intersection-observer": "^9.16.0",
3939
"react-markdown": "^10.1.0",
40-
"react-router": "^7.13.1",
40+
"react-router": "^7.13.2",
4141
"sonner": "^2.0.7",
4242
"viem": "^2.38.6",
4343
"wagmi": "^2.15.6",
@@ -54,7 +54,7 @@
5454
"eslint": "^9.39.1",
5555
"eslint-config-prettier": "^10.1.8",
5656
"eslint-plugin-react-hooks": "^5.2.0",
57-
"eslint-plugin-react-refresh": "^0.4.24",
57+
"eslint-plugin-react-refresh": "^0.5.2",
5858
"globals": "^16.5.0",
5959
"markdownlint-cli": "^0.48.0",
6060
"prettier": "^3.6.2",

yarn.lock

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2250,17 +2250,17 @@
22502250
"@tailwindcss/oxide" "4.1.8"
22512251
tailwindcss "4.1.8"
22522252

2253-
"@tanstack/query-core@5.90.11":
2254-
version "5.90.11"
2255-
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.90.11.tgz#702e2b197a01481cff858045de1e17a634b718c6"
2256-
integrity sha512-f9z/nXhCgWDF4lHqgIE30jxLe4sYv15QodfdPDKYAk7nAEjNcndy4dHz3ezhdUaR23BpWa4I2EH4/DZ0//Uf8A==
2253+
"@tanstack/query-core@5.99.0":
2254+
version "5.99.0"
2255+
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.99.0.tgz#d45dca04cdf8bc68ba4f02e11a6a7e00cc04f79b"
2256+
integrity sha512-3Jv3WQG0BCcH7G+7lf/bP8QyBfJOXeY+T08Rin3GZ1bshvwlbPt7NrDHMEzGdKIOmOzvIQmxjk28YEQX60k7pQ==
22572257

2258-
"@tanstack/react-query@^5.90.9":
2259-
version "5.90.11"
2260-
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.90.11.tgz#9e7669cda649ed119f70b6432b3932f19cbe1cb5"
2261-
integrity sha512-3uyzz01D1fkTLXuxF3JfoJoHQMU2fxsfJwE+6N5hHy0dVNoZOvwKP8Z2k7k1KDeD54N20apcJnG75TBAStIrBA==
2258+
"@tanstack/react-query@^5.95.2":
2259+
version "5.99.0"
2260+
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.99.0.tgz#ac58c112aa77c8172b7c81bcd1cef3df89eece72"
2261+
integrity sha512-OY2bCqPemT1LlqJ8Y2CUau4KELnIhhG9Ol3ZndPbdnB095pRbPo1cHuXTndg8iIwtoHTgwZjyaDnQ0xD0mYwAw==
22622262
dependencies:
2263-
"@tanstack/query-core" "5.90.11"
2263+
"@tanstack/query-core" "5.99.0"
22642264

22652265
"@tybys/wasm-util@^0.10.1":
22662266
version "0.10.1"
@@ -3882,10 +3882,10 @@ eslint-plugin-react-hooks@^5.2.0:
38823882
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3"
38833883
integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==
38843884

3885-
eslint-plugin-react-refresh@^0.4.24:
3886-
version "0.4.24"
3887-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.24.tgz#6914e8757eb7d7ccc3efb9dbcc8a51feda71d89e"
3888-
integrity sha512-nLHIW7TEq3aLrEYWpVaJ1dRgFR+wLDPN8e8FpYAql/bMV2oBEfC37K0gLEGgv9fy66juNShSMV8OkTqzltcG/w==
3885+
eslint-plugin-react-refresh@^0.5.2:
3886+
version "0.5.2"
3887+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.5.2.tgz#39e11021be10e1cd9adab2bdeabc65b17222409f"
3888+
integrity sha512-hmgTH57GfzoTFjVN0yBwTggnsVUF2tcqi7RJZHqi9lIezSs4eFyAMktA68YD4r5kNw1mxyY4dmkyoFDb3FIqrA==
38893889

38903890
eslint-scope@^8.4.0:
38913891
version "8.4.0"
@@ -4875,10 +4875,10 @@ lucide-react@^0.507.0:
48754875
resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-0.507.0.tgz#d93a75ed130bd530a368fe1dd4ea009ea90a772b"
48764876
integrity sha512-XfgE6gvAHwAtnbUvWiTTHx4S3VGR+cUJHEc0vrh9Ogu672I1Tue2+Cp/8JJqpytgcBHAB1FVI297W4XGNwc2dQ==
48774877

4878-
lucide-react@^0.553.0:
4879-
version "0.553.0"
4880-
resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-0.553.0.tgz#50ea2ab682315be9b8a2df575403e4f14cc93e83"
4881-
integrity sha512-BRgX5zrWmNy/lkVAe0dXBgd7XQdZ3HTf+Hwe3c9WK6dqgnj9h+hxV+MDncM88xDWlCq27+TKvHGE70ViODNILw==
4878+
lucide-react@^0.577.0:
4879+
version "0.577.0"
4880+
resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-0.577.0.tgz#8ae89edd8415f99c6319a38b40d9c513f6fa5062"
4881+
integrity sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A==
48824882

48834883
magic-string@^0.30.17:
48844884
version "0.30.17"
@@ -5867,10 +5867,10 @@ react-dom@^18.2.0:
58675867
loose-envify "^1.1.0"
58685868
scheduler "^0.23.2"
58695869

5870-
react-dom@^19.2.0:
5871-
version "19.2.1"
5872-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.1.tgz#ce3527560bda4f997e47d10dab754825b3061f59"
5873-
integrity sha512-ibrK8llX2a4eOskq1mXKu/TGZj9qzomO+sNfO98M6d9zIPOEhlBkMkBUBLd1vgS0gQsLDBzA+8jJBVXDnfHmJg==
5870+
react-dom@^19.2.4:
5871+
version "19.2.5"
5872+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.5.tgz#b8768b10837d0b8e9ca5b9e2d58dff3d880ea25e"
5873+
integrity sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==
58745874
dependencies:
58755875
scheduler "^0.27.0"
58765876

@@ -5951,10 +5951,10 @@ react-resizable-panels@^3.0.1:
59515951
resolved "https://registry.yarnpkg.com/react-resizable-panels/-/react-resizable-panels-3.0.2.tgz#c059bd1317eb24ae0d1065a15ab2280f1e7f9e90"
59525952
integrity sha512-j4RNII75fnHkLnbsTb5G5YsDvJsSEZrJK2XSF2z0Tc2jIonYlIVir/Yh/5LvcUFCfs1HqrMAoiBFmIrRjC4XnA==
59535953

5954-
react-router@^7.13.1:
5955-
version "7.13.1"
5956-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.13.1.tgz#5e2b3ebafd6c78d9775e135474bf5060645077f7"
5957-
integrity sha512-td+xP4X2/6BJvZoX6xw++A2DdEi++YypA69bJUV5oVvqf6/9/9nNlD70YO1e9d3MyamJEBQFEzk6mbfDYbqrSA==
5954+
react-router@^7.13.2:
5955+
version "7.14.1"
5956+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.14.1.tgz#adf60e587ad7fb25bd8f33c443fb0e86cd4f051e"
5957+
integrity sha512-5BCvFskyAAVumqhEKh/iPhLOIkfxcEUz8WqFIARCkMg8hZZzDYX9CtwxXA0e+qT8zAxmMC0x3Ckb9iMONwc5jg==
59585958
dependencies:
59595959
cookie "^1.0.1"
59605960
set-cookie-parser "^2.6.0"
@@ -5993,10 +5993,10 @@ react@^18.2.0:
59935993
dependencies:
59945994
loose-envify "^1.1.0"
59955995

5996-
react@^19.2.0:
5997-
version "19.2.1"
5998-
resolved "https://registry.yarnpkg.com/react/-/react-19.2.1.tgz#8600fa205e58e2e807f6ef431c9f6492591a2700"
5999-
integrity sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==
5996+
react@^19.2.4:
5997+
version "19.2.5"
5998+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.5.tgz#c888ab8b8ef33e2597fae8bdb2d77edbdb42858b"
5999+
integrity sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==
60006000

60016001
readable-stream@^2.3.3:
60026002
version "2.3.8"

0 commit comments

Comments
 (0)