fix: missing dependency in frontend

This commit is contained in:
alikia2x (寒寒) 2025-04-29 06:42:24 +08:00
parent e658135a81
commit 280825cf67
Signed by: alikia2x
GPG Key ID: 56209E0CCD8420C6
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"pg": "^8.11.11", "pg": "^8.11.11",
"postcss": "^8.5.3", "postcss": "^8.5.3",
"postgres": "^3.4.5",
"svelte": "^5.25.7", "svelte": "^5.25.7",
"tailwindcss": "^4.1.4", "tailwindcss": "^4.1.4",
"ua-parser-js": "^2.0.3", "ua-parser-js": "^2.0.3",

View File

@ -18,6 +18,7 @@
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"pg": "^8.11.11", "pg": "^8.11.11",
"postcss": "^8.5.3", "postcss": "^8.5.3",
"postgres": "^3.4.5",
"svelte": "^5.25.7", "svelte": "^5.25.7",
"tailwindcss": "^4.1.4", "tailwindcss": "^4.1.4",
"ua-parser-js": "^2.0.3", "ua-parser-js": "^2.0.3",