Skip to content

Commit

Permalink
Merge pull request #147 from CapgeminiInventUK/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeherby authored Jul 11, 2024
2 parents 99eabf7 + 6610b30 commit b4b7867
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 62 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.api
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.15.0-alpine3.19@sha256:1bdec9c67503d33348be6e73a8e5e94aad679b32da15e4fd3956e5e48f87f623 AS base
FROM node:20.15.1-alpine3.19@sha256:97f02cbb1c8ef6eefcfb1b1f958c012362758972cf125a99c09bd18b26a716c9 AS base


FROM base AS deps
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ingest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.15.0-alpine3.19@sha256:1bdec9c67503d33348be6e73a8e5e94aad679b32da15e4fd3956e5e48f87f623 AS base
FROM node:20.15.1-alpine3.19@sha256:97f02cbb1c8ef6eefcfb1b1f958c012362758972cf125a99c09bd18b26a716c9 AS base


FROM base AS deps
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ui
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.15.0-alpine3.19@sha256:1bdec9c67503d33348be6e73a8e5e94aad679b32da15e4fd3956e5e48f87f623 AS base
FROM node:20.15.1-alpine3.19@sha256:97f02cbb1c8ef6eefcfb1b1f958c012362758972cf125a99c09bd18b26a716c9 AS base

ARG LANGTRACE_API_URL

Expand Down
188 changes: 132 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint-plugin-unicorn": "54.0.0",
"jest": "29.7.0",
"nodemon": "3.1.4",
"ts-jest": "29.2.0",
"ts-jest": "29.2.2",
"ts-node": "10.9.2",
"typescript": "5.5.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@radix-ui/react-toggle-group": "1.1.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"next": "14.2.4",
"next": "14.2.5",
"next-auth": "4.24.7",
"next-themes": "0.3.0",
"react": "18.3.1",
Expand All @@ -39,7 +39,7 @@
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"eslint-config-next": "14.2.4",
"eslint-config-next": "14.2.5",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "8.4.39",
Expand Down

0 comments on commit b4b7867

Please sign in to comment.