changed some stuff

not rlly important
This commit is contained in:
2026-07-17 21:11:13 -05:00
parent 21ae003ded
commit 03c7e0fd30
5 changed files with 19 additions and 23 deletions
+3 -3
View File
@@ -9,8 +9,8 @@
"check-types": "turbo run check-types"
},
"devDependencies": {
"prettier": "^3.7.4",
"turbo": "^2.9.6",
"prettier": "^3.9.5",
"turbo": "^2.10.5",
"typescript": "5.9.2"
},
"engines": {
@@ -22,6 +22,6 @@
"packages/*"
],
"dependencies": {
"@better-auth/passkey": "^1.6.9"
"@better-auth/passkey": "^1.6.23"
}
}