Skip to content

Commit cf181e7

Browse files
committed
Make dependencies match
1 parent eaf347f commit cf181e7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

js-dist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"only-run-tests": "jasmine --config=jasmine.json"
2222
},
2323
"dependencies": {
24-
"@grpc/grpc-js": "^1.8.3",
24+
"@grpc/grpc-js": "^1.11.3",
2525
"google-protobuf": "^3.15.3"
2626
},
2727
"devDependencies": {
2828
"grpc-tools": "^1.11.2",
29-
"jasmine": "^3.6.4"
29+
"jasmine": "^5.3.0"
3030
}
3131
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@grpc/grpc-js": "^1.11.3",
3131
"@protobuf-ts/runtime": "^2.9.4",
3232
"@protobuf-ts/runtime-rpc": "^2.9.4",
33-
"google-protobuf": "^3.21.4"
33+
"google-protobuf": "^3.15.3"
3434
},
3535
"devDependencies": {
3636
"@eslint/eslintrc": "^3.1.0",

0 commit comments

Comments
 (0)