Skip to content

Commit

Permalink
feat: up to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chakhsu committed Jan 17, 2024
1 parent 6645989 commit 15dadf9
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 73 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grpcity",
"version": "2.1.0",
"version": "2.1.1",
"description": "A powerful and complete gRPC framework for Node.js",
"author": "Chakhsu.Lau",
"license": "MIT",
Expand Down Expand Up @@ -43,20 +43,20 @@
"*.{ts,js,md,json,yaml}": "prettier --write"
},
"dependencies": {
"@grpc/grpc-js": "^1.9.13",
"@grpc/grpc-js": "^1.9.14",
"@grpc/proto-loader": "^0.7.10",
"@grpc/reflection": "^1.0.1",
"joi": "^17.11.0",
"protobufjs": "^7.2.5"
"joi": "^17.11.1",
"protobufjs": "^7.2.6"
},
"devDependencies": {
"@tsconfig/node14": "^14.1.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.7",
"@types/node": "^20.11.5",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
"prettier": "3.1.1",
"prettier": "3.2.4",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
Expand Down
Loading

0 comments on commit 15dadf9

Please sign in to comment.