diff --git a/package-lock.json b/package-lock.json index b17b0df..d4c2781 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@kubernetes/client-node": "^0.18.1", "@tailwindcss/forms": "^0.5.10", "@tailwindcss/typography": "^0.5.13", - "@tanstack/react-query": "^4.29.14", + "@tanstack/react-query": "^5.90.5", "@trpc/client": "^10.30.0", "@trpc/next": "^10.30.0", "@trpc/react-query": "^10.30.0", @@ -4892,9 +4892,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "4.36.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.36.1.tgz", - "integrity": "sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA==", + "version": "5.90.5", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.5.tgz", + "integrity": "sha512-wLamYp7FaDq6ZnNehypKI5fNvxHPfTYylE0m/ZpuuzJfJqhR5Pxg9gvGBHZx4n7J+V5Rg5mZxHHTlv25Zt5u+w==", "license": "MIT", "funding": { "type": "github", @@ -4902,30 +4902,19 @@ } }, "node_modules/@tanstack/react-query": { - "version": "4.36.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.36.1.tgz", - "integrity": "sha512-y7ySVHFyyQblPl3J3eQBWpXZkliroki3ARnBKsdJchlgt7yJLRDUcf4B8soufgiYt3pEQIkBWBx1N9/ZPIeUWw==", + "version": "5.90.5", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.5.tgz", + "integrity": "sha512-pN+8UWpxZkEJ/Rnnj2v2Sxpx1WFlaa9L6a4UO89p6tTQbeo+m0MS8oYDjbggrR8QcTyjKoYWKS3xJQGr3ExT8Q==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "4.36.1", - "use-sync-external-store": "^1.2.0" + "@tanstack/query-core": "5.90.5" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-native": "*" - }, - "peerDependenciesMeta": { - "react-dom": { - "optional": true - }, - "react-native": { - "optional": true - } + "react": "^18 || ^19" } }, "node_modules/@tanstack/react-virtual": { diff --git a/package.json b/package.json index 40eb25f..3a03a0e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@kubernetes/client-node": "^0.18.1", "@tailwindcss/forms": "^0.5.10", "@tailwindcss/typography": "^0.5.13", - "@tanstack/react-query": "^4.29.14", + "@tanstack/react-query": "^5.90.5", "@trpc/client": "^10.30.0", "@trpc/next": "^10.30.0", "@trpc/react-query": "^10.30.0",