Skip to content

Commit

Permalink
chore: update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent e09c037 commit 2b25d7f
Show file tree
Hide file tree
Showing 4 changed files with 6,913 additions and 4,458 deletions.
18 changes: 9 additions & 9 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"clear": "docusaurus clear"
},
"engines": {
"node": ">=v18"
"node": ">=20.10.0"
},
"browserslist": {
"production": [
Expand All @@ -27,18 +27,18 @@
]
},
"dependencies": {
"@docusaurus/core": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"clsx": "1.2.1",
"@docusaurus/core": "3.0.0",
"@docusaurus/preset-classic": "3.0.0",
"clsx": "2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.1",
"@tsconfig/docusaurus": "2.0.0",
"@types/react": "18.2.14",
"@types/react-helmet": "6.1.6",
"@docusaurus/module-type-aliases": "3.0.0",
"@tsconfig/docusaurus": "2.0.2",
"@types/react": "18.2.38",
"@types/react-helmet": "6.1.9",
"@types/react-router-dom": "5.3.3",
"typescript": "5.1.6"
"typescript": "5.3.2"
}
}
Loading

0 comments on commit 2b25d7f

Please sign in to comment.