From c00cc6a1f9c8b214672be9467e2adb5ec885fb1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 23:50:14 +0900 Subject: [PATCH] build(deps): bump @tanstack/svelte-query from 5.60.6 to 5.61.5 (#628) Bumps [@tanstack/svelte-query](https://github.com/TanStack/query/tree/HEAD/packages/svelte-query) from 5.60.6 to 5.61.5. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.61.5/packages/svelte-query) --- updated-dependencies: - dependency-name: "@tanstack/svelte-query" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 217e4779..221ff497 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@internationalized/date": "^3.6.0", "@mdi/js": "^7.4.47", - "@tanstack/svelte-query": "^5.60.6", + "@tanstack/svelte-query": "^5.61.5", "@types/lodash-es": "^4.17.12", "bits-ui": "^0.21.16", "clsx": "^2.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c7483e58..c5aab9ec 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^7.4.47 version: 7.4.47 '@tanstack/svelte-query': - specifier: ^5.60.6 - version: 5.60.6(svelte@4.2.19) + specifier: ^5.61.5 + version: 5.61.5(svelte@4.2.19) '@types/lodash-es': specifier: ^4.17.12 version: 4.17.12 @@ -1409,11 +1409,11 @@ packages: '@swc/helpers@0.5.3': resolution: {integrity: sha512-FaruWX6KdudYloq1AHD/4nU+UsMTdNE8CKyrseXWEcgjDAbvkwJg2QGPAnfIJLIWsjZOSPLOAykK6fuYp4vp4A==} - '@tanstack/query-core@5.60.6': - resolution: {integrity: sha512-tI+k0KyCo1EBJ54vxK1kY24LWj673ujTydCZmzEZKAew4NqZzTaVQJEuaG1qKj2M03kUHN46rchLRd+TxVq/zQ==} + '@tanstack/query-core@5.61.5': + resolution: {integrity: sha512-iG5vqurEOEbv+paP6kW3zPENa99kSIrd1THISJMaTwVlJ+N5yjVDNOUwp9McK2DWqWCXM3v13ubBbAyhxT78UQ==} - '@tanstack/svelte-query@5.60.6': - resolution: {integrity: sha512-+67RI61norp2ivb9glP0DEllSgdV0NdfOoOjop3BjQTSjlvNGX5icICLblf4ppY67acT/cbaNOXIlgOpU51U1w==} + '@tanstack/svelte-query@5.61.5': + resolution: {integrity: sha512-+cJH9cN9g+4XAQZYJkSQNRoucJi1d+RlhoxhG/bxnTVscZqp14glAG07T7m1c72yffpj3FhcpxTy6khhGrBcxQ==} peerDependencies: svelte: ^3.54.0 || ^4.0.0 || ^5.0.0-next.0 @@ -5898,11 +5898,11 @@ snapshots: dependencies: tslib: 2.8.1 - '@tanstack/query-core@5.60.6': {} + '@tanstack/query-core@5.61.5': {} - '@tanstack/svelte-query@5.60.6(svelte@4.2.19)': + '@tanstack/svelte-query@5.61.5(svelte@4.2.19)': dependencies: - '@tanstack/query-core': 5.60.6 + '@tanstack/query-core': 5.61.5 svelte: 4.2.19 '@types/conventional-commits-parser@5.0.0':