chore: update dependencies

This commit is contained in:
Elijah McMorris 2025-03-06 01:35:52 -08:00
parent 527139f298
commit c0ec156cd0
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
3 changed files with 262 additions and 302 deletions

View file

@ -27,8 +27,8 @@
"postgres": "^3.4.5",
"react": "^18.3.1",
"react-hook-form": "^7.54.2",
"surrealdb.js": "^1.0.0",
"swr": "^2.3.2",
"surrealdb": "^1.2.1",
"swr": "^2.3.3",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"ws": "^8.18.1",
@ -36,11 +36,11 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^22.13.9",
"@types/node": "^22.13.10",
"@types/prop-types": "^15.7.14",
"@types/react": "^18.3.18",
"@types/react": "^18.3.19",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.2"