Skip to content

Commit 0346ac1

Browse files
committed
chore(react-client): upgrade TanStack Query up to latest version
1 parent 3babfb9 commit 0346ac1

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

packages/react-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@openapi-qraft/rollup-config": "workspace:*",
3030
"@openapi-qraft/tanstack-query-react-plugin": "workspace:*",
3131
"@openapi-qraft/test-fixtures": "workspace:*",
32-
"@tanstack/query-core": "^5.66.3",
33-
"@tanstack/react-query": "^5.66.3",
32+
"@tanstack/query-core": "^5.80.6",
33+
"@tanstack/react-query": "^5.80.6",
3434
"@testing-library/dom": "^10.4.0",
3535
"@testing-library/react": "^16.2.0",
3636
"@types/jscodeshift": "^0.11.11",

packages/tanstack-query-react-types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"devDependencies": {
3939
"@openapi-qraft/eslint-config": "workspace:*",
4040
"@openapi-qraft/rollup-config": "workspace:*",
41-
"@tanstack/query-core": "^5.66.3",
42-
"@tanstack/react-query": "^5.66.3",
41+
"@tanstack/query-core": "^5.80.6",
42+
"@tanstack/react-query": "^5.80.6",
4343
"eslint": "^9.24.0",
4444
"rimraf": "^5.0.10",
4545
"rollup": "~4.22.4",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6077,8 +6077,8 @@ __metadata:
60776077
"@openapi-qraft/tanstack-query-react-plugin": "workspace:*"
60786078
"@openapi-qraft/tanstack-query-react-types": "workspace:*"
60796079
"@openapi-qraft/test-fixtures": "workspace:*"
6080-
"@tanstack/query-core": "npm:^5.66.3"
6081-
"@tanstack/react-query": "npm:^5.66.3"
6080+
"@tanstack/query-core": "npm:^5.80.6"
6081+
"@tanstack/react-query": "npm:^5.80.6"
60826082
"@testing-library/dom": "npm:^10.4.0"
60836083
"@testing-library/react": "npm:^16.2.0"
60846084
"@types/jscodeshift": "npm:^0.11.11"
@@ -6156,8 +6156,8 @@ __metadata:
61566156
dependencies:
61576157
"@openapi-qraft/eslint-config": "workspace:*"
61586158
"@openapi-qraft/rollup-config": "workspace:*"
6159-
"@tanstack/query-core": "npm:^5.66.3"
6160-
"@tanstack/react-query": "npm:^5.66.3"
6159+
"@tanstack/query-core": "npm:^5.80.6"
6160+
"@tanstack/react-query": "npm:^5.80.6"
61616161
eslint: "npm:^9.24.0"
61626162
rimraf: "npm:^5.0.10"
61636163
rollup: "npm:~4.22.4"
@@ -7019,21 +7019,21 @@ __metadata:
70197019
languageName: node
70207020
linkType: hard
70217021

7022-
"@tanstack/query-core@npm:5.66.3, @tanstack/query-core@npm:^5.66.3":
7023-
version: 5.66.3
7024-
resolution: "@tanstack/query-core@npm:5.66.3"
7025-
checksum: 10c0/93375becb7e611a0913a833cb5ee6df01adefdcf43c043473fc37f6934590a297a72db2f55cd0d113e48ec85d4ea665be930b9eaf8f4c72f99cb50aa22840602
7022+
"@tanstack/query-core@npm:5.80.6, @tanstack/query-core@npm:^5.80.6":
7023+
version: 5.80.6
7024+
resolution: "@tanstack/query-core@npm:5.80.6"
7025+
checksum: 10c0/ce52d962036bf84845c9dafb654075bbc8eafd9236069b7c234b7f72a30e4e61daf222940d9f28b4359858277cc1e1d08dd1f8e6cc0adac72acc083fc5c0195c
70267026
languageName: node
70277027
linkType: hard
70287028

7029-
"@tanstack/react-query@npm:^5.66.3":
7030-
version: 5.66.3
7031-
resolution: "@tanstack/react-query@npm:5.66.3"
7029+
"@tanstack/react-query@npm:^5.80.6":
7030+
version: 5.80.6
7031+
resolution: "@tanstack/react-query@npm:5.80.6"
70327032
dependencies:
7033-
"@tanstack/query-core": "npm:5.66.3"
7033+
"@tanstack/query-core": "npm:5.80.6"
70347034
peerDependencies:
70357035
react: ^18 || ^19
7036-
checksum: 10c0/3a6663d369fd3f55b9c8a906707169ba37d36c54066c300707ce26709aad714c77347df62ac54c504b6cf92e505b134f37681596b7d23a431bfdc20c6cd59b1c
7036+
checksum: 10c0/ec2dc548ff28d92778e851d64b0c24e3289218b496694c0b7bed1e92b5b96b03f8b047d4a8a04c6924937c56e257d53fbe42e046745da10d9dababe48505f843
70377037
languageName: node
70387038
linkType: hard
70397039

0 commit comments

Comments
 (0)