Skip to content

Commit e57509d

Browse files
Bump @tanstack/react-query in /with-tailwindcss-app
Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.90.14 to 5.90.16. - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.90.16/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.90.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d1c85e commit e57509d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

with-tailwindcss-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@heroicons/react": "^2.2.0",
1818
"@hugocxl/react-to-image": "^0.0.9",
1919
"@rainbow-me/rainbowkit": "2",
20-
"@tanstack/react-query": "^5.90.14",
20+
"@tanstack/react-query": "^5.90.16",
2121
"crypto-browserify": "^3.12.1",
2222
"ethers": "^6.16.0",
2323
"html-to-image": "^1.11.13",

with-tailwindcss-app/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,17 +1979,17 @@
19791979
postcss "^8.4.41"
19801980
tailwindcss "4.1.18"
19811981

1982-
"@tanstack/query-core@5.90.14":
1983-
version "5.90.14"
1984-
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.90.14.tgz#4c45ab5f41a45a051001bae09bb155b021bf4e87"
1985-
integrity sha512-/6di2yNI+YxpVrH9Ig74Q+puKnkCE+D0LGyagJEGndJHJc6ahkcc/UqirHKy8zCYE/N9KLggxcQvzYCsUBWgdw==
1982+
"@tanstack/query-core@5.90.16":
1983+
version "5.90.16"
1984+
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.90.16.tgz#19a972c2ffbc47727ab6649028af1bee70e28cdf"
1985+
integrity sha512-MvtWckSVufs/ja463/K4PyJeqT+HMlJWtw6PrCpywznd2NSgO3m4KwO9RqbFqGg6iDE8vVMFWMeQI4Io3eEYww==
19861986

1987-
"@tanstack/react-query@^5.90.14":
1988-
version "5.90.14"
1989-
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.90.14.tgz#fff7e5e083c6dbe18fd0b2837d3f6174615f0c06"
1990-
integrity sha512-JAMuULej09hrZ14W9+mxoRZ44rR2BuZfCd6oKTQVNfynQxCN3muH3jh3W46gqZNw5ZqY0ZVaS43Imb3dMr6tgw==
1987+
"@tanstack/react-query@^5.90.16":
1988+
version "5.90.16"
1989+
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.90.16.tgz#76955d7027b5bff3d7f51163db7ea1c0bd430cb5"
1990+
integrity sha512-bpMGOmV4OPmif7TNMteU/Ehf/hoC0Kf98PDc0F4BZkFrEapRMEqI/V6YS0lyzwSV6PQpY1y4xxArUIfBW5LVxQ==
19911991
dependencies:
1992-
"@tanstack/query-core" "5.90.14"
1992+
"@tanstack/query-core" "5.90.16"
19931993

19941994
"@tanstack/react-virtual@^3.13.9":
19951995
version "3.13.9"

0 commit comments

Comments
 (0)