mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
c93795e271
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [remark-gfm](https://github.com/remarkjs/remark-gfm) from 4.0.0 to 4.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/remarkjs/remark-gfm/releases">remark-gfm's releases</a>.</em></p> <blockquote> <h2>4.0.1</h2> <h4>Types</h4> <ul> <li>4af823a Refactor to use <code>interface</code> for exposed types</li> <li>3a57a5b Add declaration maps</li> <li>76559f9 Refactor to use <code>@import</code>s</li> </ul> <h4>Docs</h4> <ul> <li>173394d Add docs on footnote option</li> <li>21cae6a Fix typo by <a href="https://github.com/leafac"><code>@leafac</code></a> in <a href="https://redirect.github.com/remarkjs/remark-gfm/pull/73">remarkjs/remark-gfm#73</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/remarkjs/remark-gfm/compare/4.0.0...4.0.1">https://github.com/remarkjs/remark-gfm/compare/4.0.0...4.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remarkjs/remark-gfm/commit/109972e8a773bf5dac1d6d2da0776557f36971aa"><code>109972e</code></a> 4.0.1</li> <li><a href="https://github.com/remarkjs/remark-gfm/commit/173394d37359ac3b193a39832fdf0babadd39d40"><code>173394d</code></a> Add docs on footnote option</li> <li><a href="https://github.com/remarkjs/remark-gfm/commit/030dd8d53490ffef21ead3420d3e75028aff511f"><code>030dd8d</code></a> Update dev-dependencies</li> <li><a href="https://github.com/remarkjs/remark-gfm/commit/21cae6ac8b33d98ad8a944023443a1f99f6727f0"><code>21cae6a</code></a> Fix typo</li> <li><a href="https://github.com/remarkjs/remark-gfm/commit/4af823a56b4aab629a2558b347030c9648c0968e"><code>4af823a</code></a> Refactor to use <code>interface</code> for exposed types</li> <li><a href="https://github.com/remarkjs/remark-gfm/commit/3a57a5bc3cb6a7f9c1f8ac17257f598c20d60397"><code>3a57a5b</code></a> Add declaration maps</li> <li><a href="https://github.com/remarkjs/remark-gfm/commit/76559f9e0509a53589879622baeb0d31ea1f5369"><code>76559f9</code></a> Refactor to use <code>@import</code>s</li> <li><a href="https://github.com/remarkjs/remark-gfm/commit/da382350ccbf4902572ea46dd6a6ebd839e50433"><code>da38235</code></a> Refactor <code>package.json</code></li> <li><a href="https://github.com/remarkjs/remark-gfm/commit/a5e8993994a569ab8508daddbc5b982399804392"><code>a5e8993</code></a> Remove license year</li> <li><a href="https://github.com/remarkjs/remark-gfm/commit/4e1d55f3202a9bda07e02e271860719c813bd4f5"><code>4e1d55f</code></a> Refactor <code>.editorconfig</code></li> <li>Additional commits viewable in <a href="https://github.com/remarkjs/remark-gfm/compare/4.0.0...4.0.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "coder-docs-generator",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "pnpm copy-images && next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"export": "pnpm copy-images && next build",
|
|
"copy-images": "sh ./scripts/copyImages.sh",
|
|
"lint": "pnpm run lint:types",
|
|
"lint:types": "tsc --noEmit",
|
|
"format": "prettier --cache --write './**/*.{css,html,js,json,jsx,md,ts,tsx,yaml,yml}'",
|
|
"format:check": "prettier --cache --check './**/*.{css,html,js,json,jsx,md,ts,tsx,yaml,yml}'"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "2.10.9",
|
|
"@emotion/react": "11.14.0",
|
|
"@emotion/styled": "11.14.0",
|
|
"archiver": "6.0.2",
|
|
"framer-motion": "^10.18.0",
|
|
"front-matter": "4.0.2",
|
|
"lodash": "4.17.21",
|
|
"next": "15.4.7",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-icons": "4.12.0",
|
|
"react-markdown": "9.0.3",
|
|
"rehype-raw": "7.0.0",
|
|
"remark-gfm": "4.0.1",
|
|
"sanitize-html": "2.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "4.17.20",
|
|
"@types/node": "20.19.19",
|
|
"@types/react": "18.3.12",
|
|
"@types/react-dom": "18.3.1",
|
|
"@types/sanitize-html": "2.16.0",
|
|
"eslint": "8.57.1",
|
|
"eslint-config-next": "14.2.33",
|
|
"prettier": "3.4.1",
|
|
"typescript": "5.7.3"
|
|
},
|
|
"engines": {
|
|
"npm": ">=9.0.0 <10.0.0",
|
|
"node": ">=18.0.0 <23.0.0"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@babel/runtime": "7.26.10",
|
|
"brace-expansion": "1.1.12"
|
|
}
|
|
}
|
|
}
|