Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zoubingwu committed Apr 25, 2023
1 parent 0b9fab2 commit 4a11c91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"module": "./dist/cli.mjs",
"exports": {
".": {
"types": "./dist/cli.d.ts",
"require": "./dist/cli.js",
"import": "./dist/cli.mjs",
"types": "./dist/cli.d.ts"
"import": "./dist/cli.mjs"
}
},
"bin": {
Expand All @@ -26,6 +26,7 @@
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"cac": "^6.7.12",
"lodash": "^4.17.21",
"oazapfts": "^4.5.2",
"prettier": "2.5.1",
"swagger2openapi": "^7.0.8"
Expand All @@ -34,7 +35,6 @@
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.45",
"@types/prettier": "^2.6.3",
"lodash": "^4.17.21",
"openapi-types": "^12.1.0",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 4a11c91

Please sign in to comment.