main #5

Merged
toastie_t0ast merged 6 commits from main into develop 2024-01-20 02:12:29 -08:00
Showing only changes of commit 699c5969ce - Show all commits

View file

@ -12,6 +12,7 @@
"lint:eslint": "eslint . --ext .js,.ts,.astro" "lint:eslint": "eslint . --ext .js,.ts,.astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/rss": "^4.0.1", "@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.4", "@astrojs/sitemap": "^3.0.4",
"@astrolib/analytics": "^0.5.0", "@astrolib/analytics": "^0.5.0",
@ -50,4 +51,4 @@
"engines": { "engines": {
"node": ">=18.14.1" "node": ">=18.14.1"
} }
} }