Skip to content

Commit

Permalink
Merge branch 'shipshapecode:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner authored Dec 4, 2024
2 parents ee130bf + e7b62ec commit a4f2fe8
Show file tree
Hide file tree
Showing 4 changed files with 923 additions and 694 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 18.20.5
pnpm 9.13.2
nodejs 20.18.1
pnpm 9.14.4
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import db from '@astrojs/db';
import preact from '@astrojs/preact';
import sitemap from '@astrojs/sitemap';
import tailwind from '@astrojs/tailwind';
import vercel from '@astrojs/vercel/serverless';
import vercel from '@astrojs/vercel';

// https://astro.build/config
export default defineConfig({
output: 'hybrid',
output: 'static',
adapter: vercel({
imageService: true,
speedInsights: {
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,37 +18,37 @@
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/db": "^0.14.3",
"@astrojs/preact": "^3.5.3",
"@astrojs/preact": "^4.0.0",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vercel": "^7.8.2",
"@preact/signals": "^1.3.0",
"@vercel/analytics": "^1.3.2",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/vercel": "^8.0.0",
"@preact/signals": "^1.3.1",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"astro": "^4.16.10",
"astro-seo-schema": "^4.0.2",
"astro": "^5.0.2",
"astro-seo-schema": "^5.0.0",
"atropos": "^2.0.2",
"preact": "^10.24.3",
"preact": "^10.25.1",
"rss-to-json": "^2.1.1",
"schema-dts": "^1.1.2",
"valibot": "^0.31.1"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@playwright/test": "^1.49.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/html-to-text": "^9.0.4",
"@types/node": "^22.9.0",
"@types/node": "^22.10.1",
"html-to-text": "^9.0.5",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"prettier-plugin-tailwindcss": "^0.6.9",
"sharp": "^0.33.5",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
},
"engines": {
"node": ">= 18"
"node": ">= 20"
}
}
Loading

0 comments on commit a4f2fe8

Please sign in to comment.