Fix build errors and named steps in build
Some checks failed
Build and deploy website / build (push) Failing after 1m11s
Some checks failed
Build and deploy website / build (push) Failing after 1m11s
This commit is contained in:
17
package.json
17
package.json
@ -13,23 +13,24 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.3",
|
||||
"@astrojs/mdx": "^3.1.5",
|
||||
"@astrojs/mdx": "^3.1.7",
|
||||
"@astrojs/sitemap": "^3.1.6",
|
||||
"@astrojs/svelte": "^5.7.0",
|
||||
"@astrojs/tailwind": "^5.1.0",
|
||||
"@astrojs/svelte": "^5.7.1",
|
||||
"@astrojs/tailwind": "^5.1.1",
|
||||
"@tailwindcss/typography": "^0.5.15",
|
||||
"astro": "^4.15.4",
|
||||
"astro": "^4.15.9",
|
||||
"sharp": "^0.33.5",
|
||||
"svelte": "^4.2.19",
|
||||
"tailwindcss": "^3.4.10",
|
||||
"typescript": "^5.5.4"
|
||||
"tailwindcss": "^3.4.13",
|
||||
"typescript": "^5.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@inlang/paraglide-js": "1.11.2",
|
||||
"daisyui": "^4.12.10",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"prettier-plugin-svelte": "^3.2.6",
|
||||
"vite": "^5.4.3"
|
||||
"prettier-plugin-svelte": "^3.2.7",
|
||||
"vite": "^5.4.8"
|
||||
},
|
||||
"prettier": {
|
||||
"semi": false,
|
||||
|
Reference in New Issue
Block a user