Skip to content

Commit

Permalink
Merge pull request #102 from ethpandaops/renovate/all-minor
Browse files Browse the repository at this point in the history
fix(deps): update all minor
  • Loading branch information
samcm authored Mar 17, 2023
2 parents 5914e91 + 8510dbd commit 1247dab
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/attestantio/go-eth2-client v0.15.2
github.com/chuckpreslar/emission v0.0.0-20170206194824-a7ddd980baf9
github.com/creasty/defaults v1.6.0
github.com/ethpandaops/beacon v0.20.0
github.com/ethpandaops/beacon v0.21.0
github.com/go-co-op/gocron v1.18.0
github.com/julienschmidt/httprouter v1.3.0
github.com/pkg/errors v0.9.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1m
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
github.com/ethpandaops/beacon v0.20.0 h1:z389nMmzVYbPhP4+ahcaezqr9SivolWhnCYeWVeWFz8=
github.com/ethpandaops/beacon v0.20.0/go.mod h1:fkS2U962xdB6+VwBn+J+DMK8cTgTtzVtjZWtvTKjbuE=
github.com/ethpandaops/beacon v0.21.0 h1:s/088DT9oOYWt/mrDQ+mkhHiyK2wtMAOyE3Voar6nf0=
github.com/ethpandaops/beacon v0.21.0/go.mod h1:fkS2U962xdB6+VwBn+J+DMK8cTgTtzVtjZWtvTKjbuE=
github.com/ethpandaops/ethwallclock v0.2.0 h1:EeFKtZ7v6TAdn/oAh0xaPujD7N4amjBxrWIByraUfLM=
github.com/ethpandaops/ethwallclock v0.2.0/go.mod h1:y0Cu+mhGLlem19vnAV2x0hpFS5KZ7oOi2SWYayv9l24=
github.com/fatih/color v1.10.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM=
Expand Down
8 changes: 4 additions & 4 deletions web/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 web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@testing-library/user-event": "14.4.3",
"@tippyjs/react": "4.2.6",
"@types/jest": "29.4.0",
"@types/node": "18.13.0",
"@types/node": "18.14.4",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"clsx": "1.2.1",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"volta": {
"node": "18.14.1",
"npm": "9.5.0"
"npm": "9.6.0"
},
"proxy": "http://localhost:5555",
"devDependencies": {
Expand Down

0 comments on commit 1247dab

Please sign in to comment.