Skip to content

Commit

Permalink
upgrade docusaurus to 1.14.4 (#3056)
Browse files Browse the repository at this point in the history
Summary:
- Bump of the `yarn.lock` dependencies to fix some security advisory.
- Remove old `package.json` script `update-specs`, we have `update-spec`.
Pull Request resolved: #3056

Reviewed By: jstejada

Differential Revision: D20841196

Pulled By: kassens

fbshipit-source-id: 4f8f87c8a977a84c13f6d5b61a4ebb5e271cb0d1
  • Loading branch information
kassens authored and facebook-github-bot committed Apr 3, 2020
1 parent 7bac897 commit 9088ed3
Show file tree
Hide file tree
Showing 2 changed files with 1,259 additions and 1,345 deletions.
5 changes: 2 additions & 3 deletions website/package.json
Expand Up @@ -12,11 +12,10 @@
"publish-gh-pages": "docusaurus-publish",
"write-translations": "docusaurus-write-translations",
"crowdin-upload": "crowdin-cli --config ../crowdin.yaml upload sources --auto-update -b master",
"crowdin-download": "crowdin-cli --config ../crowdin.yaml download -b master",
"update-specs":"spec-md spec/Connections.md > static/graphql/connections.htm; spec-md spec/Mutations.md > static/graphql/mutations.htm; spec-md spec/ObjectIdentification.md > static/graphql/objectidentification.htm"
"crowdin-download": "crowdin-cli --config ../crowdin.yaml download -b master"
},
"dependencies": {
"docusaurus": "1.14.0",
"docusaurus": "1.14.4",
"spec-md": "^1.1.1"
},
"resolutions": {
Expand Down

0 comments on commit 9088ed3

Please sign in to comment.