Skip to content

Commit 610901a

Browse files
authoredNov 8, 2023
fix: yarn warnings (#1012)
1 parent f6f2d42 commit 610901a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"test": "vitest --global test.ts"
1515
},
1616
"devDependencies": {
17-
"@types/chalk": "^2.2.0",
1817
"@types/debug": "^4.1.10",
1918
"@types/fs-extra": "^11.0.3",
2019
"@types/inquirer": "^9.0.6",
@@ -46,6 +45,7 @@
4645
"lodash.uniqby": "^4.7.0",
4746
"lodash.uniqwith": "^4.5.0",
4847
"micromatch": "^4.0.5",
48+
"openapi-types": "^12.1.3",
4949
"openapi3-ts": "^3.2.0",
5050
"swagger2openapi": "^7.0.8",
5151
"validator": "^13.11.0"

‎packages/orval/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"generate-api": "node ./dist/bin/orval.js --config ../../samples/react-query/basic/orval.config.ts"
4848
},
4949
"devDependencies": {
50-
"@types/chalk": "^2.2.0",
5150
"@types/inquirer": "^9.0.6",
5251
"@types/js-yaml": "^4.0.8",
5352
"@types/lodash.uniq": "^4.5.8"
@@ -70,6 +69,7 @@
7069
"find-up": "5.0.0",
7170
"fs-extra": "^10.1.0",
7271
"lodash.uniq": "^4.5.0",
72+
"openapi-types": "^12.1.3",
7373
"openapi3-ts": "^3.2.0",
7474
"string-argv": "^0.3.2",
7575
"tsconfck": "^2.0.1"

0 commit comments

Comments
 (0)
Please sign in to comment.