This commit is contained in:
Simon
2026-01-07 19:58:56 +08:00
5 changed files with 206 additions and 226 deletions

View File

@@ -38,6 +38,6 @@
},
"dependencies": {
"chalk": "^5.6.2",
"zod": "^4.2.1"
"zod": "^4.3.5"
}
}

View File

@@ -45,7 +45,7 @@
},
"dependencies": {
"chalk": "^5.6.2",
"zod": "^4.2.1",
"zod": "^4.3.5",
"@page-agent/llms": "0.0.18",
"@page-agent/page-controller": "0.0.18",
"@page-agent/ui": "0.0.18"

View File

@@ -18,7 +18,7 @@
"i18next-browser-languagedetector": "^8.2.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-i18next": "^16.5.0",
"react-i18next": "^16.5.1",
"tailwindcss": "^4.1.14",
"tw-animate-css": "^1.4.0",
"wouter": "^3.9.0"
@@ -32,10 +32,10 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.562.0",
"motion": "^12.23.26",
"motion": "^12.24.0",
"next-themes": "^0.4.6",
"rough-notation": "^0.5.1",
"simple-icons": "^16.2.0",
"simple-icons": "^16.4.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0"
}