Skip to content

Commit

Permalink
chore(deps): update all dependencies and release v0.3.2 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Apr 24, 2020
1 parent a6f1032 commit 1b1c905
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions grpc-gcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grpc-gcp",
"version": "0.3.1",
"version": "0.3.2",
"description": "Extension for supporting Google Cloud Platform specific features for gRPC.",
"main": "build/src/index.js",
"scripts": {
Expand All @@ -13,7 +13,8 @@
"fix": "gts fix",
"prepare": "npm run build",
"prettier": "prettier --write src/*.ts test/**/*.js",
"coverage": "nyc ./node_modules/.bin/_mocha test/unit test/integration --reporter spec --timeout 600000"
"coverage": "nyc ./node_modules/.bin/_mocha test/unit test/integration --reporter spec --timeout 600000",
"test": "npm run unit-tests"
},
"repository": {
"type": "git",
Expand All @@ -36,24 +37,24 @@
"node": ">=6"
},
"dependencies": {
"@grpc/grpc-js": "^0.7.3"
"@grpc/grpc-js": "~1.0.2"
},
"devDependencies": {
"@grpc/proto-loader": "0.4.0",
"eslint": "5.15.3",
"eslint-config-prettier": "4.1.0",
"eslint-plugin-node": "8.0.0",
"eslint-plugin-prettier": "3.0.0",
"google-auth-library": "3.1.1",
"google-gax": "^1.15.1",
"google-protobuf": "3.7.0",
"@grpc/proto-loader": "^0.5.4",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"google-auth-library": "^6.0.0",
"google-gax": "^2.3.0",
"google-protobuf": "^3.11.4",
"grpc": "^1.24.2",
"grpc-tools": "^1.8.1",
"gts": "0.9.0",
"mocha": "6.0.2",
"nyc": "13.3.0",
"prettier": "1.16.4",
"typescript": "3.3.4000"
"gts": "^0.9.0",
"mocha": "^7.1.1",
"nyc": "^15.0.1",
"prettier": "^2.0.5",
"typescript": "~3.8.3"
},
"nyc": {
"exclude": [
Expand Down

0 comments on commit 1b1c905

Please sign in to comment.