Skip to content

Commit

Permalink
remove unused package and bump oidc-client-ts to bump crypto-js (#2680)
Browse files Browse the repository at this point in the history
* remove unused package and bump oidc-client-ts to bump crypto-js

* bumps
  • Loading branch information
mrCherry97 authored Dec 7, 2023
1 parent 8a42148 commit 38c5b23
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 63 deletions.
81 changes: 22 additions & 59 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@
"lodash": "^4.17.19",
"monaco-editor": "^0.33.0",
"monaco-yaml": "^4.0.4",
"oidc-client": "^1.11.5",
"oidc-client-ts": "^2.2.0",
"oidc-client-ts": "^2.4.0",
"p-queue": "^7.3.4",
"pako": "^2.0.4",
"pluralize": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion resources/backend/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: backend
image: europe-docker.pkg.dev/kyma-project/dev/busola-backend:PR-2676
image: europe-docker.pkg.dev/kyma-project/dev/busola-backend:PR-2680
imagePullPolicy: Always
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion resources/web/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: busola
image: europe-docker.pkg.dev/kyma-project/dev/busola-web:PR-2676
image: europe-docker.pkg.dev/kyma-project/dev/busola-web:PR-2680
imagePullPolicy: Always
resources:
requests:
Expand Down

0 comments on commit 38c5b23

Please sign in to comment.