build: downgrade lilybird pkgs

This commit is contained in:
Jozef Steinhübl 2024-03-09 17:27:21 +01:00
parent 2efd7a210a
commit a3f850fcb9
No known key found for this signature in database
GPG key ID: E944BC293F5FF7E7
2 changed files with 3 additions and 3 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -11,13 +11,13 @@
"bun-types": "^1.0.22" "bun-types": "^1.0.22"
}, },
"dependencies": { "dependencies": {
"@lilybird/handlers": "^0.3.1", "@lilybird/handlers": "0.2.2",
"@lilybird/jsx": "^0.2.0", "@lilybird/jsx": "0.2.0",
"@paperdave/logger": "^3.0.1", "@paperdave/logger": "^3.0.1",
"algoliasearch": "^4.22.1", "algoliasearch": "^4.22.1",
"chrono-node": "^2.7.4", "chrono-node": "^2.7.4",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"lilybird": "^0.5.3", "lilybird": "0.4.4",
"zlib-sync": "^0.1.9" "zlib-sync": "^0.1.9"
} }
} }