Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (janus-idp#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 18, 2023
1 parent eacef0c commit d47662e
Show file tree
Hide file tree
Showing 4 changed files with 172 additions and 139 deletions.
9 changes: 9 additions & 0 deletions .changeset/renovate-d811e34.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'app': patch
---

Updated dependency `@mui/icons-material` to `5.14.9`.
Updated dependency `@mui/lab` to `5.0.0-alpha.144`.
Updated dependency `@mui/material` to `5.14.9`.
Updated dependency `react-router-dom` to `6.16.0`.
Updated dependency `@types/node` to `18.17.17`.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"husky": "8.0.3",
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"turbo": "1.10.13",
"turbo": "1.10.14",
"typescript": "5.2.2"
},
"resolutions": {
Expand Down
10 changes: 5 additions & 5 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"@janus-idp/backstage-plugin-quay": "1.3.0",
"@janus-idp/backstage-plugin-tekton": "1.9.4",
"@janus-idp/backstage-plugin-topology": "1.15.4",
"@mui/icons-material": "5.14.8",
"@mui/lab": "5.0.0-alpha.143",
"@mui/material": "5.14.8",
"@mui/icons-material": "5.14.9",
"@mui/lab": "5.0.0-alpha.144",
"@mui/material": "5.14.9",
"@roadiehq/backstage-plugin-argo-cd": "2.3.2",
"@roadiehq/backstage-plugin-datadog": "2.1.14",
"@roadiehq/backstage-plugin-github-insights": "2.3.18",
Expand All @@ -71,7 +71,7 @@
"history": "5.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "6.15.0",
"react-router-dom": "6.16.0",
"react-use": "17.4.0",
"swr": "2.2.2",
"tss-react": "4.9.0"
Expand All @@ -82,7 +82,7 @@
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.4.3",
"@types/node": "18.17.15",
"@types/node": "18.17.17",
"@types/react": "17.0.65",
"@types/react-dom": "17.0.20"
},
Expand Down
Loading

0 comments on commit d47662e

Please sign in to comment.