Skip to content

Commit df7f587

Browse files
renovate[bot]gkrajniakgkrajniaksap
authored
fix(deps): update dependency @kubernetes/client-node to v1 - abandoned (#262)
* fix(deps): update dependency @kubernetes/client-node to v1 * feat: update to the higer version of kubernetes client, move to es modules * feat: renovate --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Grzegorz Krajniak <[email protected]> Co-authored-by: Grzegorz Krajniak <[email protected]>
1 parent 5e0aa3a commit df7f587

File tree

5 files changed

+14
-135
lines changed

5 files changed

+14
-135
lines changed

.dockerignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
!frontend/angular.json
1111
!frontend/tsconfig.json
1212
!frontend/tsconfig.app.json
13+
!frontend/build-scripts/extract-versions.js
1314

1415
## server
1516
!backend/src
@@ -23,4 +24,4 @@
2324
!.npmrc
2425
!tsconfig.base.json
2526
!package.json
26-
!package-lock.json
27+
!package-lock.json

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:22.12 AS build
22

3-
COPY frontend/package.json frontend/package-lock.json .npmrc /app/frontend/
3+
COPY frontend/package.json frontend/build-scripts/extract-versions.js frontend/package-lock.json .npmrc /app/frontend/
44
COPY backend/package.json backend/package-lock.json .npmrc /app/backend/
55
COPY package.json package-lock.json .npmrc /app/
66

backend/package-lock.json

+9-131
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@fundamental-ngx/i18n": "0.53.2",
3232
"@luigi-project/core": "^2.19.2",
3333
"@luigi-project/plugin-auth-oauth2": "^2.19.2",
34-
"@openmfp/portal-ui-lib": "0.133.0",
34+
"@openmfp/portal-ui-lib": "^0.133.0",
3535
"jmespath": "0.16.0",
3636
"jwt-decode": "^4.0.0",
3737
"lodash": "4.17.21",

0 commit comments

Comments
 (0)