diff --git a/examples/react/tanstack-react-query/package.json b/examples/react/tanstack-react-query/package.json index 89de6602875..0b56e7141a5 100644 --- a/examples/react/tanstack-react-query/package.json +++ b/examples/react/tanstack-react-query/package.json @@ -11,7 +11,7 @@ "test:end2end": "start-server-and-test start http://localhost:3000 test" }, "dependencies": { - "@tanstack/react-query": "4.44.0", + "@tanstack/react-query": "5.99.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, diff --git a/yarn.lock b/yarn.lock index 886756427cc..67c3fbe166d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4393,18 +4393,17 @@ resolved "https://registry.yarnpkg.com/@tailwindcss/container-queries/-/container-queries-0.1.1.tgz#9a759ce2cb8736a4c6a0cb93aeb740573a731974" integrity sha512-p18dswChx6WnTSaJCSGx6lTmrGzNNvm2FtXmiO6AuA1V4U5REyoqwmT6kgAsIMdjo07QdAfYXHJ4hnMtfHzWgA== -"@tanstack/query-core@4.44.0": - version "4.44.0" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.44.0.tgz#c507e55f2e2c9a4a49fd2a9fcb1eda449e6c77ef" - integrity sha512-swSgb7OiPRR3UuIL7NuDrZNSMGmQD+wdtHxPD7j60SvBEnxbXurl5XOirtGEX2gm2hbK6mC8kMV1I+uO3l0UOw== +"@tanstack/query-core@5.99.0": + version "5.99.0" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.99.0.tgz#d45dca04cdf8bc68ba4f02e11a6a7e00cc04f79b" + integrity sha512-3Jv3WQG0BCcH7G+7lf/bP8QyBfJOXeY+T08Rin3GZ1bshvwlbPt7NrDHMEzGdKIOmOzvIQmxjk28YEQX60k7pQ== -"@tanstack/react-query@4.44.0": - version "4.44.0" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.44.0.tgz#8e6b93cbf08dc19e1ab8b1b97a9451ba82069d19" - integrity sha512-RuIqHYrS98LrK/8kJJOJMMSQ/BCpojwsXDh7p0fBmp38ZOz6dlk+uyFRRusH+V+t3POoCsDOQ2zhomEYOeReXw== +"@tanstack/react-query@5.99.0": + version "5.99.0" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.99.0.tgz#ac58c112aa77c8172b7c81bcd1cef3df89eece72" + integrity sha512-OY2bCqPemT1LlqJ8Y2CUau4KELnIhhG9Ol3ZndPbdnB095pRbPo1cHuXTndg8iIwtoHTgwZjyaDnQ0xD0mYwAw== dependencies: - "@tanstack/query-core" "4.44.0" - use-sync-external-store "^1.6.0" + "@tanstack/query-core" "5.99.0" "@tanstack/react-virtual@^3.13.9": version "3.13.23"