Skip to content

Commit

Permalink
chore(deps): replace all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2023
1 parent 58c4b3b commit 97314cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/watchmantest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine as builder
FROM golang:1.21-alpine as builder
RUN apk add -U make git
RUN adduser -D -g '' --shell /bin/false moov
WORKDIR /go/src/github.com/moov-io/watchman
Expand Down
8 changes: 4 additions & 4 deletions webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "^3.0.1",
"winston": "3.8.2"
"winston": "3.11.0"
},
"scripts": {
"build": "react-scripts build",
Expand All @@ -37,9 +37,9 @@
"homepage": ".",
"proxy": "http://localhost:8084",
"devDependencies": {
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"ramda": "0.28.0",
"@mui/material": "5.0.0",
"@mui/icons-material": "5.0.0",
"ramda": "0.29.1",
"styled-components": "4.4.1"
}
}

0 comments on commit 97314cd

Please sign in to comment.