Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chakhsu committed May 11, 2024
1 parent b530f65 commit 8286352
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 82 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,23 @@
"*.{ts,js,md,json,yaml}": "prettier --write"
},
"dependencies": {
"@grpc/grpc-js": "^1.10.6",
"@grpc/proto-loader": "^0.7.12",
"@grpc/reflection": "^1.0.3",
"joi": "^17.12.3",
"protobufjs": "^7.2.6"
"@grpc/grpc-js": "^1.10.7",
"@grpc/proto-loader": "^0.7.13",
"@grpc/reflection": "^1.0.4",
"joi": "^17.13.1",
"protobufjs": "^7.3.0"
},
"devDependencies": {
"@tsconfig/node14": "^14.1.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.5",
"@types/node": "^20.12.11",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"prettier": "3.2.5",
"rimraf": "^5.0.5",
"rimraf": "^5.0.6",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 8286352

Please sign in to comment.