Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chakhsu committed Feb 18, 2024
1 parent 8d66fdf commit 243cbc0
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 85 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,22 @@
"*.{ts,js,md,json,yaml}": "prettier --write"
},
"dependencies": {
"@grpc/grpc-js": "^1.9.14",
"@grpc/grpc-js": "^1.10.1",
"@grpc/proto-loader": "^0.7.10",
"@grpc/reflection": "^1.0.1",
"joi": "^17.11.1",
"joi": "^17.12.1",
"protobufjs": "^7.2.6"
},
"devDependencies": {
"@tsconfig/node14": "^14.1.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.5",
"husky": "^8.0.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
"prettier": "3.2.4",
"lint-staged": "^15.2.2",
"prettier": "3.2.5",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
Expand Down
Loading

0 comments on commit 243cbc0

Please sign in to comment.