chore: reduce docusaurus versions that we generate (#7657)

The Docusaurus process has been OOMing on the bots; this is a problem
we'll want to fix properly when we are shipping the new docs fully, as
we want to generate docs for old versions; but for now whilst we're not
fully pushing users to this site, we can just generate one version and
not worry about multiples.

This commit also bumps the version of Docusaurus to the latest beta
version.
This commit is contained in:
Jack Franklin 2021-10-08 14:39:49 +01:00 committed by GitHub
parent 8fbb1f3fdf
commit 32300efccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View File

@ -14,3 +14,4 @@ vendor/
web-test-runner.config.mjs
test-ts-types/
website/
docs-dist/

View File

@ -13,8 +13,8 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.3",
"@docusaurus/preset-classic": "2.0.0-beta.3",
"@docusaurus/core": "^2.0.0-beta.6",
"@docusaurus/preset-classic": "^2.0.0-beta.6",
"@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^5.5.0",
"clsx": "^1.1.1",

View File

@ -1,5 +1,3 @@
[
"10.1.0",
"10.0.0",
"9.1.1"
"10.4.0"
]