Skip to content

Commit

Permalink
feat: update docusaurus to 2.4.3 (#1092)
Browse files Browse the repository at this point in the history
Summary:
Upgrade docusaurus to 2.4.3

Pull Request resolved: #1092

Test Plan: CI Argos OzakIOne/metro-argos#1

Reviewed By: huntie

Differential Revision: D49826420

Pulled By: robhogan

fbshipit-source-id: 4fa57a98f7743ec6c0d42b3d7d358c7260d97798
  • Loading branch information
OzakIOne authored and facebook-github-bot committed Oct 2, 2023
1 parent 25724cc commit 3f8cfbf
Show file tree
Hide file tree
Showing 3 changed files with 2,045 additions and 2,315 deletions.
1 change: 1 addition & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

const {fbContent} = require('docusaurus-plugin-internaldocs-fb/internal');

/** @type {import('@docusaurus/types').Config} */
const siteConfig = {
presets: [
[
Expand Down
10 changes: 7 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
"version": "0.0.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy"
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve"
},
"dependencies": {
"@docusaurus/core": "2.3.1",
"@docusaurus/preset-classic": "2.3.1",
"@docusaurus/core": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"classnames": "2.2.6",
"docusaurus-plugin-internaldocs-fb": "1.8.0",
"docusaurus-plugin-sass": "^0.2.1",
Expand All @@ -20,6 +23,7 @@
"sass": "^1.46.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.3",
"prettier": "2.8.8"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 3f8cfbf

Please sign in to comment.