Skip to content
Merged
Prev Previous commit
Next Next commit
[typescript-jquery] drop support typescript below 4.0 & update samples
  • Loading branch information
mkusaka committed Apr 12, 2022
commit 00363e32f7ed0eabc3c5e31345e3e3b9045bb064
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/jquery": "^3.1",
"typescript": "^2.4"
"typescript": "^4.0"
}{{#npmRepository}},
"publishConfig": {
"registry": "{{npmRepository}}"
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/typescript-jquery/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/jquery": "^3.1",
"typescript": "^2.4"
"typescript": "^4.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"
Expand Down