Skip to content

Commit

Permalink
Fixed an issue that prevented a build
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenHoeffler committed Mar 18, 2021
1 parent 596bccf commit bb49257
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion services/app-directory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-directory",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"description": "",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion services/component-repository/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "component-repository",
"description": "Component repository",
"private": true,
"version": "1.2.0",
"version": "1.2.1",
"author": "Open Integration Hub",
"engines": {
"node": ">=12"
Expand Down
2 changes: 1 addition & 1 deletion services/iam/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iam-service",
"version": "1.0.3",
"version": "1.0.4",
"description": "Identity and Access Management Service",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions services/secret-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "secret-service",
"version": "2.4.2",
"version": "2.4.3",
"description": "Service to manage Keys/Tokens of external services",
"main": "index.js",
"author": "Basaas GmbH",
Expand All @@ -22,4 +22,4 @@
"devDependencies": {
"nodemon": "2.0.4"
}
}
}
3 changes: 2 additions & 1 deletion services/web-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-ui",
"version": "0.3.3",
"version": "0.3.4",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down Expand Up @@ -44,6 +44,7 @@
"history": "4.9.0",
"http-proxy-middleware": "0.19.1",
"immutability-helper": "3.0.0",
"eslint-config-airbnb-base": "13.1.0",
"jest": "26.6.0",
"lodash": "^4.17.21",
"prop-types": "15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion services/web-ui/src/action/components.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const createComponent = data => async (dispatch) => {
url: `${conf.endpoints.component}/components`,
withCredentials: true,
json: true,
data: data,
data,
});

dispatch({
Expand Down
4 changes: 2 additions & 2 deletions services/webhooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webhooks",
"version": "1.1.2",
"version": "1.1.3",
"description": "Standalone version of elastic.io platform",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -39,4 +39,4 @@
"engines": {
"node": ">=12"
}
}
}

0 comments on commit bb49257

Please sign in to comment.