Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @tanstack/react-query to v5.53.2 #30

Merged
merged 1 commit into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@headlessui/react": "2.1.3",
"@heroicons/react": "2.1.5",
"@tanstack/react-query": "5.53.1",
"@tanstack/react-query": "5.53.2",
"encore.dev": "1.39.8",
"knex": "3.1.0",
"luxon": "3.5.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -718,21 +718,21 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.53.1":
version: 5.53.1
resolution: "@tanstack/query-core@npm:5.53.1"
checksum: 10c0/9014bdf5a21f9ba9830cdd1289deeb29e4b881872b86a2dc60cd2ca06a194284437f371b77ec210897c8500429b4f41371d959cecfddfcc73f067ef09fc77a20
"@tanstack/query-core@npm:5.53.2":
version: 5.53.2
resolution: "@tanstack/query-core@npm:5.53.2"
checksum: 10c0/572062fa180cd258415df3b47ae4e4ce0e96e0ad4ef9cf158e2cde3a1d4884e587c0eaf2216a6dba8aff3d1655adbcce5a8b35b29aa1983adad4f5b31db3f566
languageName: node
linkType: hard

"@tanstack/react-query@npm:5.53.1":
version: 5.53.1
resolution: "@tanstack/react-query@npm:5.53.1"
"@tanstack/react-query@npm:5.53.2":
version: 5.53.2
resolution: "@tanstack/react-query@npm:5.53.2"
dependencies:
"@tanstack/query-core": "npm:5.53.1"
"@tanstack/query-core": "npm:5.53.2"
peerDependencies:
react: ^18 || ^19
checksum: 10c0/2506360d2dc1b57fedaa42b1a01d2f561a672643bc728f36261ff16764c6f0159a0950be8190b52cfabb8911d96c09f2cd124dc41fd1fbca514a0482db3bd813
checksum: 10c0/d18285ed43aad52ee5892bb9af6daf82eb7b005570b3e8eac23e9b4f22a53cf00dbc47b6f2fb4156b5625a452c03c016b24de06db47f3b32200c19aecaec737c
languageName: node
linkType: hard

Expand Down Expand Up @@ -2603,7 +2603,7 @@ __metadata:
"@headlessui/react": "npm:2.1.3"
"@heroicons/react": "npm:2.1.5"
"@rollup/rollup-linux-x64-gnu": "npm:4.21.2"
"@tanstack/react-query": "npm:5.53.1"
"@tanstack/react-query": "npm:5.53.2"
"@types/luxon": "npm:3.4.2"
"@types/node": "npm:22.5.2"
"@types/react": "npm:18.3.5"
Expand Down
Loading