Skip to content

Commit

Permalink
Update several dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed Jan 16, 2025
1 parent 06f0153 commit ec7696e
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 26 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,52 +21,52 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Push Database to Docker Hub
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.0
with:
context: components/database
platforms: linux/amd64,linux/arm64
tags: ictu/quality-time_database:${{ github.ref_name }}
push: true
- name: Push Renderer to Docker Hub
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.0
with:
context: components/renderer
platforms: linux/amd64,linux/arm64
tags: ictu/quality-time_renderer:${{ github.ref_name }}
push: true
- name: Push Proxy to Docker Hub
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.0
with:
context: components/proxy
platforms: linux/amd64,linux/arm64
tags: ictu/quality-time_proxy:${{ github.ref_name }}
push: true
- name: Push Collector to Docker Hub
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.0
with:
context: components
file: components/collector/Dockerfile
platforms: linux/amd64,linux/arm64
tags: ictu/quality-time_collector:${{ github.ref_name }}
push: true
- name: Push Notifier to Docker Hub
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.0
with:
context: components
file: components/notifier/Dockerfile
platforms: linux/amd64,linux/arm64
tags: ictu/quality-time_notifier:${{ github.ref_name }}
push: true
- name: Push API-server to Docker Hub
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.0
with:
context: components
file: components/api_server/Dockerfile
platforms: linux/amd64,linux/arm64
tags: ictu/quality-time_api_server:${{ github.ref_name }}
push: true
- name: Push Frontend to Docker Hub
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.0
with:
context: components/frontend
platforms: linux/amd64,linux/arm64
Expand Down
16 changes: 10 additions & 6 deletions components/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions components/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-hash-link": "1.0.2",
"react-is": "^18.3.1",
"react-timeago": "^7.2.0",
"react-toastify": "^11.0.2",
"react-toastify": "^11.0.3",
"semantic-ui-react": "^2.1.5",
"victory": "^37.3.6"
},
Expand Down Expand Up @@ -59,7 +59,7 @@
"@testing-library/user-event": "^14.5.2",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-jest": "^28.10.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.2.1",
Expand Down
20 changes: 10 additions & 10 deletions components/renderer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"dependencies": {
"@braintree/sanitize-url": "^7.1.1",
"express": "^4.21.2",
"puppeteer-core": "^24.0.0"
"puppeteer-core": "^24.1.0"
}
}

0 comments on commit ec7696e

Please sign in to comment.