Skip to content

Commit

Permalink
build: drop axios version back to 0.27.2 from >1 (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimakis authored Nov 16, 2022
1 parent 4f2b28f commit 0df3126
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/account-management-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "1.1.3"
"axios": "0.27.2"
},
"devDependencies": {
"@types/node": "18.11.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"yargs": "17.6.2"
},
"devDependencies": {
"axios": "1.1.3",
"axios": "0.27.2",
"json2yaml": "1.1.0",
"openapi-editor": "0.3.0",
"replace": "1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/connector-management-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "1.1.3"
"axios": "0.27.2"
},
"devDependencies": {
"@types/node": "18.11.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/kafka-instance-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "1.1.3"
"axios": "0.27.2"
},
"devDependencies": {
"@types/node": "18.11.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/kafka-management-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "1.1.3"
"axios": "0.27.2"
},
"devDependencies": {
"@types/node": "18.11.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/registry-instance-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "1.1.3"
"axios": "0.27.2"
},
"devDependencies": {
"@types/node": "18.11.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/registry-management-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "1.1.3"
"axios": "0.27.2"
},
"devDependencies": {
"@types/node": "18.11.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/service-accounts-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "1.1.3"
"axios": "0.27.2"
},
"devDependencies": {
"@types/node": "18.11.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/smart-events-management-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "1.1.3"
"axios": "0.27.2"
},
"devDependencies": {
"@types/node": "18.11.9",
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": ["github>redhat-developer/app-services-renovate-config"],
"ignoreDeps":["nanoid"]
"ignoreDeps":["nanoid", "axios"]
}

0 comments on commit 0df3126

Please sign in to comment.