Skip to content

Commit

Permalink
fix(deps): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 21, 2023
1 parent a012f76 commit caa1225
Show file tree
Hide file tree
Showing 2 changed files with 219 additions and 191 deletions.
8 changes: 4 additions & 4 deletions services/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"version": "0.0.0",
"packageManager": "yarn@3.2.4",
"packageManager": "yarn@3.6.3",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -15,16 +15,16 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "2.1.0",
"@docusaurus/preset-classic": "2.1.0",
"@docusaurus/core": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@mdx-js/react": "1.6.22",
"clsx": "1.2.1",
"prism-react-renderer": "1.3.5",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.1.0"
"@docusaurus/module-type-aliases": "2.4.3"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit caa1225

Please sign in to comment.