Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2024
1 parent 14b92a5 commit f6772e6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV NODE_ENV=production
RUN npm run build


FROM nginx:1.25.3-alpine
FROM nginx:1.25.4-alpine

ENV KAFKA_CONNECT_CLUSTERS=http://localhost:8083/

Expand Down
42 changes: 21 additions & 21 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"eslint-plugin-react-hooks": "4.6.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.0",
"husky": "9.0.10",
"husky": "9.0.11",
"imagemin": "8.0.1",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"mini-css-extract-plugin": "2.8.0",
"postcss": "8.4.34",
"postcss": "8.4.35",
"prettier": "3.2.5",
"prop-types": "15.8.1",
"raw-loader": "4.0.2",
Expand All @@ -78,7 +78,7 @@
"tslib": "2.6.2",
"typescript": "5.3.3",
"url-loader": "4.1.1",
"webpack": "5.90.1",
"webpack": "5.90.2",
"webpack-bundle-analyzer": "4.10.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
Expand Down

0 comments on commit f6772e6

Please sign in to comment.