aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/docs/package.json38
-rw-r--r--packages/ui/package.json38
2 files changed, 38 insertions, 38 deletions
diff --git a/packages/docs/package.json b/packages/docs/package.json
index 08cd10d..09bd7f7 100644
--- a/packages/docs/package.json
+++ b/packages/docs/package.json
@@ -13,29 +13,29 @@
"format": "biome format --write"
},
"dependencies": {
- "@react-router/node": "^7.12.0",
- "@react-router/serve": "^7.12.0",
- "fumadocs-core": "16.4.7",
- "fumadocs-mdx": "14.2.6",
- "fumadocs-ui": "16.4.7",
- "isbot": "^5.1.32",
- "mermaid": "^11.12.3",
- "react": "^19.2.3",
- "react-dom": "^19.2.3",
- "react-router": "^7.12.0"
+ "@react-router/node": "^7.13.2",
+ "@react-router/serve": "^7.13.2",
+ "fumadocs-core": "16.7.6",
+ "fumadocs-mdx": "14.2.11",
+ "fumadocs-ui": "16.7.6",
+ "isbot": "^5.1.36",
+ "mermaid": "^11.13.0",
+ "react": "^19.2.4",
+ "react-dom": "^19.2.4",
+ "react-router": "^7.13.2"
},
"devDependencies": {
- "@biomejs/biome": "^2.3.11",
- "@react-router/dev": "^7.12.0",
- "@tailwindcss/vite": "^4.1.18",
+ "@biomejs/biome": "^2.4.9",
+ "@react-router/dev": "^7.13.2",
+ "@tailwindcss/vite": "^4.2.2",
"@types/mdx": "^2.0.13",
- "@types/node": "^25.0.5",
- "@types/react": "^19.2.8",
+ "@types/node": "^25.5.0",
+ "@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"react-router-devtools": "^6.1.0",
- "tailwindcss": "^4.1.18",
- "typescript": "^5.9.3",
- "vite": "^7.3.1",
- "vite-tsconfig-paths": "^6.0.4"
+ "tailwindcss": "^4.2.2",
+ "typescript": "^6.0.2",
+ "vite": "^8.0.3",
+ "vite-tsconfig-paths": "^6.1.1"
}
}
diff --git a/packages/ui/package.json b/packages/ui/package.json
index 9f329e4..e675fb7 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -10,40 +10,40 @@
"preview": "vite preview"
},
"dependencies": {
- "@base-ui/react": "^1.2.0",
+ "@base-ui/react": "^1.3.0",
"@hookform/resolvers": "^5.2.2",
"@stepperize/react": "^6.1.0",
- "@tauri-apps/api": "^2.9.1",
+ "@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "^2.6.0",
"@tauri-apps/plugin-fs": "^2.4.5",
- "@tauri-apps/plugin-shell": "^2.3.4",
+ "@tauri-apps/plugin-shell": "^2.3.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
- "es-toolkit": "^1.44.0",
- "lucide-react": "^0.562.0",
- "marked": "^17.0.1",
+ "es-toolkit": "^1.45.1",
+ "lucide-react": "^1.7.0",
+ "marked": "^17.0.5",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
- "react": "^19.2.0",
- "react-dom": "^19.2.0",
- "react-hook-form": "^7.71.2",
- "react-router": "^7.12.0",
+ "react": "^19.2.4",
+ "react-dom": "^19.2.4",
+ "react-hook-form": "^7.72.0",
+ "react-router": "^7.13.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.1",
"zod": "^4.3.6",
- "zustand": "^5.0.10"
+ "zustand": "^5.0.12"
},
"devDependencies": {
- "@tailwindcss/vite": "^4.1.18",
- "@types/node": "^24.10.1",
- "@types/react": "^19.2.5",
+ "@tailwindcss/vite": "^4.2.2",
+ "@types/node": "^25.5.0",
+ "@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
- "@vitejs/plugin-react": "^5.1.1",
- "globals": "^16.5.0",
- "shadcn": "^3.8.5",
- "tailwindcss": "^4.1.18",
+ "@vitejs/plugin-react": "^6.0.1",
+ "globals": "^17.4.0",
+ "shadcn": "^4.1.0",
+ "tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
- "typescript": "~5.9.3",
+ "typescript": "~6.0.2",
"vite": "npm:rolldown-vite@^7"
}
}