chore: update @blah-im/core and use ID URL validation from it

Upgrade pnpm to 10.10.0 and @blah-im/core to 0.7.0, refactor
identity URL validation to use the core library's
getIdentityDescriptionFileURL function
This commit is contained in:
Shibo Lyu 2025-04-30 23:06:54 +08:00
parent c5716718bf
commit 757175a5c7
3 changed files with 18 additions and 23 deletions

View file

@ -13,7 +13,7 @@
"format": "prettier --write ."
},
"type": "module",
"packageManager": "pnpm@10.9.0",
"packageManager": "pnpm@10.10.0",
"devDependencies": {
"@sveltejs/adapter-auto": "^6.0.0",
"@sveltejs/kit": "^2.20.7",
@ -37,7 +37,7 @@
"vitest": "^3.1.2"
},
"dependencies": {
"@blah-im/core": "^0.6.0",
"@blah-im/core": "^0.7.0",
"@zeabur/svelte-adapter": "^1.0.0",
"bits-ui": "^1.3.19",
"canonicalize": "^2.1.0",