📦 Update dependencies
All checks were successful
Build and deploy website / build (push) Successful in 57s
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:
2
TODO.md
2
TODO.md
@ -12,7 +12,7 @@
|
||||
- [x] Staging environment
|
||||
- [x] Deploy to staging environment on push to develop
|
||||
- [x] Deploy to production environment on push to master
|
||||
- [ ] Staging environment .env file
|
||||
- [x] Staging environment .env file
|
||||
|
||||
## SEO
|
||||
- [ ] Meta tags on each page
|
||||
|
26
package.json
26
package.json
@ -18,24 +18,24 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/mdx": "^4.3.0",
|
||||
"@astrojs/node": "9.2.2",
|
||||
"@astrojs/sitemap": "^3.4.1",
|
||||
"@astrojs/mdx": "^4.3.4",
|
||||
"@astrojs/node": "9.4.3",
|
||||
"@astrojs/sitemap": "^3.5.1",
|
||||
"@astrojs/svelte": "^7.1.0",
|
||||
"@iconify-json/pajamas": "^1.2.11",
|
||||
"@inlang/paraglide-js": "2.1.0",
|
||||
"@iconify-json/pajamas": "^1.2.15",
|
||||
"@inlang/paraglide-js": "2.2.0",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@tailwindcss/vite": "^4.1.11",
|
||||
"astro": "^5.10.2",
|
||||
"@tailwindcss/vite": "^4.1.12",
|
||||
"astro": "^5.13.3",
|
||||
"astro-icon": "^1.1.5",
|
||||
"dayjs": "^1.11.13",
|
||||
"sharp": "^0.34.2",
|
||||
"svelte": "^5.34.9",
|
||||
"tailwindcss": "^4.1.11",
|
||||
"typescript": "^5.8.3"
|
||||
"sharp": "^0.34.3",
|
||||
"svelte": "^5.38.3",
|
||||
"tailwindcss": "^4.1.12",
|
||||
"typescript": "^5.9.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"daisyui": "^5.0.43",
|
||||
"vite": "^7.0.0"
|
||||
"daisyui": "^5.0.51",
|
||||
"vite": "^7.1.3"
|
||||
}
|
||||
}
|
||||
|
782
pnpm-lock.yaml
generated
782
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user