chore: upgrade openapi generator version (#12358)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
OPENAPI_GENERATOR_VERSION=v7.5.0
|
||||
OPENAPI_GENERATOR_VERSION=v7.8.0
|
||||
|
||||
# usage: ./bin/generate-open-api.sh
|
||||
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
|
||||
"spaces": 2,
|
||||
"generator-cli": {
|
||||
"version": "7.5.0"
|
||||
"version": "7.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Include code from immich_mobile
|
||||
@@ -13,5 +13,5 @@
|
||||
http: '>=0.13.0 <0.14.0'
|
||||
http: '>=0.13.0 <2.0.0'
|
||||
intl: any
|
||||
meta: '^1.1.8'
|
||||
meta: '>=1.1.8 <2.0.0'
|
||||
-dev_dependencies:
|
||||
- test: '>=1.21.6 <1.22.0'
|
||||
+ immich_mobile:
|
||||
|
||||
Reference in New Issue
Block a user