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 Oct 2, 2023
1 parent b5b85e0 commit 728a01e
Show file tree
Hide file tree
Showing 6 changed files with 275 additions and 117 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.0
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.1695740477 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.1695740475 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.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
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.11",
"@mui/lab": "5.0.0-alpha.146",
"@mui/material": "5.14.11",
"@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.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",
"@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.1",
"@types/react": "17.0.66",
"@types/react-dom": "17.0.21"
},
"browserslist": {
"production": [
Expand Down
8 changes: 4 additions & 4 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@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",
Expand All @@ -61,9 +61,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 728a01e

Please sign in to comment.