Skip to content

Commit

Permalink
fix(deps): downgraded joi to fix conflict with restifyapigenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Feb 7, 2024
1 parent 95f829d commit 6724ec9
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 136 deletions.
5 changes: 4 additions & 1 deletion .ncurc.js
Expand Up @@ -8,6 +8,9 @@ module.exports = {
'undici',

// esm
'chai'
'chai',

// temporary
'joi'
]
};
1 change: 1 addition & 0 deletions openapidocs.json

Large diffs are not rendered by default.

0 comments on commit 6724ec9

Please sign in to comment.