Skip to content

Commit

Permalink
Upgrade website dependencies (#11)
Browse files Browse the repository at this point in the history
Summary:
- Removed `resolutions` override. This looks to be extraneous.
- Updated specified version ranges for some packages to actually enable
  picking up updates
- Ran upgrade.
- Deduped `yarn.lock` (with `npx yarn-deduplicate yarn.lock`). Yarn
  likes to say this isn't necessary but this sort of cruft can still
  build up, ending up with too many things getting installed and
  parsing/executing more JS than needed.

Pull Request resolved: #11

Reviewed By: ukautz

Differential Revision: D63256319

Pulled By: abesto

fbshipit-source-id: e0eb6a8fa83d59786535cb4635df1ab9cfff9cc0
  • Loading branch information
zpao authored and facebook-github-bot committed Sep 23, 2024
1 parent 021e6cb commit 2e4558e
Show file tree
Hide file tree
Showing 2 changed files with 2,087 additions and 2,175 deletions.
7 changes: 2 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,14 @@
"dependencies": {
"@docusaurus/core": "^3.1.0",
"@docusaurus/preset-classic": "^3.1.0",
"@docusaurus/theme-mermaid": "3.1.0",
"@docusaurus/theme-mermaid": "^3.1.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"docusaurus-plugin-internaldocs-fb": "1.18.3",
"docusaurus-plugin-internaldocs-fb": "^1.18.3",
"prism-react-renderer": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"resolutions": {
"follow-redirects": "^1.15.6"
},
"browserslist": {
"production": [
">0.5%",
Expand Down
Loading

0 comments on commit 2e4558e

Please sign in to comment.