📦 Update dependencies
All checks were successful
Build and deploy website / build (push) Successful in 57s

Signed-off-by: Martin Berg Alstad <git@martials.no>
This commit is contained in:
2025-08-26 19:59:06 +02:00
parent 0daadedc3d
commit c5a455b00a
3 changed files with 394 additions and 416 deletions

View File

@ -12,7 +12,7 @@
- [x] Staging environment - [x] Staging environment
- [x] Deploy to staging environment on push to develop - [x] Deploy to staging environment on push to develop
- [x] Deploy to production environment on push to master - [x] Deploy to production environment on push to master
- [ ] Staging environment .env file - [x] Staging environment .env file
## SEO ## SEO
- [ ] Meta tags on each page - [ ] Meta tags on each page

View File

@ -18,24 +18,24 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.0", "@astrojs/mdx": "^4.3.4",
"@astrojs/node": "9.2.2", "@astrojs/node": "9.4.3",
"@astrojs/sitemap": "^3.4.1", "@astrojs/sitemap": "^3.5.1",
"@astrojs/svelte": "^7.1.0", "@astrojs/svelte": "^7.1.0",
"@iconify-json/pajamas": "^1.2.11", "@iconify-json/pajamas": "^1.2.15",
"@inlang/paraglide-js": "2.1.0", "@inlang/paraglide-js": "2.2.0",
"@tailwindcss/typography": "^0.5.16", "@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.11", "@tailwindcss/vite": "^4.1.12",
"astro": "^5.10.2", "astro": "^5.13.3",
"astro-icon": "^1.1.5", "astro-icon": "^1.1.5",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"sharp": "^0.34.2", "sharp": "^0.34.3",
"svelte": "^5.34.9", "svelte": "^5.38.3",
"tailwindcss": "^4.1.11", "tailwindcss": "^4.1.12",
"typescript": "^5.8.3" "typescript": "^5.9.2"
}, },
"devDependencies": { "devDependencies": {
"daisyui": "^5.0.43", "daisyui": "^5.0.51",
"vite": "^7.0.0" "vite": "^7.1.3"
} }
} }

782
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff