TD-804: Update frontend codegen & Angular 17 (#14)

This commit is contained in:
Rinat Arsaev 2024-01-09 17:51:39 +07:00 committed by GitHub
parent f780d07c93
commit 3a465d8a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 334 additions and 219 deletions

View File

@ -1,10 +0,0 @@
{
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "6.0.0-20220330.230127-109",
"repository": {
"downloadUrl": "https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/6.0.0-SNAPSHOT/openapi-generator-cli-${versionName}.jar"
}
}
}

541
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@
"codegen": "vality-openapi generate ./web_deploy/swagger.json"
},
"devDependencies": {
"@vality/openapi-generator-cli": "0.1.1-fbfe66e.0",
"@vality/openapi-generator-cli": "^2.0.0",
"connect": "^3.4.1",
"cors": "^2.7.1",
"deploy-to-gh-pages": "^1.1.0",