Skip to content

Commit 2881ae6

Browse files
Update google-protobuf and grpc-web dependencies
1 parent 2cf6171 commit 2881ae6

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"dist",
99
"dist/**/*"
1010
],
11+
"type": "commonjs",
1112
"scripts": {
1213
"prepare": "scripts/build_protobuf.sh",
1314
"test": "node ./node_modules/.bin/jest --forceExit --detectOpenHandles",
@@ -31,8 +32,8 @@
3132
"axios": "^1.7.9",
3233
"console": "^0.7.2",
3334
"decimal.js": "^10.4.3",
34-
"google-protobuf": "^3.20.3",
35-
"grpc-web": "^1.4.2"
35+
"google-protobuf": "^3.21.4",
36+
"grpc-web": "^1.5.0"
3637
},
3738
"devDependencies": {
3839
"@babel/core": "^7.21.0",

0 commit comments

Comments
 (0)