@tanstack/arktype-adapter
Advanced tools
+4
-4
| { | ||
| "name": "@tanstack/arktype-adapter", | ||
| "version": "1.166.9", | ||
| "version": "1.167.0", | ||
| "description": "Modern and scalable routing for React applications", | ||
@@ -58,3 +58,3 @@ "author": "Tanner Linsley", | ||
| "vite": "*", | ||
| "@tanstack/react-router": "1.167.2" | ||
| "@tanstack/react-router": "1.170.0" | ||
| }, | ||
@@ -69,3 +69,2 @@ "peerDependencies": { | ||
| "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"", | ||
| "test:types:ts54": "node ../../node_modules/typescript54/lib/tsc.js", | ||
| "test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js", | ||
@@ -75,3 +74,4 @@ "test:types:ts56": "node ../../node_modules/typescript56/lib/tsc.js", | ||
| "test:types:ts58": "node ../../node_modules/typescript58/lib/tsc.js", | ||
| "test:types:ts59": "tsc", | ||
| "test:types:ts59": "node ../../node_modules/typescript59/lib/tsc.js", | ||
| "test:types:ts60": "tsc", | ||
| "test:unit": "vitest", | ||
@@ -78,0 +78,0 @@ "test:unit:dev": "pnpm run test:unit --watch --typecheck", |