mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
a7e65d4a76
[//]: # (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 [react-markdown](https://github.com/remarkjs/react-markdown) from 9.0.3 to 9.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/remarkjs/react-markdown/releases">react-markdown's releases</a>.</em></p> <blockquote> <h2>9.1.0</h2> <ul> <li>6ce120e Add support for async plugins by <a href="https://github.com/wooorm"><code>@wooorm</code></a> in <a href="https://redirect.github.com/remarkjs/react-markdown/pull/890">remarkjs/react-markdown#890</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/remarkjs/react-markdown/compare/9.0.3...9.1.0">https://github.com/remarkjs/react-markdown/compare/9.0.3...9.1.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md">react-markdown's changelog</a>.</em></p> <blockquote> <h2>9.1.0 - 2025-02-20</h2> <ul> <li><a href="https://github.com/remarkjs/react-markdown/commit/6ce120e"><code>6ce120e</code></a> Add support for async plugins</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remarkjs/react-markdown/commit/747e505c9a465ee77addba626f288dfbda8bcad4"><code>747e505</code></a> 9.1.0</li> <li><a href="https://github.com/remarkjs/react-markdown/commit/6ce120e70630a062b42e225ce917cf71339fa024"><code>6ce120e</code></a> Add support for async plugins</li> <li><a href="https://github.com/remarkjs/react-markdown/commit/78d08de906536b6913695883f215807992fc034d"><code>78d08de</code></a> Refactor to remove warning in tests</li> <li><a href="https://github.com/remarkjs/react-markdown/commit/bcdc5b3b4f45be2b662ae11c4b42e74727e3ba2f"><code>bcdc5b3</code></a> Refactor <code>package.json</code></li> <li><a href="https://github.com/remarkjs/react-markdown/commit/c44e246bbb0cbad1110b22b6fb239db2669de0d0"><code>c44e246</code></a> Update dev-dependencies</li> <li>See full diff in <a href="https://github.com/remarkjs/react-markdown/compare/9.0.3...9.1.0">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.5.4",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-icons": "4.12.0",
|
|
"react-markdown": "9.1.0",
|
|
"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.6.2",
|
|
"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"
|
|
}
|
|
}
|
|
}
|