Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 14, 2021
1 parent 73d252d commit 4438ad1
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2

- name: Build and Push Backend Docker Image
uses: docker/build-push-action@v1
uses: docker/build-push-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -25,7 +25,7 @@ jobs:
tag_with_ref: true

- name: Build and Push Frontend Docker Image
uses: docker/build-push-action@v1
uses: docker/build-push-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down
24 changes: 17 additions & 7 deletions portfolio_backend/Cargo.lock

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

2 changes: 1 addition & 1 deletion portfolio_backend/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ rocket = { version = "0.4.7", default-features = false }
rocket_cors = { version = "0.5.2", default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = "0.2.25"
tokio = "1.6.0"
uuid = { version = "0.8", features = ["v4"] }

[dependencies.rocket_contrib]
Expand Down
4 changes: 2 additions & 2 deletions portfolio_frontend/package.json
Expand Up @@ -11,15 +11,15 @@
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^13.0.0",
"@types/jest": "^26.0.15",
"@types/node": "^14.0.0",
"@types/node": "^15.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router": "^5.1.9",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-router-dom": "^5.1.7",
"@types/react-scroll": "^1.8.2",
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"bootstrap": "^5.0.0",
"github-contributions-canvas": "^0.6.0",
"immutable": "^4.0.0-rc.12",
"react": "^17.0.1",
Expand Down
16 changes: 8 additions & 8 deletions portfolio_frontend/yarn.lock
Expand Up @@ -2512,10 +2512,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.9.tgz#04afc9a25c6ff93da14deabd65dc44485b53c8d6"
integrity sha512-JsoLXFppG62tWTklIoO4knA+oDTYsmqWxHRvd4lpmfQRNhX6osheUOWETP2jMoV/2bEHuMra8Pp3Dmo/stBFcw==

"@types/node@^14.0.0":
version "14.14.20"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.20.tgz#f7974863edd21d1f8a494a73e8e2b3658615c340"
integrity sha512-Y93R97Ouif9JEOWPIUyU+eyIdyRqQR0I8Ez1dzku4hDx34NWh4HbtIc3WNzwB1Y9ULvNGeu5B8h8bVL5cAk4/A==
"@types/node@^15.0.0":
version "15.0.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.0.3.tgz#ee09fcaac513576474c327da5818d421b98db88a"
integrity sha512-/WbxFeBU+0F79z9RdEOXH4CsDga+ibi5M8uEYr91u3CkT/pdWcV8MCook+4wDPnZBexRdwWS+PiVZ2xJviAzcQ==

"@types/normalize-package-data@^2.4.0":
version "2.4.0"
Expand Down Expand Up @@ -3600,10 +3600,10 @@ boolbase@^1.0.0, boolbase@~1.0.0:
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=

bootstrap@^4.5.3:
version "4.5.3"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.5.3.tgz#c6a72b355aaf323920be800246a6e4ef30997fe6"
integrity sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ==
bootstrap@^5.0.0:
version "5.0.1"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.0.1.tgz#e7939d599119dc818a90478a2a299bdaff037e09"
integrity sha512-Fl79+wsLOZKoiU345KeEaWD0ik8WKRI5zm0YSPj2oF1Qr+BO7z0fco6GbUtqjoG1h4VI89PeKJnMsMMVQdKKTw==

brace-expansion@^1.1.7:
version "1.1.11"
Expand Down

0 comments on commit 4438ad1

Please sign in to comment.