Sign In

@tanstack/solid-router-ssr-query

Package Overview
Dependencies
Maintainers
3
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/solid-router-ssr-query - npm Package Compare versions

Comparing version
1.167.1
to
1.167.2-pre.0
+6
-6
package.json
{
"name": "@tanstack/solid-router-ssr-query",
"version": "1.167.1",
"version": "1.167.2-pre.0",
"description": "Modern and scalable routing for Solid applications",

@@ -52,3 +52,3 @@ "author": "Tanner Linsley",

"dependencies": {
"@tanstack/router-ssr-query-core": "1.169.1"
"@tanstack/router-ssr-query-core": "1.169.2-pre.0"
},

@@ -61,3 +61,3 @@ "devDependencies": {

"vite-plugin-solid": "^2.11.10",
"@tanstack/solid-router": "1.170.9"
"@tanstack/solid-router": "1.170.19-pre.0"
},

@@ -67,3 +67,3 @@ "peerDependencies": {

"@tanstack/solid-query": ">=5.90.0",
"@tanstack/solid-router": ">=1.127.0",
"@tanstack/solid-router": ">=1.170.19-pre.0",
"solid-js": "^1.9.10"

@@ -75,3 +75,2 @@ },

"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
"test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js",
"test:types:ts56": "node ../../node_modules/typescript56/lib/tsc.js",

@@ -81,3 +80,4 @@ "test:types:ts57": "node ../../node_modules/typescript57/lib/tsc.js",

"test:types:ts59": "node ../../node_modules/typescript59/lib/tsc.js",
"test:types:ts60": "tsc",
"test:types:ts60": "tsc6",
"test:types:ts70": "tsc",
"test:unit": "exit 0; vitest",

@@ -84,0 +84,0 @@ "test:unit:dev": "pnpm run test:unit --watch",