Skip to content

Commit

Permalink
fix(deps): peer dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Jan 10, 2025
1 parent cb58fb0 commit 83ebc9f
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 477 deletions.
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"@types/lodash.uniqby": "^4.7.9",
"@types/lodash.uniqwith": "^4.5.9",
"@types/micromatch": "^4.0.9",
"typedoc": "0.26.11"
"typedoc": "0.27.6"
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@ibm-cloud/openapi-ruleset": "^1.26.0",
"@apidevtools/swagger-parser": "^10.1.1",
"@ibm-cloud/openapi-ruleset": "^1.28.0",
"acorn": "^8.14.0",
"ajv": "^8.17.1",
"chalk": "^4.1.2",
"compare-versions": "^6.1.1",
"debug": "^4.3.7",
"debug": "^4.4.0",
"esbuild": "^0.24.2",
"esutils": "2.0.3",
"fs-extra": "^11.2.0",
Expand Down
20 changes: 9 additions & 11 deletions packages/orval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"files": [
"dist"
],
"bin": {
"orval": "dist/bin/orval.js"
},
"bin": "dist/bin/orval.js",
"type": "commonjs",
"main": "dist/index.js",
"keywords": [
Expand Down Expand Up @@ -51,12 +49,12 @@
"test": "tsc --noEmit && vitest --passWithNoTests"
},
"devDependencies": {
"@types/inquirer": "^9.0.6",
"@types/js-yaml": "^4.0.8",
"@types/lodash.uniq": "^4.5.8"
"@types/inquirer": "^9.0.7",
"@types/js-yaml": "^4.0.9",
"@types/lodash.uniq": "^4.5.9"
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@apidevtools/swagger-parser": "^10.1.1",
"@orval/angular": "7.4.1",
"@orval/axios": "7.4.1",
"@orval/core": "7.4.1",
Expand All @@ -75,11 +73,11 @@
"find-up": "5.0.0",
"fs-extra": "^11.2.0",
"lodash.uniq": "^4.5.0",
"openapi3-ts": "4.2.2",
"openapi3-ts": "4.4.0",
"string-argv": "^0.3.2",
"tsconfck": "^2.0.1",
"typedoc": "0.26.11",
"typedoc-plugin-markdown": "4.2.10",
"typescript": "^5.6.3"
"typedoc": "0.27.6",
"typedoc-plugin-markdown": "4.4.1",
"typescript": "^5.7.3"
}
}
Loading

0 comments on commit 83ebc9f

Please sign in to comment.