@tanstack/solid-query
Advanced tools
Comparing version 5.36.1 to 5.37.1
{ | ||
"name": "@tanstack/solid-query", | ||
"version": "5.36.1", | ||
"version": "5.37.1", | ||
"description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid", | ||
@@ -47,3 +47,3 @@ "author": "tannerlinsley", | ||
"dependencies": { | ||
"solid-js": "^1.8.14", | ||
"solid-js": "^1.8.17", | ||
"@tanstack/query-core": "5.36.1" | ||
@@ -53,3 +53,3 @@ }, | ||
"tsup-preset-solid": "^2.2.0", | ||
"vite-plugin-solid": "^2.9.1" | ||
"vite-plugin-solid": "^2.10.2" | ||
}, | ||
@@ -59,13 +59,3 @@ "peerDependencies": { | ||
}, | ||
"scripts": { | ||
"clean": "rimraf ./build && rimraf ./coverage", | ||
"test:eslint": "eslint --ext .ts,.tsx ./src", | ||
"test:types": "tsc", | ||
"test:lib": "vitest --retry=3", | ||
"test:lib:dev": "pnpm run test:lib --watch", | ||
"test:build": "publint --strict", | ||
"test:attw": "attw --pack", | ||
"build": "tsup", | ||
"build:watch": "tsup --watch" | ||
} | ||
"scripts": {} | ||
} |
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
462833
Updatedsolid-js@^1.8.17