mirror of https://github.com/grpc/grpc-web.git
Update third_party hashes and package.json
This commit is contained in:
parent
779167024d
commit
3ff3d6f153
|
@ -24,8 +24,8 @@
|
|||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"command-exists": "^1.2.7",
|
||||
"google-closure-compiler": "^20180716.0.0",
|
||||
"google-protobuf": "^3.6.1",
|
||||
"google-closure-compiler": "^20190909.0.0",
|
||||
"google-protobuf": "^3.8.0",
|
||||
"gulp": "^4.0.0",
|
||||
"gulp-eval": "^1.0.0",
|
||||
"mocha": "^5.2.0",
|
||||
|
|
|
@ -18,4 +18,4 @@ cd "$(dirname "$0")"/..
|
|||
git submodule update --init
|
||||
cd third_party/closure-library && git checkout tags/v20171112 -f && cd ../..
|
||||
cd third_party/openssl && git checkout tags/OpenSSL_1_0_2h -f && cd ../..
|
||||
cd third_party/grpc && git checkout d8772cf -f && git submodule update --init && cd ../..
|
||||
cd third_party/grpc && git checkout 2de2e8d -f && git submodule update --init && cd ../..
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d8772cf88f3a910160349eb21950dcd9619d1b6a
|
||||
Subproject commit 2de2e8dd8921e1f7d043e01faf7fe8a291fbb072
|
Loading…
Reference in New Issue