diff --git a/modules/openapi-generator/src/main/resources/typescript/package.mustache b/modules/openapi-generator/src/main/resources/typescript/package.mustache index 34c324c08453..704e3a515a5c 100644 --- a/modules/openapi-generator/src/main/resources/typescript/package.mustache +++ b/modules/openapi-generator/src/main/resources/typescript/package.mustache @@ -71,12 +71,10 @@ {{#useInversify}} "inversify": "^6.0.1", {{/useInversify}} - "es6-promise": "^4.2.4", - "url-parse": "^1.4.3" + "es6-promise": "^4.2.4" }, "devDependencies": { - "typescript": "^4.0", - "@types/url-parse": "1.4.4" + "typescript": "^4.0" }{{#npmRepository}},{{/npmRepository}} {{#npmRepository}} "publishConfig":{ diff --git a/samples/client/others/typescript/builds/array-of-lists/package.json b/samples/client/others/typescript/builds/array-of-lists/package.json index ea853317fbd4..000e9c5844c4 100644 --- a/samples/client/others/typescript/builds/array-of-lists/package.json +++ b/samples/client/others/typescript/builds/array-of-lists/package.json @@ -32,11 +32,9 @@ }, "dependencies": { "whatwg-fetch": "^3.0.0", - "es6-promise": "^4.2.4", - "url-parse": "^1.4.3" + "es6-promise": "^4.2.4" }, "devDependencies": { - "typescript": "^4.0", - "@types/url-parse": "1.4.4" + "typescript": "^4.0" } } diff --git a/samples/client/others/typescript/builds/enum-single-value/package.json b/samples/client/others/typescript/builds/enum-single-value/package.json index ea853317fbd4..000e9c5844c4 100644 --- a/samples/client/others/typescript/builds/enum-single-value/package.json +++ b/samples/client/others/typescript/builds/enum-single-value/package.json @@ -32,11 +32,9 @@ }, "dependencies": { "whatwg-fetch": "^3.0.0", - "es6-promise": "^4.2.4", - "url-parse": "^1.4.3" + "es6-promise": "^4.2.4" }, "devDependencies": { - "typescript": "^4.0", - "@types/url-parse": "1.4.4" + "typescript": "^4.0" } } diff --git a/samples/client/others/typescript/builds/null-types-simple/package.json b/samples/client/others/typescript/builds/null-types-simple/package.json index ea853317fbd4..000e9c5844c4 100644 --- a/samples/client/others/typescript/builds/null-types-simple/package.json +++ b/samples/client/others/typescript/builds/null-types-simple/package.json @@ -32,11 +32,9 @@ }, "dependencies": { "whatwg-fetch": "^3.0.0", - "es6-promise": "^4.2.4", - "url-parse": "^1.4.3" + "es6-promise": "^4.2.4" }, "devDependencies": { - "typescript": "^4.0", - "@types/url-parse": "1.4.4" + "typescript": "^4.0" } } diff --git a/samples/client/others/typescript/builds/with-unique-items/package.json b/samples/client/others/typescript/builds/with-unique-items/package.json index ea853317fbd4..000e9c5844c4 100644 --- a/samples/client/others/typescript/builds/with-unique-items/package.json +++ b/samples/client/others/typescript/builds/with-unique-items/package.json @@ -32,11 +32,9 @@ }, "dependencies": { "whatwg-fetch": "^3.0.0", - "es6-promise": "^4.2.4", - "url-parse": "^1.4.3" + "es6-promise": "^4.2.4" }, "devDependencies": { - "typescript": "^4.0", - "@types/url-parse": "1.4.4" + "typescript": "^4.0" } } diff --git a/samples/client/others/typescript/encode-decode/build/package.json b/samples/client/others/typescript/encode-decode/build/package.json index 98e27af43f34..f7db8ae6bd7a 100644 --- a/samples/client/others/typescript/encode-decode/build/package.json +++ b/samples/client/others/typescript/encode-decode/build/package.json @@ -35,11 +35,9 @@ "@types/node-fetch": "^2.5.7", "@types/node": "*", "form-data": "^2.5.0", - "es6-promise": "^4.2.4", - "url-parse": "^1.4.3" + "es6-promise": "^4.2.4" }, "devDependencies": { - "typescript": "^4.0", - "@types/url-parse": "1.4.4" + "typescript": "^4.0" } } diff --git a/samples/openapi3/client/petstore/typescript/builds/browser/package.json b/samples/openapi3/client/petstore/typescript/builds/browser/package.json index 7f477ac29fd7..dec266f420ca 100644 --- a/samples/openapi3/client/petstore/typescript/builds/browser/package.json +++ b/samples/openapi3/client/petstore/typescript/builds/browser/package.json @@ -33,11 +33,9 @@ }, "dependencies": { "whatwg-fetch": "^3.0.0", - "es6-promise": "^4.2.4", - "url-parse": "^1.4.3" + "es6-promise": "^4.2.4" }, "devDependencies": { - "typescript": "^4.0", - "@types/url-parse": "1.4.4" + "typescript": "^4.0" } } diff --git a/samples/openapi3/client/petstore/typescript/builds/composed-schemas/package.json b/samples/openapi3/client/petstore/typescript/builds/composed-schemas/package.json index ea8d9cce8ca6..f88431483262 100644 --- a/samples/openapi3/client/petstore/typescript/builds/composed-schemas/package.json +++ b/samples/openapi3/client/petstore/typescript/builds/composed-schemas/package.json @@ -32,11 +32,9 @@ }, "dependencies": { "whatwg-fetch": "^3.0.0", - "es6-promise": "^4.2.4", - "url-parse": "^1.4.3" + "es6-promise": "^4.2.4" }, "devDependencies": { - "typescript": "^4.0", - "@types/url-parse": "1.4.4" + "typescript": "^4.0" } } diff --git a/samples/openapi3/client/petstore/typescript/builds/default/package.json b/samples/openapi3/client/petstore/typescript/builds/default/package.json index a18e68426adc..899339bc1315 100644 --- a/samples/openapi3/client/petstore/typescript/builds/default/package.json +++ b/samples/openapi3/client/petstore/typescript/builds/default/package.json @@ -35,11 +35,9 @@ "@types/node-fetch": "^2.5.7", "@types/node": "*", "form-data": "^2.5.0", - "es6-promise": "^4.2.4", - "url-parse": "^1.4.3" + "es6-promise": "^4.2.4" }, "devDependencies": { - "typescript": "^4.0", - "@types/url-parse": "1.4.4" + "typescript": "^4.0" } } diff --git a/samples/openapi3/client/petstore/typescript/builds/explode-query/package.json b/samples/openapi3/client/petstore/typescript/builds/explode-query/package.json index a18e68426adc..899339bc1315 100644 --- a/samples/openapi3/client/petstore/typescript/builds/explode-query/package.json +++ b/samples/openapi3/client/petstore/typescript/builds/explode-query/package.json @@ -35,11 +35,9 @@ "@types/node-fetch": "^2.5.7", "@types/node": "*", "form-data": "^2.5.0", - "es6-promise": "^4.2.4", - "url-parse": "^1.4.3" + "es6-promise": "^4.2.4" }, "devDependencies": { - "typescript": "^4.0", - "@types/url-parse": "1.4.4" + "typescript": "^4.0" } } diff --git a/samples/openapi3/client/petstore/typescript/builds/inversify/package.json b/samples/openapi3/client/petstore/typescript/builds/inversify/package.json index 1118902e6673..6ca00c504c56 100644 --- a/samples/openapi3/client/petstore/typescript/builds/inversify/package.json +++ b/samples/openapi3/client/petstore/typescript/builds/inversify/package.json @@ -37,11 +37,9 @@ "@types/node": "*", "form-data": "^2.5.0", "inversify": "^6.0.1", - "es6-promise": "^4.2.4", - "url-parse": "^1.4.3" + "es6-promise": "^4.2.4" }, "devDependencies": { - "typescript": "^4.0", - "@types/url-parse": "1.4.4" + "typescript": "^4.0" } } diff --git a/samples/openapi3/client/petstore/typescript/builds/jquery/package.json b/samples/openapi3/client/petstore/typescript/builds/jquery/package.json index aac146f24362..1da818423668 100644 --- a/samples/openapi3/client/petstore/typescript/builds/jquery/package.json +++ b/samples/openapi3/client/petstore/typescript/builds/jquery/package.json @@ -33,11 +33,9 @@ "dependencies": { "@types/jquery": "^3.3.29", "jquery": "^3.4.1", - "es6-promise": "^4.2.4", - "url-parse": "^1.4.3" + "es6-promise": "^4.2.4" }, "devDependencies": { - "typescript": "^4.0", - "@types/url-parse": "1.4.4" + "typescript": "^4.0" } } diff --git a/samples/openapi3/client/petstore/typescript/builds/nullable-enum/package.json b/samples/openapi3/client/petstore/typescript/builds/nullable-enum/package.json index ea853317fbd4..000e9c5844c4 100644 --- a/samples/openapi3/client/petstore/typescript/builds/nullable-enum/package.json +++ b/samples/openapi3/client/petstore/typescript/builds/nullable-enum/package.json @@ -32,11 +32,9 @@ }, "dependencies": { "whatwg-fetch": "^3.0.0", - "es6-promise": "^4.2.4", - "url-parse": "^1.4.3" + "es6-promise": "^4.2.4" }, "devDependencies": { - "typescript": "^4.0", - "@types/url-parse": "1.4.4" + "typescript": "^4.0" } } diff --git a/samples/openapi3/client/petstore/typescript/builds/object_params/package.json b/samples/openapi3/client/petstore/typescript/builds/object_params/package.json index a18e68426adc..899339bc1315 100644 --- a/samples/openapi3/client/petstore/typescript/builds/object_params/package.json +++ b/samples/openapi3/client/petstore/typescript/builds/object_params/package.json @@ -35,11 +35,9 @@ "@types/node-fetch": "^2.5.7", "@types/node": "*", "form-data": "^2.5.0", - "es6-promise": "^4.2.4", - "url-parse": "^1.4.3" + "es6-promise": "^4.2.4" }, "devDependencies": { - "typescript": "^4.0", - "@types/url-parse": "1.4.4" + "typescript": "^4.0" } }