Skip to content

Commit 6de6421

Browse files
committed
update
1 parent 902e2a0 commit 6de6421

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/configs/typescript-fetch-with-npm-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ additionalProperties:
77
npmName: '@openapitools/typescript-fetch-petstore'
88
npmRepository: https://skimdb.npmjs.com/registry
99
snapshot: false
10-
ignoreDeprecations: "6.0"
10+
ignoreDeprecations: "5.0"

samples/client/petstore/typescript-fetch/builds/with-npm-version/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"declaration": true,
44
"target": "es5",
5-
"ignoreDeprecations": "6.0",
5+
"ignoreDeprecations": "5.0",
66
"module": "commonjs",
77
"moduleResolution": "node",
88
"outDir": "dist",

0 commit comments

Comments
 (0)