Skip to content

Commit

Permalink
Update docusaurus to 3.6.0
Browse files Browse the repository at this point in the history
Summary: Resolves a few NPM security vulnerabilities in webpack and cookie dependencies.

Differential Revision: D66299077
  • Loading branch information
rozele authored and facebook-github-bot committed Nov 21, 2024
1 parent 262f868 commit 07f5ef0
Show file tree
Hide file tree
Showing 2 changed files with 2,166 additions and 11 deletions.
10 changes: 5 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@docusaurus/core": "3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@docusaurus/core": "^3.6.0",
"@docusaurus/preset-classic": "^3.6.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"lz-string": "^1.5.0",
Expand All @@ -30,9 +30,9 @@
"yoga-layout": "0.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.4.0",
"@docusaurus/tsconfig": "3.4.0",
"@docusaurus/types": "3.4.0",
"@docusaurus/module-type-aliases": "^3.6.0",
"@docusaurus/tsconfig": "^3.6.0",
"@docusaurus/types": "^3.6.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
Expand Down
Loading

0 comments on commit 07f5ef0

Please sign in to comment.