Skip to content

Commit

Permalink
[website] docusaurus upgrade
Browse files Browse the repository at this point in the history
Summary:
There are dependency problems at the moment. Upgrade to docusaurus v3, hoping
to solve them. Followed https://docusaurus.io/docs/next/migration/v3 for the
upgrade.

Reviewed By: skcho

Differential Revision: D53758066

fbshipit-source-id: 5ca2d28685a03f6f90cd64f7f0a60426c8cfe31e
  • Loading branch information
jvillard authored and facebook-github-bot committed Feb 14, 2024
1 parent 72fd891 commit e625107
Show file tree
Hide file tree
Showing 2 changed files with 3,715 additions and 3,188 deletions.
12 changes: 7 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@
"deploy": "docusaurus deploy"
},
"dependencies": {
"@docusaurus/core": "^2.3.1",
"@docusaurus/plugin-google-gtag": "^2.4.1",
"@docusaurus/preset-classic": "^2.3.1",
"@docusaurus/core": "^3.1.1",
"@docusaurus/plugin-google-gtag": "^3.1.1",
"@docusaurus/preset-classic": "^3.1.1",
"async": "2.6.4",
"classnames": "2.2.6",
"got": "11.8.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-btn": "1.2.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.0.0",
"@docusaurus/types": "3.0.0",
"prettier": "2.2.1"
},
"browserslist": {
Expand Down
Loading

0 comments on commit e625107

Please sign in to comment.