Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (janus-idp#546)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* add node-gyp as dev dep

Signed-off-by: Paul Schultz <pschultz@pobox.com>

* add prettier change

Signed-off-by: Paul Schultz <pschultz@pobox.com>

* update lockfile

Signed-off-by: Paul Schultz <pschultz@pobox.com>

* fix(deps): update all non-major dependencies

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* remove extra changeset

Signed-off-by: Paul Schultz <pschultz@pobox.com>

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Paul Schultz <pschultz@pobox.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nick Boldt <nboldt@redhat.com>
Co-authored-by: Paul Schultz <pschultz@pobox.com>
  • Loading branch information
3 people committed Sep 29, 2023
1 parent 86d4d57 commit 6332c94
Show file tree
Hide file tree
Showing 6 changed files with 543 additions and 116 deletions.
16 changes: 16 additions & 0 deletions .changeset/renovate-d8faf4f.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
'app': patch
'backend': patch
---

Updated dependency `@mui/icons-material` to `5.14.11`.
Updated dependency `@mui/lab` to `5.0.0-alpha.146`.
Updated dependency `@mui/material` to `5.14.11`.
Updated dependency `swr` to `2.2.4`.
Updated dependency `tss-react` to `4.9.2`.
Updated dependency `@types/node` to `18.18.0`.
Updated dependency `@types/react` to `17.0.66`.
Updated dependency `@types/react-dom` to `17.0.21`.
Updated dependency `@types/dockerode` to `3.3.20`.
Updated dependency `@types/express` to `4.17.18`.
Updated dependency `@types/express-serve-static-core` to `4.17.37`.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
18.18.0
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@
"cross-var": "1.1.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"node-gyp": "9.4.0",
"prettier": "3.0.3",
"turbo": "1.10.14",
"typescript": "5.2.2"
},
"resolutions": {
"@types/react": "17.0.65",
"@types/react-dom": "17.0.20"
"@types/react": "17.0.66",
"@types/react-dom": "17.0.21"
},
"prettier": "@spotify/prettier-config",
"lint-staged": {
Expand Down
16 changes: 8 additions & 8 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.9",
"@mui/lab": "5.0.0-alpha.144",
"@mui/material": "5.14.9",
"@mui/icons-material": "5.14.11",
"@mui/lab": "5.0.0-alpha.146",
"@mui/material": "5.14.11",
"@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 @@ -73,8 +73,8 @@
"react-dom": "17.0.2",
"react-router-dom": "6.16.0",
"react-use": "17.4.0",
"swr": "2.2.2",
"tss-react": "4.9.0"
"swr": "2.2.4",
"tss-react": "4.9.2"
},
"devDependencies": {
"@backstage/test-utils": "1.4.2",
Expand All @@ -83,9 +83,9 @@
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.4.3",
"@types/node": "18.17.17",
"@types/react": "17.0.65",
"@types/react-dom": "17.0.20"
"@types/node": "18.18.0",
"@types/react": "17.0.66",
"@types/react-dom": "17.0.21"
},
"browserslist": {
"production": [
Expand Down
6 changes: 3 additions & 3 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
},
"devDependencies": {
"@backstage/cli": "0.22.12",
"@types/dockerode": "3.3.19",
"@types/express": "4.17.17",
"@types/express-serve-static-core": "4.17.36"
"@types/dockerode": "3.3.20",
"@types/express": "4.17.18",
"@types/express-serve-static-core": "4.17.37"
},
"files": [
"dist"
Expand Down
Loading

0 comments on commit 6332c94

Please sign in to comment.