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 Nov 2, 2023
1 parent b5b85e0 commit dba9895
Show file tree
Hide file tree
Showing 6 changed files with 324 additions and 120 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
18.18.2
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# 5. add Brew metadata

# Stage 1 - Build nodejs skeleton
FROM registry.access.redhat.com/ubi9/nodejs-18:1-62.1692771036 AS skeleton
FROM registry.access.redhat.com/ubi9/nodejs-18:1-70.1697667811 AS skeleton
# hadolint ignore=DL3002
USER 0

Expand Down Expand Up @@ -87,7 +87,7 @@ COPY $EXTERNAL_SOURCE_NESTED/app-config*.yaml ./
RUN $YARN install --frozen-lockfile --production --network-timeout 600000

# Stage 5 - Build the runner image
FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-67 AS runner
FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-74.1697662866 AS runner
USER 0

# Upstream only - install techdocs dependencies
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"husky": "8.0.3",
"lint-staged": "14.0.1",
"prettier": "3.0.2",
"turbo": "1.10.13",
"turbo": "1.10.16",
"typescript": "5.2.2"
},
"resolutions": {
"@types/react": "17.0.65",
"@types/react-dom": "17.0.20"
"@types/react": "17.0.69",
"@types/react-dom": "17.0.22"
},
"prettier": "@spotify/prettier-config",
"lint-staged": {
Expand Down
18 changes: 9 additions & 9 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"@janus-idp/backstage-plugin-quay": "1.3.0",
"@janus-idp/backstage-plugin-tekton": "1.9.2",
"@janus-idp/backstage-plugin-topology": "1.15.1",
"@mui/icons-material": "5.14.6",
"@mui/lab": "5.0.0-alpha.141",
"@mui/material": "5.14.6",
"@mui/icons-material": "5.14.16",
"@mui/lab": "5.0.0-alpha.151",
"@mui/material": "5.14.16",
"@roadiehq/backstage-plugin-argo-cd": "2.3.1",
"@roadiehq/backstage-plugin-datadog": "2.1.14",
"@roadiehq/backstage-plugin-github-insights": "2.3.18",
Expand All @@ -70,20 +70,20 @@
"history": "5.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "6.15.0",
"react-router-dom": "6.18.0",
"react-use": "17.4.0",
"swr": "2.2.2",
"tss-react": "4.9.0"
"swr": "2.2.4",
"tss-react": "4.9.3"
},
"devDependencies": {
"@backstage/test-utils": "1.4.2",
"@testing-library/dom": "8.20.1",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.4.3",
"@types/node": "18.17.11",
"@types/react": "17.0.65",
"@types/react-dom": "17.0.20"
"@types/node": "18.18.8",
"@types/react": "17.0.69",
"@types/react-dom": "17.0.22"
},
"browserslist": {
"production": [
Expand Down
10 changes: 5 additions & 5 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@
"@roadiehq/scaffolder-backend-argocd": "1.1.13",
"@roadiehq/scaffolder-backend-module-utils": "1.10.2",
"app": "*",
"better-sqlite3": "8.5.2",
"better-sqlite3": "8.7.0",
"dockerode": "3.3.5",
"express": "4.18.2",
"express-promise-router": "4.1.1",
"isolated-vm": "4.6.0",
"pg": "8.11.3",
"winston": "3.10.0",
"winston": "3.11.0",
"express-prom-bundle": "6.6.0",
"prom-client": "14.2.0"
},
"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.21",
"@types/express": "4.17.20",
"@types/express-serve-static-core": "4.17.39"
},
"files": [
"dist"
Expand Down
Loading

0 comments on commit dba9895

Please sign in to comment.