Skip to content

Commit 47089e2

Browse files
committed
chore: upgrade dependencies of /docs website
1 parent 5628274 commit 47089e2

2 files changed

Lines changed: 37 additions & 24 deletions

File tree

docs/package-lock.json

Lines changed: 28 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,35 +13,35 @@
1313
"lint": "eslint ."
1414
},
1515
"dependencies": {
16-
"@astrojs/rss": "^4.0.14",
17-
"@astrojs/sitemap": "^3.6.0",
16+
"@astrojs/rss": "^4.0.15",
17+
"@astrojs/sitemap": "^3.7.0",
1818
"@resvg/resvg-js": "^2.6.2",
1919
"@tailwindcss/vite": "^4.1.18",
20-
"astro": "^5.16.6",
20+
"astro": "^5.16.11",
2121
"dayjs": "^1.11.19",
2222
"lodash.kebabcase": "^4.1.1",
2323
"remark-collapse": "^0.1.2",
2424
"remark-toc": "^9.0.0",
25-
"satori": "^0.18.3",
25+
"satori": "^0.19.1",
2626
"sharp": "^0.34.5",
2727
"slugify": "^1.6.6",
2828
"tailwindcss": "^4.1.18"
2929
},
3030
"devDependencies": {
3131
"@astrojs/check": "^0.9.6",
3232
"@pagefind/default-ui": "^1.4.0",
33-
"@shikijs/transformers": "^3.20.0",
33+
"@shikijs/transformers": "^3.21.0",
3434
"@tailwindcss/typography": "^0.5.19",
3535
"@types/lodash.kebabcase": "^4.1.9",
36-
"@typescript-eslint/parser": "^8.51.0",
36+
"@typescript-eslint/parser": "^8.53.1",
3737
"eslint": "^9.39.2",
3838
"eslint-plugin-astro": "^1.5.0",
39-
"globals": "^16.5.0",
39+
"globals": "^17.0.0",
4040
"pagefind": "^1.4.0",
41-
"prettier": "^3.7.4",
41+
"prettier": "^3.8.0",
4242
"prettier-plugin-astro": "^0.14.1",
4343
"prettier-plugin-tailwindcss": "^0.7.2",
4444
"typescript": "^5.9.3",
45-
"typescript-eslint": "^8.51.0"
45+
"typescript-eslint": "^8.53.1"
4646
}
4747
}

0 commit comments

Comments
 (0)