@tanstack/vue-router-devtools
Advanced tools
+8
-7
| { | ||
| "name": "@tanstack/vue-router-devtools", | ||
| "version": "1.166.11", | ||
| "version": "1.166.12", | ||
| "description": "Modern and scalable routing for Vue applications", | ||
@@ -48,12 +48,13 @@ "author": "Tanner Linsley", | ||
| "vite": "*", | ||
| "@tanstack/router-devtools-core": "1.167.1" | ||
| "@tanstack/router-devtools-core": "1.167.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@vitejs/plugin-vue-jsx": "^4.1.2", | ||
| "vue": "^3.5.13" | ||
| "vue": "^3.5.13", | ||
| "@types/node": ">=20" | ||
| }, | ||
| "peerDependencies": { | ||
| "vue": "^3.5.13", | ||
| "@tanstack/vue-router": "^1.168.2", | ||
| "@tanstack/router-core": "^1.168.2" | ||
| "@tanstack/vue-router": "^1.168.13", | ||
| "@tanstack/router-core": "^1.168.10" | ||
| }, | ||
@@ -69,3 +70,2 @@ "peerDependenciesMeta": { | ||
| "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 +75,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:build": "publint --strict && attw --ignore-rules no-resolution --pack .", | ||
@@ -78,0 +79,0 @@ "build": "vite build" |
40896
0.07%3
50%+ Added
- Removed