Skip to content
Merged
Next Next commit
[typescript-axios] drop support typescript below 4.0 & update samples
  • Loading branch information
mkusaka committed Apr 12, 2022
commit 3b49cfd5dc9c7a07d5b34a7cb146757fc80d857f
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"prepare": "npm run build"
},
"dependencies": {
"axios": "^0.21.4"
"axios": "^0.26.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^3.6.4"
"typescript": "^4.0"
}{{#npmRepository}},{{/npmRepository}}
{{#npmRepository}}
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"prepare": "npm run build"
},
"dependencies": {
"axios": "^0.21.4"
"axios": "^0.26.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^3.6.4"
"typescript": "^4.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"prepare": "npm run build"
},
"dependencies": {
"axios": "^0.21.4"
"axios": "^0.26.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^3.6.4"
"typescript": "^4.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"prepare": "npm run build"
},
"dependencies": {
"axios": "^0.21.4"
"axios": "^0.26.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^3.6.4"
"typescript": "^4.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"
Expand Down