Skip to content

Commit

Permalink
chore(node): latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bobaaaaa committed Dec 11, 2024
1 parent 3d5cd94 commit 0b08311
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ node-proto/stroeer
node-proto/dist
bin/protoc
*.tgz
*.tsbuildinfo

# java
java/bin
Expand Down
32 changes: 17 additions & 15 deletions node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"examples:grpc-js:run": "node ./dist/examples/grpc-js/server.js"
},
"dependencies": {
"@grpc/grpc-js": "1.12.2",
"@grpc/grpc-js": "1.12.4",
"@types/google-protobuf": "3.15.12",
"google-protobuf": "3.21.4"
},
Expand All @@ -25,7 +25,7 @@
"grpc-tools": "1.12.4",
"prettier": "3.4.2",
"ts-protoc-gen": "0.15.0",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vitest": "2.1.8"
},
"repository": {
Expand Down

0 comments on commit 0b08311

Please sign in to comment.