@tanstack/react-query
Advanced tools
@@ -19,3 +19,3 @@ { | ||
| "clean": "premove ./coverage ./dist-ts", | ||
| "test:eslint": "eslint ./src", | ||
| "test:eslint": "eslint --concurrency=auto ./src", | ||
| "test:lib": "vitest", | ||
@@ -22,0 +22,0 @@ "test:lib:dev": "pnpm run test:lib --watch" |
@@ -21,7 +21,10 @@ // @ts-check | ||
| words: [ | ||
| 'Promisable', // Our public interface | ||
| 'TSES', // @typescript-eslint package's interface | ||
| 'codemod', // We support our codemod | ||
| 'combinate', // Library name | ||
| 'datatag', // Query options tagging | ||
| 'extralight', // Our public interface | ||
| 'jscodeshift', | ||
| 'Promisable', // Our public interface | ||
| 'refetches', // Query refetch operations | ||
| 'retryer', // Our public interface | ||
@@ -32,3 +35,2 @@ 'solidjs', // Our target framework | ||
| 'todos', // Too general word to be caught as error | ||
| 'TSES', // @typescript-eslint package's interface | ||
| 'tsqd', // Our public interface (TanStack Query Devtools shorthand) | ||
@@ -38,2 +40,4 @@ 'tsup', // We use tsup as builder | ||
| 'vue-demi', // dependency of @tanstack/vue-query | ||
| 'ɵkind', // Angular specific | ||
| 'ɵproviders', // Angular specific | ||
| ], | ||
@@ -40,0 +44,0 @@ }, |
+6
-5
| { | ||
| "name": "@tanstack/react-query", | ||
| "version": "5.89.0", | ||
| "version": "5.90.1", | ||
| "description": "Hooks for managing, caching and syncing asynchronous and remote data in React", | ||
@@ -47,3 +47,3 @@ "author": "tannerlinsley", | ||
| "dependencies": { | ||
| "@tanstack/query-core": "5.89.0" | ||
| "@tanstack/query-core": "5.90.1" | ||
| }, | ||
@@ -56,2 +56,3 @@ "devDependencies": { | ||
| "@vitejs/plugin-react": "^4.3.4", | ||
| "cpy-cli": "^5.0.0", | ||
| "npm-run-all2": "^5.0.0", | ||
@@ -61,4 +62,4 @@ "react": "^19.0.0", | ||
| "react-error-boundary": "^4.1.2", | ||
| "@tanstack/query-persist-client-core": "5.89.0", | ||
| "@tanstack/query-test-utils": "0.0.0" | ||
| "@tanstack/query-test-utils": "0.0.0", | ||
| "@tanstack/query-persist-client-core": "5.90.1" | ||
| }, | ||
@@ -71,3 +72,3 @@ "peerDependencies": { | ||
| "compile": "tsc --build", | ||
| "test:eslint": "eslint ./src", | ||
| "test:eslint": "eslint --concurrency=auto ./src", | ||
| "test:types": "npm-run-all --serial test:types:*", | ||
@@ -74,0 +75,0 @@ "test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js --build tsconfig.legacy.json", |
731897
0.04%8786
0.05%12
9.09%+ Added
- Removed
Updated