Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 16, 2021
1 parent df14b27 commit 6ce3b3e
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 159 deletions.
26 changes: 19 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
Original file line number Diff line number Diff line change
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.14.0"
uuid = { version = "0.8", features = ["v4"] }

[dependencies.rocket_contrib]
Expand Down
14 changes: 7 additions & 7 deletions portfolio_frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,30 @@
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.0.0",
"@types/jest": "^26.0.15",
"@types/node": "^14.0.0",
"@types/jest": "^27.0.0",
"@types/node": "^16.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.2",
"bootstrap": "^4.5.3",
"bootstrap": "^5.0.0",
"github-contributions-canvas": "^0.6.0",
"immutable": "^4.0.0-rc.12",
"react": "^17.0.1",
"react-bootstrap": "^1.4.0",
"react-bootstrap": "^2.0.0",
"react-dom": "^17.0.1",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.0",
"react-router-dom": "^6.0.0",
"react-scripts": "4.0.3",
"react-scroll": "^1.8.1",
"react-typed": "^1.2.0",
"typescript": "^4.0.3",
"web-vitals": "^1.0.0"
"web-vitals": "^2.0.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit 6ce3b3e

Please sign in to comment.