fix: upgrade identitydb to ^0.2.2

This commit is contained in:
2026-05-17 23:14:38 +09:00
parent 43b5147f45
commit f9f37b0835
2 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@
"prepublishOnly": "bun run check && bun run test && bun run build && bun run pack:check"
},
"dependencies": {
"identitydb": "0.2.1"
"identitydb": "^0.2.2"
},
"devDependencies": {
"@types/bun": "latest",