Bun-ify
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m57s

This commit is contained in:
2026-02-24 23:25:47 -07:00
parent 47946c0703
commit 271dad89a1
7 changed files with 1310 additions and 5831 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "atridotdad",
"type": "module",
"version": "4.1.0",
"version": "4.2.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
@@ -11,18 +11,18 @@
},
"dependencies": {
"@astrojs/mdx": "5.0.0-beta.8",
"@astrojs/node": "10.0.0-beta.4",
"@astrojs/node": "10.0.0-beta.5",
"@astrojs/rss": "4.0.15",
"@astrojs/vue": "6.0.0-beta.1",
"@iarna/toml": "^2.2.5",
"@react-pdf/renderer": "^4.3.2",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"astro": "6.0.0-beta.14",
"astro": "6.0.0-beta.15",
"react": "^19.2.4",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.1",
"vue": "^3.5.28"
"vue": "^3.5.29"
},
"devDependencies": {
"@types/react": "^19.2.14",