Updated packages and config and fixed the CI/CD pipeline (I hope)
This commit is contained in:
parent
3dbd4d3b0a
commit
b04d9de788
5 changed files with 2377 additions and 1641 deletions
42
package.json
42
package.json
|
|
@ -13,33 +13,35 @@
|
|||
"lint": "eslint ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/rss": "^4.0.11",
|
||||
"@astrojs/sitemap": "^3.2.1",
|
||||
"@astrojs/rss": "^4.0.18",
|
||||
"@astrojs/sitemap": "^3.7.2",
|
||||
"@resvg/resvg-js": "^2.6.2",
|
||||
"@tailwindcss/vite": "^4.0.14",
|
||||
"astro": "^5.5.2",
|
||||
"dayjs": "^1.11.13",
|
||||
"@tailwindcss/vite": "^4.2.2",
|
||||
"astro": "^5.18.1",
|
||||
"dayjs": "^1.11.20",
|
||||
"lodash.kebabcase": "^4.1.1",
|
||||
"remark-collapse": "^0.1.2",
|
||||
"remark-toc": "^9.0.0",
|
||||
"satori": "^0.12.1",
|
||||
"sharp": "^0.33.5",
|
||||
"tailwindcss": "^4.0.14"
|
||||
"satori": "^0.18.4",
|
||||
"sharp": "^0.34.5",
|
||||
"slugify": "^1.6.9",
|
||||
"tailwindcss": "^4.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@pagefind/default-ui": "^1.3.0",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@astrojs/check": "^0.9.8",
|
||||
"@pagefind/default-ui": "^1.5.0",
|
||||
"@shikijs/transformers": "^3.23.0",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@types/lodash.kebabcase": "^4.1.9",
|
||||
"@typescript-eslint/parser": "^8.26.1",
|
||||
"eslint": "^9.22.0",
|
||||
"eslint-plugin-astro": "^1.3.1",
|
||||
"globals": "^16.0.0",
|
||||
"pagefind": "^1.3.0",
|
||||
"prettier": "^3.5.3",
|
||||
"@typescript-eslint/parser": "^8.58.1",
|
||||
"eslint": "^9.39.4",
|
||||
"eslint-plugin-astro": "^1.7.0",
|
||||
"globals": "^16.5.0",
|
||||
"pagefind": "^1.5.0",
|
||||
"prettier": "^3.8.1",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"prettier-plugin-tailwindcss": "^0.6.11",
|
||||
"typescript": "^5.8.2",
|
||||
"typescript-eslint": "^8.26.1"
|
||||
"prettier-plugin-tailwindcss": "^0.7.2",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.58.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue