Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/renovate/non-major' into ft/pret…
Browse files Browse the repository at this point in the history
…tier
  • Loading branch information
dfoxg committed Aug 21, 2024
2 parents 49d2b61 + c2366cb commit df5a97c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion kratos-admin-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN npm run test
RUN npm run build


FROM nginxinc/nginx-unprivileged:1.27.0
FROM nginxinc/nginx-unprivileged:1.27.1

#labels
LABEL MAINTAINER0="Daniel Fuchs ([email protected])"
Expand Down
24 changes: 12 additions & 12 deletions kratos-admin-ui/package-lock.json

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

4 changes: 2 additions & 2 deletions kratos-admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.15.0",
"@types/react": "18.3.3",
"@types/node": "20.16.1",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"prettier": "3.3.3",
Expand Down

0 comments on commit df5a97c

Please sign in to comment.