From 2ec5c6036365549aa27c6ad92980c8b6d8ed087b Mon Sep 17 00:00:00 2001 From: barbara-chaves Date: Tue, 4 Jun 2024 16:28:15 +0200 Subject: [PATCH] Install @tanstack/react-query --- client/package.json | 1 + client/yarn.lock | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/client/package.json b/client/package.json index 775ee38..55df2c3 100644 --- a/client/package.json +++ b/client/package.json @@ -18,6 +18,7 @@ "@radix-ui/react-switch": "^1.0.3", "@svgr/webpack": "^8.1.0", "@t3-oss/env-core": "^0.10.1", + "@tanstack/react-query": "^5.40.1", "@transifex/native": "^7.1.0", "@typescript-eslint/eslint-plugin": "^7.10.0", "axios": "^1.7.2", diff --git a/client/yarn.lock b/client/yarn.lock index 7acd863..02d1e5b 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -3072,6 +3072,24 @@ __metadata: languageName: node linkType: hard +"@tanstack/query-core@npm:5.40.0": + version: 5.40.0 + resolution: "@tanstack/query-core@npm:5.40.0" + checksum: 10c0/8ed200657dcdc1c05a44571be07e7a9d9a6c19c4ac067560bfb9d065a9cfb3e0dbbd0c44c17814272fd0b8d559030e9f4b50fb917c4312bbe61c9848767fde38 + languageName: node + linkType: hard + +"@tanstack/react-query@npm:^5.40.1": + version: 5.40.1 + resolution: "@tanstack/react-query@npm:5.40.1" + dependencies: + "@tanstack/query-core": "npm:5.40.0" + peerDependencies: + react: ^18.0.0 + checksum: 10c0/1585b29127762a57181b0c9bc79711eed08dd6d108441d092a568cd094774ee367d896e885cc92d7ca2fd424c95225c347db4b4e2e62718e665272c1f199bf03 + languageName: node + linkType: hard + "@transifex/native@npm:^7.1.0": version: 7.1.0 resolution: "@transifex/native@npm:7.1.0" @@ -4348,6 +4366,7 @@ __metadata: "@radix-ui/react-switch": "npm:^1.0.3" "@svgr/webpack": "npm:^8.1.0" "@t3-oss/env-core": "npm:^0.10.1" + "@tanstack/react-query": "npm:^5.40.1" "@transifex/native": "npm:^7.1.0" "@types/express": "npm:^4" "@types/mapbox-gl": "npm:^3"