Skip to content

Commit

Permalink
fix: yarn warnings (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Nov 8, 2023
1 parent f6f2d42 commit 610901a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"test": "vitest --global test.ts"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/debug": "^4.1.10",
"@types/fs-extra": "^11.0.3",
"@types/inquirer": "^9.0.6",
Expand Down Expand Up @@ -46,6 +45,7 @@
"lodash.uniqby": "^4.7.0",
"lodash.uniqwith": "^4.5.0",
"micromatch": "^4.0.5",
"openapi-types": "^12.1.3",
"openapi3-ts": "^3.2.0",
"swagger2openapi": "^7.0.8",
"validator": "^13.11.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/orval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"generate-api": "node ./dist/bin/orval.js --config ../../samples/react-query/basic/orval.config.ts"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/inquirer": "^9.0.6",
"@types/js-yaml": "^4.0.8",
"@types/lodash.uniq": "^4.5.8"
Expand All @@ -70,6 +69,7 @@
"find-up": "5.0.0",
"fs-extra": "^10.1.0",
"lodash.uniq": "^4.5.0",
"openapi-types": "^12.1.3",
"openapi3-ts": "^3.2.0",
"string-argv": "^0.3.2",
"tsconfck": "^2.0.1"
Expand Down

0 comments on commit 610901a

Please sign in to comment.