Skip to content

Commit

Permalink
#86: upgrade axios
Browse files Browse the repository at this point in the history
  • Loading branch information
EVOFORGE\dimay committed Dec 29, 2020
1 parent f75c524 commit ffe82fa
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions skills-client-integration/skills-int-client-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "SkillTree Team",
"dependencies": {
"@skilltree/skills-client-js": "3.1.0",
"axios": "^0.20.0",
"axios": "^0.21.1",
"bootstrap": "4.5.2",
"jquery": "^3.5.1",
"js-beautify": "1.13.0"
Expand All @@ -28,4 +28,4 @@
"license-checker": "^25.0.1",
"live-server": "1.2.1"
}
}
}
4 changes: 2 additions & 2 deletions skills-client-integration/skills-int-client-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@ng-bootstrap/ng-bootstrap": "7.0.0",
"@skilltree/skills-client-ng": "3.1.0",
"@types/js-beautify": "1.11.0",
"axios": "0.20.0",
"axios": "0.21.1",
"bootstrap": "4.5.3",
"jquery": "3.5.1",
"js-beautify": "1.13.0",
Expand Down Expand Up @@ -61,4 +61,4 @@
"tslint": "6.1.3",
"typescript": "4.0.3"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "/react/",
"dependencies": {
"@skilltree/skills-client-react": "3.1.0",
"axios": "0.20.0",
"axios": "0.21.1",
"bootstrap": "4.5.3",
"core-js": "3.6.5",
"highlightjs": "9.16.2",
Expand Down Expand Up @@ -52,4 +52,4 @@
"license-checker": "^25.0.1",
"react-scripts": "3.4.3"
}
}
}
8 changes: 4 additions & 4 deletions skills-client-integration/skills-int-client-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@skilltree/skills-client-vue": "3.1.0",
"axios": "0.20.0",
"axios": "0.21.1",
"bootstrap": "4.5.3",
"bootstrap-vue": "2.17.3",
"core-js": "^3.2.1",
Expand Down Expand Up @@ -51,7 +51,7 @@
"eslint:recommended"
],
"rules": {

},
"parserOptions": {
"parser": "babel-eslint"
Expand All @@ -60,8 +60,8 @@
"postcss": {
"plugins": {
"autoprefixer": {

}
}
}
}
}
4 changes: 2 additions & 2 deletions skills-client-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"xhr-mock": "2.5.1"
},
"dependencies": {
"axios": "0.20.0",
"axios": "0.21.1",
"js-logger": "1.6.0",
"postmate": "1.5.2",
"sockjs-client": "1.5.0",
Expand All @@ -66,4 +66,4 @@
"bugs": {
"url": "https://github.com/NationalSecurityAgency/skills-client/issues"
}
}
}
4 changes: 2 additions & 2 deletions skills-client-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"@skilltree/skills-client-js": "3.1.0",
"axios": "0.20.0",
"axios": "0.21.1",
"axios-auth-refresh": "3.0.0"
},
"eslintConfig": {
Expand All @@ -80,4 +80,4 @@
"bugs": {
"url": "https://github.com/NationalSecurityAgency/skills-client/issues"
}
}
}
4 changes: 2 additions & 2 deletions skills-client-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@skilltree/skills-client-js": "3.1.0",
"axios": "0.20.0",
"axios": "0.21.1",
"axios-auth-refresh": "3.0.0",
"lodash": "4.17.20",
"postmate": "1.5.2"
Expand Down Expand Up @@ -105,4 +105,4 @@
"bugs": {
"url": "https://github.com/NationalSecurityAgency/skills-client/issues"
}
}
}

0 comments on commit ffe82fa

Please sign in to comment.