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 27, 2024
1 parent c0dc517 commit 21483e6
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 51 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
90 changes: 45 additions & 45 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@
"css-loader": "6.10.0",
"css-minimizer-webpack-plugin": "5.0.1",
"dotenv-webpack": "8.0.1",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-plugin-react": "7.33.2",
"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",
"mini-css-extract-plugin": "2.8.1",
"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.3",
"webpack-bundle-analyzer": "4.10.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
Expand Down

0 comments on commit 21483e6

Please sign in to comment.