Merge branch 'master' of github.com:ferdikoomen/openapi-typescript-codegen

# Conflicts:
#	package-lock.json
#	package.json
This commit is contained in:
Ferdi Koomen 2023-12-08 16:02:29 +01:00
commit 7b68698fd5
2 changed files with 542 additions and 568 deletions

1054
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "openapi-typescript-codegen",
"version": "0.25.0",
"version": "0.26.0",
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
"author": "Ferdi Koomen",
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",
@ -63,45 +63,45 @@
"@apidevtools/json-schema-ref-parser": "^11.1.0",
"camelcase": "^6.3.0",
"commander": "^11.1.0",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"handlebars": "^4.7.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.0.0",
"@angular/animations": "17.0.2",
"@angular/cli": "17.0.0",
"@angular/common": "17.0.2",
"@angular/compiler": "17.0.2",
"@angular/compiler-cli": "17.0.2",
"@angular/core": "17.0.2",
"@angular/forms": "17.0.2",
"@angular/platform-browser": "17.0.2",
"@angular/platform-browser-dynamic": "17.0.2",
"@angular/router": "17.0.2",
"@babel/cli": "7.23.0",
"@babel/core": "7.23.3",
"@babel/preset-env": "7.23.3",
"@angular-devkit/build-angular": "17.0.6",
"@angular/animations": "17.0.6",
"@angular/cli": "17.0.6",
"@angular/common": "17.0.6",
"@angular/compiler": "17.0.6",
"@angular/compiler-cli": "17.0.6",
"@angular/core": "17.0.6",
"@angular/forms": "17.0.6",
"@angular/platform-browser": "17.0.6",
"@angular/platform-browser-dynamic": "17.0.6",
"@angular/router": "17.0.6",
"@babel/cli": "7.23.4",
"@babel/core": "7.23.5",
"@babel/preset-env": "7.23.5",
"@babel/preset-typescript": "7.23.3",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "11.1.5",
"@types/cross-spawn": "6.0.5",
"@types/cross-spawn": "6.0.6",
"@types/express": "4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/glob": "8.1.0",
"@types/jest": "29.5.8",
"@types/node": "20.9.0",
"@types/jest": "29.5.11",
"@types/node": "20.10.4",
"@types/node-fetch": "2.6.9",
"@types/qs": "6.9.10",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"abort-controller": "3.0.0",
"axios": "1.6.1",
"axios": "1.6.2",
"codecov": "3.8.3",
"cross-spawn": "7.0.3",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"express": "4.18.2",
@ -111,18 +111,18 @@
"jest-cli": "29.7.0",
"node-fetch": "2.7.0",
"prettier": "3.1.0",
"puppeteer": "21.5.1",
"puppeteer": "21.6.0",
"qs": "6.11.2",
"rimraf": "5.0.5",
"rollup": "4.4.1",
"rollup": "4.7.0",
"rxjs": "7.8.1",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"tslib": "2.6.2",
"typescript": "5.2.2",
"zone.js": "0.14.2"
},
"overrides": {
"node-fetch": "2.7.0",
"rollup": "4.4.1"
"rollup": "4.7.0"
}
}