Skip to content

Commit 8a17ae6

Browse files
chandra-ghChandra Yalangi
and
Chandra Yalangi
authored
Update axios dependency to the new minor version 0.19.0 (#5867)
* Update axios dependency to 0.19.0 Axios (version 0.18.0) used by typescript-axios generator is more than two years old (released in Feb 2018). Axios 0.19.2 released earlier this year contains a lot of fixes and functionality, I recommend updating to 0.19.2. * Ran ./bin/typescript-axios-petstore-all.sh to update package.json in ./samples Co-authored-by: Chandra Yalangi <[email protected]>
1 parent 747cd08 commit 8a17ae6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/openapi-generator/src/main/resources/typescript-axios/package.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"prepublishOnly": "npm run build"
1919
},
2020
"dependencies": {
21-
"axios": "^0.18.0"
21+
"axios": "^0.19.2"
2222
},
2323
"devDependencies": {
2424
"@types/node": "^12.11.5",

samples/client/petstore/typescript-axios/builds/es6-target/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"prepublishOnly": "npm run build"
1919
},
2020
"dependencies": {
21-
"axios": "^0.18.0"
21+
"axios": "^0.19.2"
2222
},
2323
"devDependencies": {
2424
"@types/node": "^12.11.5",

samples/client/petstore/typescript-axios/builds/with-npm-version-and-separate-models-and-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"prepublishOnly": "npm run build"
1919
},
2020
"dependencies": {
21-
"axios": "^0.18.0"
21+
"axios": "^0.19.2"
2222
},
2323
"devDependencies": {
2424
"@types/node": "^12.11.5",

samples/client/petstore/typescript-axios/builds/with-npm-version/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"prepublishOnly": "npm run build"
1919
},
2020
"dependencies": {
21-
"axios": "^0.18.0"
21+
"axios": "^0.19.2"
2222
},
2323
"devDependencies": {
2424
"@types/node": "^12.11.5",

0 commit comments

Comments
 (0)