Skip to content

Commit

Permalink
update website packages (#1401)
Browse files Browse the repository at this point in the history
Summary:
this will update some packages past their vulnerable versions

Pull Request resolved: #1401

Test Plan:
website still works fine:
https://github.com/user-attachments/assets/a2440c38-6f71-4c81-a0cf-89e8d1dde0a2

Reviewed By: huntie

Differential Revision: D67023154

Pulled By: vzaidman

fbshipit-source-id: 5c45fab25d641c73e532f1c9232a290aa75ad749
  • Loading branch information
vzaidman authored and facebook-github-bot committed Dec 10, 2024
1 parent 0fc8e45 commit 4623824
Show file tree
Hide file tree
Showing 2 changed files with 1,430 additions and 822 deletions.
24 changes: 12 additions & 12 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"serve": "docusaurus serve"
},
"dependencies": {
"@docusaurus/core": "3.6.0",
"@docusaurus/preset-classic": "3.6.0",
"@docusaurus/core": "^3.6.3",
"@docusaurus/preset-classic": "^3.6.3",
"@mdx-js/react": "^3.1.0",
"classnames": "2.5.1",
"docusaurus-plugin-internaldocs-fb": "1.19.0",
"docusaurus-plugin-sass": "^0.2.5",
"classnames": "^2.5.1",
"docusaurus-plugin-internaldocs-fb": "^1.19.1",
"docusaurus-plugin-sass": "^0.2.6",
"prism-react-renderer": "^2.4.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-github-btn": "1.4.0",
"sass": "^1.80.6"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-github-btn": "^1.4.0",
"sass": "^1.82.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.6.0",
"@docusaurus/types": "3.6.0",
"prettier": "3.3.3"
"@docusaurus/module-type-aliases": "3.6.3",
"@docusaurus/types": "3.6.3",
"prettier": "3.4.2"
}
}
Loading

0 comments on commit 4623824

Please sign in to comment.