deps-upgrade(blog): ⬆️ Update dependencies in shared blog package

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-25 14:08:38 -08:00
parent 31ac8ab370
commit 5b3f3cc63d

View file

@ -2,11 +2,12 @@
"name": "@lilith/blog-shared",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"types": "./src/index.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"types": "./src/index.ts",
"import": "./dist/index.js"
}
},