Skip to content

Commit

Permalink
fix(codegen): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed Apr 22, 2024
1 parent 11ffa65 commit 3154a38
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 16 deletions.
47 changes: 34 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/codegen/package.json
Expand Up @@ -46,9 +46,9 @@
]
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/lodash": "^4.17.0",
"@types/minimist": "^1.2.5",
"@types/node": "^20.11.24",
"@types/node": "^20.12.7",
"@types/tapable": "^2.2.7"
},
"peerDependencies": {
Expand All @@ -60,7 +60,7 @@
"minimist": "^1.2.8",
"swagger2openapi": "^7.0.8",
"tapable": "^2.2.1",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"keywords": [
"openapi",
Expand Down

0 comments on commit 3154a38

Please sign in to comment.