diff --git a/examples/example-marketing/package.json b/examples/example-marketing/package.json index 59ba91fb..4ffefe11 100644 --- a/examples/example-marketing/package.json +++ b/examples/example-marketing/package.json @@ -16,7 +16,7 @@ "dependencies": { "@tailwindcss/forms": "^0.5.6", "@tailwindcss/typography": "^0.5.1", - "@tanstack/react-query": "^4.0.10", + "@tanstack/react-query": "^5.4.3", "classnames": "^2.3.1", "drupal-jsonapi-params": "^1.2.2", "html-react-parser": "^4.2.6", diff --git a/examples/example-search-api/package.json b/examples/example-search-api/package.json index 56c4a002..359d8a3d 100644 --- a/examples/example-search-api/package.json +++ b/examples/example-search-api/package.json @@ -16,7 +16,7 @@ "dependencies": { "@tailwindcss/forms": "^0.5.6", "@tailwindcss/typography": "^0.5.1", - "@tanstack/react-query": "^4.20.4", + "@tanstack/react-query": "^5.4.3", "next": "^12.2.3", "next-drupal": "^1.6.0", "react": "^17.0.2", diff --git a/examples/example-umami/package.json b/examples/example-umami/package.json index 803c8fbb..ea7e4170 100644 --- a/examples/example-umami/package.json +++ b/examples/example-umami/package.json @@ -15,7 +15,7 @@ "@tailwindcss/aspect-ratio": "^0.4.0", "@tailwindcss/forms": "^0.5.2", "@tailwindcss/typography": "^0.5.2", - "@tanstack/react-query": "^4.0.10", + "@tanstack/react-query": "^5.4.3", "classnames": "^2.3.1", "drupal-jsonapi-params": "^2.0.0", "formidable": "^3.2.4", diff --git a/yarn.lock b/yarn.lock index 01fe6450..c1d30e2d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3039,18 +3039,17 @@ lodash.merge "^4.6.2" postcss-selector-parser "6.0.10" -"@tanstack/query-core@4.36.1": - version "4.36.1" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.36.1.tgz#79f8c1a539d47c83104210be2388813a7af2e524" - integrity sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA== +"@tanstack/query-core@5.4.3": + version "5.4.3" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.4.3.tgz#fbdd36ccf1acf70579980f2e7cf16d2c2aa2a5e9" + integrity sha512-fnI9ORjcuLGm1sNrKatKIosRQUpuqcD4SV7RqRSVmj8JSicX2aoMyKryHEBpVQvf6N4PaBVgBxQomjsbsGPssQ== -"@tanstack/react-query@^4.0.10", "@tanstack/react-query@^4.20.4": - version "4.36.1" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.36.1.tgz#acb589fab4085060e2e78013164868c9c785e5d2" - integrity sha512-y7ySVHFyyQblPl3J3eQBWpXZkliroki3ARnBKsdJchlgt7yJLRDUcf4B8soufgiYt3pEQIkBWBx1N9/ZPIeUWw== +"@tanstack/react-query@^5.4.3": + version "5.4.3" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.4.3.tgz#cf59120690032e44b8c1c4c463cfb43aaad2fc5f" + integrity sha512-4aSOrRNa6yEmf7mws5QPTVMn8Lp7L38tFoTZ0c1ZmhIvbr8GIA0WT7X5N3yz/nuK8hUtjw9cAzBr4BPDZZ+tzA== dependencies: - "@tanstack/query-core" "4.36.1" - use-sync-external-store "^1.2.0" + "@tanstack/query-core" "5.4.3" "@testing-library/cypress@^8.0.7": version "8.0.7" @@ -14131,7 +14130,7 @@ url-parse@^1.5.3: querystringify "^2.1.1" requires-port "^1.0.0" -use-sync-external-store@1.2.0, use-sync-external-store@^1.2.0: +use-sync-external-store@1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz#7dbefd6ef3fe4e767a0cf5d7287aacfb5846928a" integrity sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==