@tanstack/query-devtools
Advanced tools
Comparing version 5.47.0 to 5.49.0
{ | ||
"name": "@tanstack/query-devtools", | ||
"version": "5.47.0", | ||
"version": "5.49.0", | ||
"description": "Developer tools to interact with and visualize the TanStack Query cache", | ||
@@ -53,5 +53,5 @@ "author": "tannerlinsley", | ||
"vite-plugin-solid": "^2.10.2", | ||
"@tanstack/query-core": "5.47.0" | ||
"@tanstack/query-core": "5.49.0" | ||
}, | ||
"scripts": {} | ||
} |
@@ -94,3 +94,3 @@ import { describe, expect, it } from 'vitest' | ||
/* eslint-disable @cspell/spellchecker */ | ||
/* eslint-disable cspell/spellchecker */ | ||
const newData = updateNestedDataByPath(oldData, ['fr'], 'salut') | ||
@@ -118,3 +118,3 @@ | ||
it('should update data correctly', async () => { | ||
/* eslint-disable @cspell/spellchecker */ | ||
/* eslint-disable cspell/spellchecker */ | ||
const oldData = new Map([ | ||
@@ -478,3 +478,3 @@ [ | ||
it('should delete nested items correctly', async () => { | ||
/* eslint-disable @cspell/spellchecker */ | ||
/* eslint-disable cspell/spellchecker */ | ||
const oldData = new Map([ | ||
@@ -481,0 +481,0 @@ [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3380843