Skip to content

Commit

Permalink
Update several dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed Jun 19, 2024
1 parent 55e8f5b commit 53561ef
Show file tree
Hide file tree
Showing 11 changed files with 174 additions and 63 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,46 +20,46 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Push Database to Docker Hub
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: components/database
tags: ictu/quality-time_database:${{ github.ref_name }}
push: true
- name: Push Renderer to Docker Hub
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: components/renderer
tags: ictu/quality-time_renderer:${{ github.ref_name }}
push: true
- name: Push Proxy to Docker Hub
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: components/proxy
tags: ictu/quality-time_proxy:${{ github.ref_name }}
push: true
- name: Push Collector to Docker Hub
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: components
file: components/collector/Dockerfile
tags: ictu/quality-time_collector:${{ github.ref_name }}
push: true
- name: Push Notifier to Docker Hub
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: components
file: components/notifier/Dockerfile
tags: ictu/quality-time_notifier:${{ github.ref_name }}
push: true
- name: Push API-server to Docker Hub
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: components
file: components/api_server/Dockerfile
tags: ictu/quality-time_api_server:${{ github.ref_name }}
push: true
- name: Push Frontend to Docker Hub
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
context: components/frontend
tags: ictu/quality-time_frontend:${{ github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion components/collector/ci/pip-compile.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

PATH="$PATH:../../ci"
source base.sh
source pip-base.sh

run_pip_compile
22 changes: 11 additions & 11 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 @@ -9,7 +9,7 @@
"history": "^5.3.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-datepicker": "^7.0.0",
"react-datepicker": "^7.1.0",
"react-dom": "^18.3.1",
"react-focus-lock": "^2.12.1",
"react-grid-layout": "^1.4.4",
Expand Down Expand Up @@ -58,7 +58,7 @@
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"globals": "^15.5.0",
"prettier": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion components/notifier/ci/pip-compile.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

PATH="$PATH:../../ci"
source base.sh
source pip-base.sh

run_pip_compile
Loading

0 comments on commit 53561ef

Please sign in to comment.