chore: publish from main

This commit is contained in:
github-actions[bot]
2026-09-16 00:51:22 +00:00
parent fefaeb03cc
commit bae06fe76c
194 changed files with 31234 additions and 13694 deletions
+16 -1
View File
@@ -20,20 +20,35 @@
"license": "MIT",
"dependencies": {
"@astrojs/markdown-remark": "^7.2.0",
"@astrojs/react": "^6.0.2",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/starlight": "^0.41.1",
"@primer/octicons-react": "^19.33.0",
"@primer/react-brand": "^0.72.1-rc.c5f3a3b5",
"astro": "^7.3.2",
"choices.js": "^11.2.2",
"clsx": "^2.1.1",
"front-matter": "^4.0.2",
"gray-matter": "^4.0.3",
"isomorphic-dompurify": "^2.36.0",
"jszip": "^3.10.1",
"marked": "^18.0.2",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"remark-github-admonitions-to-directives": "^2.1.0",
"shiki": "^4.0.2"
},
"devDependencies": {
"axe-core": "^4.10.2",
"pagefind": "^1.5.2",
"playwright": "^1.49.0"
},
"overrides": {
"js-yaml": "^4.3.2",
"front-matter": {
"js-yaml": "^3.15.2"
},
"gray-matter": {
"js-yaml": "^3.15.2"
}
}
}