Update versions

This commit is contained in:
Stanley Cheung 2018-10-08 14:17:06 -07:00 committed by Stanley Cheung
parent 1f6c7cb813
commit c1b07a70d6
5 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
"license": "Apache-2.0",
"dependencies": {
"google-protobuf": "^3.6.1",
"grpc-web": "^0.4.0"
"grpc-web": "^1.0.0"
},
"devDependencies": {
"browserify": "^16.2.2",

View File

@ -6,7 +6,7 @@
"jquery": "^3.3.1",
"mock-xmlhttprequest": "^2.0.0",
"google-protobuf": "^3.6.1",
"grpc-web": "^0.4.0",
"grpc-web": "^1.0.0",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
}

View File

@ -153,7 +153,7 @@ You will need a `package.json` file
"name": "grpc-web-commonjs-example",
"dependencies": {
"google-protobuf": "^3.6.1",
"grpc-web": "^0.4.0"
"grpc-web": "^1.0.0"
},
"devDependencies": {
"browserify": "^16.2.2",

View File

@ -184,7 +184,7 @@ the `client.js` files.
"@grpc/proto-loader": "^0.3.0",
"google-protobuf": "^3.6.1",
"grpc": "^1.15.0",
"grpc-web": "^0.4.0",
"grpc-web": "^1.0.0",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
}

View File

@ -7,7 +7,7 @@
"async": "^1.5.2",
"google-protobuf": "^3.6.1",
"grpc": "^1.15.0",
"grpc-web": "^0.4.0",
"grpc-web": "^1.0.0",
"lodash": "^4.6.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"