Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
patch: Update external-non-major
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
renovate-bot committed Aug 16, 2021
1 parent 8758543 commit 846d4ab
Show file tree
Hide file tree
Showing 15 changed files with 97 additions and 128 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.ci
@@ -1,4 +1,4 @@
FROM resinci/jellyfish-test:v1.4.8
FROM resinci/jellyfish-test:v1.4.9

WORKDIR /usr/src/jellyfish
COPY . ./
Expand Down
2 changes: 1 addition & 1 deletion apps/action-server/Dockerfile.tick
@@ -1,4 +1,4 @@
FROM balena/open-balena-base:v11.3.7
FROM balena/open-balena-base:v11.3.12

WORKDIR /usr/src/jellyfish/apps/action-server

Expand Down
2 changes: 1 addition & 1 deletion apps/action-server/Dockerfile.worker
@@ -1,4 +1,4 @@
FROM balena/open-balena-base:v11.3.7
FROM balena/open-balena-base:v11.3.12

WORKDIR /usr/src/jellyfish/apps/action-server

Expand Down
2 changes: 1 addition & 1 deletion apps/action-server/package.json
Expand Up @@ -56,7 +56,7 @@
"nodemon": "^2.0.12",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.4",
"ts-node": "^10.1.0",
"ts-node": "^10.2.0",
"typedoc": "^0.21.5",
"typescript": "^4.3.5"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/livechat/Dockerfile
Expand Up @@ -2,7 +2,7 @@
# Base
###########################################################

FROM balena/open-balena-base:v11.3.7 as base
FROM balena/open-balena-base:v11.3.12 as base

ARG SERVER_HOST
ENV SERVER_HOST $SERVER_HOST
Expand Down
6 changes: 3 additions & 3 deletions apps/livechat/package.json
Expand Up @@ -20,19 +20,19 @@
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.2.0",
"rendition": "^21.5.3",
"rendition": "^21.5.6",
"style-loader": "^2.0.0",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"depcheck": "^1.4.2",
"eslint": "^7.32.0",
"webpack-cli": "^4.7.2",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^3.11.2"
}
}
2 changes: 1 addition & 1 deletion apps/oauth-provider-example/Dockerfile
@@ -1,4 +1,4 @@
FROM balena/open-balena-base:v11.3.7
FROM balena/open-balena-base:v11.3.12

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion apps/server/Dockerfile
@@ -1,4 +1,4 @@
FROM balena/open-balena-base:v11.3.7
FROM balena/open-balena-base:v11.3.12

WORKDIR /usr/src/jellyfish/apps/server

Expand Down
4 changes: 2 additions & 2 deletions apps/server/package.json
Expand Up @@ -40,7 +40,7 @@
"@balena/jellyfish-sync": "^6.1.3",
"@balena/jellyfish-worker": "^8.0.34",
"@balena/socket-prometheus-metrics": "^0.0.3",
"aws-sdk": "^2.958.0",
"aws-sdk": "^2.968.0",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"errio": "^1.2.2",
Expand All @@ -50,7 +50,7 @@
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mkdirp-promise": "^5.0.1",
"multer": "^1.4.2",
"multer": "^1.4.3",
"response-time": "^2.3.2",
"skhema": "^5.3.4",
"socket.io": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/ui/Dockerfile
Expand Up @@ -2,7 +2,7 @@
# Base
###########################################################

FROM balena/open-balena-base:v11.3.7 as base
FROM balena/open-balena-base:v11.3.12 as base

WORKDIR /usr/src/jellyfish/apps/ui

Expand Down
34 changes: 17 additions & 17 deletions apps/ui/package.json
Expand Up @@ -25,7 +25,7 @@
"@balena/jellyfish-environment": "^4.4.0",
"@balena/jellyfish-ui-components": "^10.1.12",
"@primer/styled-octicons": "^14.2.2",
"analytics-client": "^1.6.0",
"analytics-client": "^1.7.0",
"assert": "^2.0.0",
"bluebird": "^3.7.2",
"classnames": "^2.3.1",
Expand All @@ -40,7 +40,7 @@
"deep-copy": "^1.4.2",
"deepmerge": "^4.2.2",
"fast-equals": "^2.0.3",
"fast-json-patch": "^3.0.0-1",
"fast-json-patch": "^3.1.0",
"file-loader": "^6.2.0",
"file-saver": "^2.0.5",
"flat": "^5.0.2",
Expand Down Expand Up @@ -69,13 +69,13 @@
"react-resize-observer": "^1.1.1",
"react-router-dom": "^5.2.0",
"react-select": "^4.3.1",
"react-swipeable": "^6.1.2",
"react-swipeable": "^6.2.0",
"react-trello": "^2.2.11",
"react-virtualized": "^9.22.3",
"redux": "^4.1.0",
"redux": "^4.1.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"rendition": "^21.5.3",
"rendition": "^21.5.6",
"skhema": "^5.3.4",
"style-loader": "^2.0.0",
"styled-components": "^5.3.0",
Expand All @@ -85,16 +85,16 @@
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.14.9",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/register": "^7.14.5",
"@babel/register": "^7.15.3",
"@balena/jellyfish-config": "^1.4.8",
"@balena/jellyfish-types": "^0.8.15",
"@balena/lint": "^6.1.1",
"@emotion/cache": "^11.4.0",
"@emotion/react": "^11.4.0",
"@emotion/react": "^11.4.1",
"@types/jest": "^26.0.24",
"@types/sinon": "^10.0.2",
"babel-loader": "^8.2.2",
Expand All @@ -115,14 +115,14 @@
"ts-loader": "^8.3.0",
"typedoc": "^0.21.5",
"typescript": "^4.3.5",
"webpack-cli": "^4.7.2",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^3.11.2",
"workbox-core": "^6.1.5",
"workbox-precaching": "^6.1.5",
"workbox-routing": "^6.1.5",
"workbox-strategies": "^6.1.5",
"workbox-sw": "^6.1.5",
"workbox-webpack-plugin": "^6.1.5",
"workbox-window": "^6.1.5"
"workbox-core": "^6.2.4",
"workbox-precaching": "^6.2.4",
"workbox-routing": "^6.2.4",
"workbox-strategies": "^6.2.4",
"workbox-sw": "^6.2.4",
"workbox-webpack-plugin": "^6.2.4",
"workbox-window": "^6.2.4"
}
}
2 changes: 1 addition & 1 deletion grafana/Dockerfile
@@ -1,4 +1,4 @@
FROM grafana/grafana:8.0.6
FROM grafana/grafana:8.1.1

USER root

Expand Down

0 comments on commit 846d4ab

Please sign in to comment.