@tanstack/router-devtools
Advanced tools
Comparing version 1.97.17 to 1.97.18
{ | ||
"name": "@tanstack/router-devtools", | ||
"version": "1.97.17", | ||
"version": "1.97.18", | ||
"description": "Modern and scalable routing for React applications", | ||
@@ -57,11 +57,11 @@ "author": "Tanner Linsley", | ||
"@vitejs/plugin-react": "^4.3.4", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=18", | ||
"react-dom": ">=18", | ||
"@tanstack/react-router": "^1.97.17" | ||
"react": ">=18.0.0 || >=19.0.0", | ||
"react-dom": ">=18.0.0 || >=19.0.0", | ||
"@tanstack/react-router": "^1.97.18" | ||
}, | ||
"scripts": {} | ||
} |
623357