Skip to content

Commit

Permalink
Merge pull request #119 from CapgeminiInventUK/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
georgeherby authored Apr 11, 2024
2 parents 85145a7 + a7a3059 commit b4d2821
Show file tree
Hide file tree
Showing 11 changed files with 332 additions and 223 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.0
20.12.2
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.12.0-alpine3.19@sha256:ef3f47741e161900ddd07addcaca7e76534a9205e4cd73b2ed091ba339004a75 AS base
FROM node:20.12.2-alpine3.19@sha256:986ee18e5c92502879830852a93350d5460924f430460fc48144f81459ecbddd 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.12.0-alpine3.19@sha256:ef3f47741e161900ddd07addcaca7e76534a9205e4cd73b2ed091ba339004a75 AS base
FROM node:20.12.2-alpine3.19@sha256:986ee18e5c92502879830852a93350d5460924f430460fc48144f81459ecbddd 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.12.0-alpine3.19@sha256:ef3f47741e161900ddd07addcaca7e76534a9205e4cd73b2ed091ba339004a75 AS base
FROM node:20.12.2-alpine3.19@sha256:986ee18e5c92502879830852a93350d5460924f430460fc48144f81459ecbddd AS base

ARG LANGTRACE_API_URL

Expand Down
519 changes: 314 additions & 205 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "20.12.2",
"@types/node": "20.12.7",
"eslint": "8.57.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-deprecation": "2.0.0",
Expand All @@ -19,6 +19,6 @@
"nodemon": "3.1.0",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.4.3"
"typescript": "5.4.5"
}
}
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"mongodb": "6.5.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0"
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/ingest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"mongodb": "6.5.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0"
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"dependencies": {
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"ts-node": "10.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/ui/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.0
20.12.2
10 changes: 5 additions & 5 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.0.4",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"next": "14.1.4",
"next": "14.2.0",
"next-auth": "4.24.7",
"next-themes": "0.3.0",
"react": "18.2.0",
Expand All @@ -35,11 +35,11 @@
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.2",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"@testing-library/react": "14.3.1",
"@types/react": "18.2.76",
"@types/react-dom": "18.2.25",
"autoprefixer": "10.4.19",
"eslint-config-next": "14.1.4",
"eslint-config-next": "14.2.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "8.4.38",
Expand Down

0 comments on commit b4d2821

Please sign in to comment.