mirror of
https://github.com/github/awesome-copilot.git
synced 2026-09-16 20:01:09 +00:00
Bumps the npm_and_yarn group with 3 updates in the /website directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [smol-toml](https://github.com/squirrelchat/smol-toml) and [svgo](https://github.com/svg/svgo). Updates `astro` from 7.1.3 to 7.3.2 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.3.2/packages/astro) Updates `sharp` from 0.35.3 to 0.35.4 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](https://github.com/lovell/sharp/compare/v0.35.3...v0.35.4) Updates `smol-toml` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/squirrelchat/smol-toml/releases) - [Commits](https://github.com/squirrelchat/smol-toml/compare/v1.7.0...v1.8.0) Updates `svgo` from 4.0.2 to 4.1.0 - [Release notes](https://github.com/svg/svgo/releases) - [Commits](https://github.com/svg/svgo/compare/v4.0.2...v4.1.0) --- updated-dependencies: - dependency-name: astro dependency-version: 7.3.2 dependency-type: direct:production - dependency-name: sharp dependency-version: 0.35.4 dependency-type: indirect - dependency-name: smol-toml dependency-version: 1.8.0 dependency-type: indirect - dependency-name: svgo dependency-version: 4.1.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
40 lines
922 B
JSON
40 lines
922 B
JSON
{
|
|
"name": "awesome-copilot-website",
|
|
"version": "1.0.0",
|
|
"description": "Awesome GitHub Copilot website",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"a11y": "node ./scripts/a11y-audit.mjs",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"keywords": [
|
|
"github",
|
|
"copilot",
|
|
"agents",
|
|
"prompts"
|
|
],
|
|
"author": "GitHub",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@astrojs/markdown-remark": "^7.2.0",
|
|
"@astrojs/sitemap": "^3.7.2",
|
|
"@astrojs/starlight": "^0.41.1",
|
|
"astro": "^7.3.2",
|
|
"choices.js": "^11.2.2",
|
|
"front-matter": "^4.0.2",
|
|
"gray-matter": "^4.0.3",
|
|
"isomorphic-dompurify": "^2.36.0",
|
|
"jszip": "^3.10.1",
|
|
"marked": "^18.0.2",
|
|
"remark-github-admonitions-to-directives": "^2.1.0",
|
|
"shiki": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"axe-core": "^4.10.2",
|
|
"playwright": "^1.49.0"
|
|
}
|
|
}
|