diff --git a/app.admin/package.json b/app.admin/package.json index 912ac8b..18bdde0 100644 --- a/app.admin/package.json +++ b/app.admin/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@pairflix/components": "^0.1.0", - "@tanstack/react-query": "^4.29.5", + "@tanstack/react-query": "^4.39.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^5.5.0", diff --git a/app.client/package.json b/app.client/package.json index 766c5f6..6ee4a6e 100644 --- a/app.client/package.json +++ b/app.client/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@pairflix/components": "^0.1.0", - "@tanstack/react-query": "^4.29.5", + "@tanstack/react-query": "^4.39.2", "date-fns": "^2.30.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/package-lock.json b/package-lock.json index 65f4fc9..d96ce47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "version": "0.1.0", "dependencies": { "@pairflix/components": "^0.1.0", - "@tanstack/react-query": "^4.29.5", + "@tanstack/react-query": "^4.39.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^5.5.0", @@ -73,39 +73,6 @@ "node": ">=14.0.0" } }, - "app.admin/node_modules/@tanstack/query-core": { - "version": "4.36.1", - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/tannerlinsley" - } - }, - "app.admin/node_modules/@tanstack/react-query": { - "version": "4.36.1", - "license": "MIT", - "dependencies": { - "@tanstack/query-core": "4.36.1", - "use-sync-external-store": "^1.2.0" - }, - "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 - } - } - }, "app.admin/node_modules/@types/d3-array": { "version": "3.2.1", "license": "MIT" @@ -374,13 +341,6 @@ "version": "18.3.1", "license": "MIT" }, - "app.admin/node_modules/use-sync-external-store": { - "version": "1.5.0", - "license": "MIT", - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" - } - }, "app.admin/node_modules/victory-vendor": { "version": "36.9.2", "license": "MIT AND ISC", @@ -406,7 +366,7 @@ "version": "0.0.0", "dependencies": { "@pairflix/components": "^0.1.0", - "@tanstack/react-query": "^4.29.5", + "@tanstack/react-query": "^4.39.2", "date-fns": "^2.30.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -443,39 +403,6 @@ "node": ">=14.0.0" } }, - "app.client/node_modules/@tanstack/query-core": { - "version": "4.36.1", - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/tannerlinsley" - } - }, - "app.client/node_modules/@tanstack/react-query": { - "version": "4.36.1", - "license": "MIT", - "dependencies": { - "@tanstack/query-core": "4.36.1", - "use-sync-external-store": "^1.2.0" - }, - "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 - } - } - }, "app.client/node_modules/react-router": { "version": "6.30.0", "license": "MIT", @@ -504,13 +431,6 @@ "react-dom": ">=16.8" } }, - "app.client/node_modules/use-sync-external-store": { - "version": "1.5.0", - "license": "MIT", - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" - } - }, "backend": { "name": "pairflix-backend", "version": "1.0.0", @@ -6309,6 +6229,43 @@ "@swc/counter": "^0.1.3" } }, + "node_modules/@tanstack/query-core": { + "version": "4.39.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.39.2.tgz", + "integrity": "sha512-Crxng4rNDcN6bbppM/P8WiUR6JoGHY+5jJJjU7em1nJ6IUd88+AZpFAWz9ANQKL4GZOQ2CGzWEkuTL7o+rzvIw==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + } + }, + "node_modules/@tanstack/react-query": { + "version": "4.39.2", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.39.2.tgz", + "integrity": "sha512-SFoKo96R5HaT9o6Y5yZ2fK02+kNQr6gCyv0GIEluGZ0pcXEnIW2E06lrGuVUtUQ/o606efOYh7nl/ePpus0Q+Q==", + "license": "MIT", + "dependencies": { + "@tanstack/query-core": "4.39.2", + "use-sync-external-store": "^1.2.0" + }, + "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 + } + } + }, "node_modules/@testing-library/dom": { "version": "10.4.0", "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.0.tgz", @@ -17473,6 +17430,15 @@ } } }, + "node_modules/use-sync-external-store": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.5.0.tgz", + "integrity": "sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==", + "license": "MIT", + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",