Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tajnymag committed Mar 11, 2024
1 parent af07aee commit eaa7736
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@
"keywords": [],
"author": "Marek Lukas <luk0125@vsb.cz>",
"license": "ISC",
"private": true
"private": true,
"pnpm": {
"patchedDependencies": {
"@openapitools/openapi-generator-cli@2.11.0": "patches/@openapitools__openapi-generator-cli@2.11.0.patch"
}
}
}
2 changes: 1 addition & 1 deletion packages/facade-api-client/openapitools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.3.0",
"version": "7.4.0",
"generators": {
"facade-api-client": {
"generatorName": "typescript-axios",
Expand Down
2 changes: 1 addition & 1 deletion packages/facade-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "ISC",
"prettier": "@vsb-eink/prettier-config",
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.9.0",
"@openapitools/openapi-generator-cli": "^2.11.0",
"@vsb-eink/prettier-config": "workspace:^",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
Expand Down
Loading

0 comments on commit eaa7736

Please sign in to comment.