Skip to content

Commit

Permalink
chore(deps): update all minor and patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and shuji-koike committed Feb 22, 2024
1 parent 1a046ec commit 41f0b02
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 85 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ go 1.22.0
require (
github.com/golang/geo v0.0.0-20230421003525-6adc56603217
github.com/google/uuid v1.6.0
github.com/markus-wa/demoinfocs-golang/v4 v4.0.3
github.com/markus-wa/demoinfocs-golang/v4 v4.0.4
github.com/nwaples/rardecode v1.1.3
github.com/oklog/ulid/v2 v2.1.0
github.com/shuji-koike/goutil v1.0.0
)

Expand All @@ -17,7 +18,6 @@ require (
github.com/markus-wa/godispatch v1.4.1 // indirect
github.com/markus-wa/ice-cipher-go v0.0.0-20230901094113-348096939ba7 // indirect
github.com/markus-wa/quickhull-go/v2 v2.2.0 // indirect
github.com/oklog/ulid/v2 v2.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.32.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU=
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/markus-wa/demoinfocs-golang/v4 v4.0.3 h1:xs8FjO/o5z3bjEwTxfiGO4yK9bQESDawiFIgOmW6sRA=
github.com/markus-wa/demoinfocs-golang/v4 v4.0.3/go.mod h1:kDkzriHU1eK8bjnL0QsSgPjkbNLlCPE+dfaYaneEJ5k=
github.com/markus-wa/demoinfocs-golang/v4 v4.0.4 h1:IvpChzVqgfEZS2AxzFA6nFAoaXpsrD2qFev7F9TdCAM=
github.com/markus-wa/demoinfocs-golang/v4 v4.0.4/go.mod h1:kDkzriHU1eK8bjnL0QsSgPjkbNLlCPE+dfaYaneEJ5k=
github.com/markus-wa/go-unassert v0.1.3 h1:4N2fPLUS3929Rmkv94jbWskjsLiyNT2yQpCulTFFWfM=
github.com/markus-wa/go-unassert v0.1.3/go.mod h1:/pqt7a0LRmdsRNYQ2nU3SGrXfw3bLXrvIkakY/6jpPY=
github.com/markus-wa/gobitread v0.2.3 h1:COx7dtYQ7Q+77hgUmD+O4MvOcqG7y17RP3Z7BbjRvPs=
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"engines": {
"node": "20"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"scripts": {
"start": "vite dev",
"build": "vite build",
Expand All @@ -15,7 +15,7 @@
"devDependencies": {
"@emotion/react": "^11.11.3",
"@firebase/app-compat": "^0.2.27",
"@sentry/vite-plugin": "^2.14.1",
"@sentry/vite-plugin": "^2.14.2",
"@shuji-koike/boilerplate": "^1.24.3",
"@shuji-koike/eslint-config": "^1.24.3",
"@shuji-koike/storybook": "^1.24.3",
Expand All @@ -25,14 +25,14 @@
"@types/react-dom": "^18.2.19",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.2.1",
"firebase-tools": "^13.3.0",
"firebase-tools": "^13.3.1",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.22.1",
"react-router-dom": "^6.22.1",
"typescript": "^5.3.3",
"vite": "^5.1.3",
"vite": "^5.1.4",
"vite-plugin-static-copy": "^1.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-router": "^6.22.0",
"react-router-dom": "^6.22.0",
"react-router": "^6.22.1",
"react-router-dom": "^6.22.1",
"wasm-gzip": "^2.0.3",
"zod": "^3.22.4",
"zustand": "^4.5.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"firebase-functions": "^4.7.0"
},
"devDependencies": {
"@shuji-koike/boilerplate": "^1.24.2",
"@shuji-koike/boilerplate": "^1.24.3",
"esbuild": "^0.20.1",
"firebase-functions-test": "^3.1.1",
"jest": "^29.7.0",
"tsx": "^4.7.0"
"tsx": "^4.7.1"
}
}
Loading

0 comments on commit 41f0b02

Please sign in to comment.