Skip to content

Commit

Permalink
Merge pull request #10511 from swagger-api/typescript-fetch-sample-fix
Browse files Browse the repository at this point in the history
removed commented typescript-fetch module
  • Loading branch information
HugoMario authored Oct 17, 2020
2 parents 6f50d61 + 407df0d commit 39dd2de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/node": "^8.0.9",
"typescript": "^2.0"
"typescript": "^4.0.3"
}{{#npmRepository}},{{/npmRepository}}
{{#npmRepository}}
"publishConfig":{
Expand Down
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -849,13 +849,10 @@
<module>samples/client/petstore/python-asyncio</module>
<module>samples/client/petstore/typescript-fetch/builds/default</module>
<module>samples/client/petstore/typescript-fetch/builds/es6-target</module>
<!--
comment out due to error experienced since Sept 6th 2020 due to removed support
for ts 2.x in DefinitivelyTyped. see https://github.com/swagger-api/swagger-codegen/issues/10454

<module>samples/client/petstore/typescript-fetch/builds/with-npm-version</module>
<module>samples/client/petstore/typescript-fetch/tests/default</module>
-->

<module>samples/client/petstore/typescript-node/npm</module>
<!-- comment out due to github rate limit error
<module>samples/client/petstore/typescript-angularjs</module>-->
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.16-SNAPSHOT
2.4.17-SNAPSHOT
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/node": "^8.0.9",
"typescript": "^2.0"
"typescript": "^4.0.3"
},
"publishConfig":{
"registry":"https://skimdb.npmjs.com/registry"
Expand Down

0 comments on commit 39dd2de

Please sign in to comment.