Skip to content

Commit

Permalink
Added missing peer dependency in documentation package
Browse files Browse the repository at this point in the history
  • Loading branch information
souyahia-monk committed Jan 2, 2025
1 parent acb211a commit 56ca7f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"lint:fix": "yarn run typecheck && yarn run prettier:fix && yarn run eslint:fix && yarn run svgo"
},
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@docusaurus/core": "2.4.3",
"@docusaurus/plugin-content-pages": "^2.4.3",
"@docusaurus/preset-classic": "2.4.3",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15519,6 +15519,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "monk-documentation@workspace:documentation"
dependencies:
"@auth0/auth0-react": ^2.2.4
"@docusaurus/core": 2.4.3
"@docusaurus/module-type-aliases": 2.4.3
"@docusaurus/plugin-content-pages": ^2.4.3
Expand Down

0 comments on commit 56ca7f2

Please sign in to comment.