Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chakhsu committed Mar 29, 2024
1 parent 1616c6a commit ca8a1a8
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 69 deletions.
10 changes: 5 additions & 5 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.1",
"@grpc/proto-loader": "^0.7.10",
"@grpc/grpc-js": "^1.10.4",
"@grpc/proto-loader": "^0.7.12",
"@grpc/reflection": "^1.0.3",
"joi": "^17.12.2",
"protobufjs": "^7.2.6"
},
"devDependencies": {
"@tsconfig/node14": "^14.1.0",
"@tsconfig/node14": "^14.1.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.24",
"@types/node": "^20.11.30",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"prettier": "3.2.5",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
}
}
Loading

0 comments on commit ca8a1a8

Please sign in to comment.