update deps

This commit is contained in:
Aman Varshney
2025-03-22 10:20:19 +05:30
parent ee3c460f2a
commit 9c53d77965
2 changed files with 10 additions and 10 deletions

View File

@@ -11,15 +11,15 @@
"check-types": "tsc --noEmit" "check-types": "tsc --noEmit"
}, },
"devDependencies": { "devDependencies": {
"@tanstack/router-plugin": "^1.114.25", "@tanstack/router-plugin": "^1.114.27",
"@types/node": "^22.13.10", "@types/node": "^22.13.11",
"@types/react": "^19.0.12", "@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4", "@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4", "@vitejs/plugin-react": "^4.3.4",
"postcss": "^8.5.3", "postcss": "^8.5.3",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11", "prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.0.14", "tailwindcss": "^4.0.15",
"vite": "^6.2.2" "vite": "^6.2.2"
}, },
"dependencies": { "dependencies": {
@@ -29,14 +29,14 @@
"@radix-ui/react-label": "^2.1.2", "@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-slot": "^1.1.2", "@radix-ui/react-slot": "^1.1.2",
"@tanstack/react-form": "^1.0.5", "@tanstack/react-form": "^1.0.5",
"@tailwindcss/vite": "^4.0.14", "@tailwindcss/vite": "^4.0.15",
"@tanstack/react-query": "^5.69.0", "@tanstack/react-query": "^5.69.0",
"@tanstack/react-query-devtools": "^5.69.0", "@tanstack/react-query-devtools": "^5.69.0",
"@tanstack/react-router": "^1.114.25", "@tanstack/react-router": "^1.114.25",
"@tanstack/router-devtools": "^1.114.25", "@tanstack/router-devtools": "^1.114.25",
"@trpc/client": "^11.0.0-rc.840", "@trpc/client": "^11.0.0",
"@trpc/react-query": "^11.0.0-rc.840", "@trpc/react-query": "^11.0.0",
"@trpc/server": "^11.0.0-rc.840", "@trpc/server": "^11.0.0",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"lucide-react": "^0.473.0", "lucide-react": "^0.473.0",

View File

@@ -12,14 +12,14 @@
"dependencies": { "dependencies": {
"@hono/node-server": "^1.13.8", "@hono/node-server": "^1.13.8",
"@hono/trpc-server": "^0.3.4", "@hono/trpc-server": "^0.3.4",
"@trpc/server": "^11.0.0-rc.748", "@trpc/server": "^11.0.0",
"dotenv": "^16.4.7", "dotenv": "^16.4.7",
"hono": "^4.7.5", "hono": "^4.7.5",
"zod": "^3.24.1" "zod": "^3.24.2"
}, },
"devDependencies": { "devDependencies": {
"tsx": "^4.19.2", "tsx": "^4.19.2",
"@types/node": "^22.13.4", "@types/node": "^22.13.11",
"typescript": "^5.8.2" "typescript": "^5.8.2"
} }
} }