@tanstack/query-devtools 5.47.0 → 5.49.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/query-devtools",
3
- "version": "5.47.0",
3
+ "version": "5.49.1",
4
4
  "description": "Developer tools to interact with and visualize the TanStack Query cache",
5
5
  "author": "tannerlinsley",
6
6
  "license": "MIT",
@@ -50,7 +50,7 @@
50
50
  "superjson": "^2.2.1",
51
51
  "tsup-preset-solid": "^2.2.0",
52
52
  "vite-plugin-solid": "^2.10.2",
53
- "@tanstack/query-core": "5.47.0"
53
+ "@tanstack/query-core": "5.49.1"
54
54
  },
55
55
  "scripts": {}
56
56
  }
@@ -91,7 +91,7 @@ describe('Utils tests', () => {
91
91
  ['fr', 'bonjour'],
92
92
  ])
93
93
 
94
- /* eslint-disable @cspell/spellchecker */
94
+ /* eslint-disable cspell/spellchecker */
95
95
  const newData = updateNestedDataByPath(oldData, ['fr'], 'salut')
96
96
 
97
97
  expect(newData).not.toBe(oldData) // should not be the same reference
@@ -114,7 +114,7 @@ describe('Utils tests', () => {
114
114
 
115
115
  describe('nested data', () => {
116
116
  it('should update data correctly', async () => {
117
- /* eslint-disable @cspell/spellchecker */
117
+ /* eslint-disable cspell/spellchecker */
118
118
  const oldData = new Map([
119
119
  [
120
120
  'pumpkin-pie',
@@ -473,7 +473,7 @@ describe('Utils tests', () => {
473
473
 
474
474
  describe('nested data', () => {
475
475
  it('should delete nested items correctly', async () => {
476
- /* eslint-disable @cspell/spellchecker */
476
+ /* eslint-disable cspell/spellchecker */
477
477
  const oldData = new Map([
478
478
  [
479
479
  'pumpkin-pie',