Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 20, 2024
1 parent 4108734 commit a227a6c
Show file tree
Hide file tree
Showing 13 changed files with 482 additions and 195 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.2
20.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"export-dynamic": "janus-cli package export-dynamic-plugin --embed-package @backstage-community/plugin-azure-devops-backend --override-interop default --no-embed-as-dependencies"
},
"dependencies": {
"@backstage-community/plugin-azure-devops-backend": "0.6.5"
"@backstage-community/plugin-azure-devops-backend": "0.6.6"
},
"devDependencies": {
"@backstage/cli": "0.26.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"export-dynamic": "janus-cli package export-dynamic-plugin --in-place"
},
"dependencies": {
"@backstage-community/plugin-azure-devops": "0.4.4"
"@backstage-community/plugin-azure-devops": "0.4.5"
},
"devDependencies": {
"@backstage/cli": "0.26.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"export-dynamic": "janus-cli package export-dynamic-plugin --in-place"
},
"dependencies": {
"@mui/icons-material": "5.15.6",
"@mui/icons-material": "5.15.20",
"@backstage-community/plugin-lighthouse": "0.4.20"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@backstage/core-plugin-api": "1.9.2",
"@mui/icons-material": "5.15.6",
"@mui/icons-material": "5.15.20",
"@backstage-community/plugin-tech-radar": "0.7.4"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"undici": "5.28.4"
},
"resolutions": {
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18"
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0"
},
"jest": {
"testTimeout": 20000
Expand All @@ -69,5 +69,5 @@
"*.{jsx,ts,tsx,mjs,cjs}": "turbo run lint --concurrency=1 -- --fix",
"!(.eslintrc).js": "turbo run lint --concurrency=1 -- --fix"
},
"packageManager": "yarn@1.22.21"
"packageManager": "yarn@1.22.22"
}
20 changes: 10 additions & 10 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@
"@backstage/plugin-search-react": "1.7.10",
"@backstage/plugin-user-settings": "0.8.5",
"@backstage/theme": "0.5.3",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@internal/plugin-dynamic-plugins-info": "*",
"@janus-idp/backstage-plugin-rbac-common": "1.5.0",
"@mui/icons-material": "5.15.6",
"@mui/material": "5.15.6",
"@redhat-developer/red-hat-developer-hub-theme": "0.0.57",
"@mui/icons-material": "5.15.20",
"@mui/material": "5.15.20",
"@redhat-developer/red-hat-developer-hub-theme": "0.0.59",
"@scalprum/core": "0.7.0",
"@scalprum/react-core": "0.7.1",
"@scalprum/react-core": "0.8.0",
"lodash": "4.17.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.21.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.23.1",
"react-use": "17.5.0",
"tss-react": "4.9.3"
"tss-react": "4.9.10"
},
"devDependencies": {
"@backstage/cli": "0.26.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"express": "4.19.2",
"express-prom-bundle": "6.6.0",
"global-agent": "3.0.0",
"prom-client": "15.1.0",
"undici": "6.15.0",
"winston": "3.11.0"
"prom-client": "15.1.2",
"undici": "6.19.2",
"winston": "3.13.0"
},
"devDependencies": {
"@backstage/cli": "0.26.4",
Expand Down
2 changes: 1 addition & 1 deletion plugins/auth-backend-module-oidc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@backstage/plugin-auth-backend-module-oidc-provider": "0.1.8",
"@backstage/plugin-auth-node": "0.4.12",
"express": "4.19.2",
"openid-client": "5.5.0",
"openid-client": "5.6.5",
"passport": "0.7.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/dynamic-plugins-info-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/express": "4.17.21",
"express": "4.19.2",
"node-fetch": "2.7.0",
"winston": "3.11.0"
"winston": "3.13.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "0.3.7",
Expand Down
8 changes: 4 additions & 4 deletions plugins/dynamic-plugins-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"@backstage/core-components": "0.14.6",
"@backstage/core-plugin-api": "1.9.2",
"@backstage/theme": "0.5.3",
"@material-table/core": "3.1.0",
"@mui/material": "5.15.6",
"react-use": "17.4.0"
"@material-table/core": "3.2.5",
"@mui/material": "5.15.20",
"react-use": "17.5.0"
},
"peerDependencies": {
"react": "16.13.1 || ^17.0.0 || ^18.2.0",
"react-router-dom": "6.20.0"
"react-router-dom": "6.23.1"
},
"devDependencies": {
"@backstage/cli": "0.26.4",
Expand Down
2 changes: 1 addition & 1 deletion plugins/scalprum-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/express": "4.17.21",
"express": "4.19.2",
"node-fetch": "2.7.0",
"winston": "3.11.0"
"winston": "3.13.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "0.3.7",
Expand Down
Loading

0 comments on commit a227a6c

Please sign in to comment.