Skip to content

Commit 1b1c905

Browse files
chore(deps): update all dependencies and release v0.3.2 (#73)
1 parent a6f1032 commit 1b1c905

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

grpc-gcp/package.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grpc-gcp",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Extension for supporting Google Cloud Platform specific features for gRPC.",
55
"main": "build/src/index.js",
66
"scripts": {
@@ -13,7 +13,8 @@
1313
"fix": "gts fix",
1414
"prepare": "npm run build",
1515
"prettier": "prettier --write src/*.ts test/**/*.js",
16-
"coverage": "nyc ./node_modules/.bin/_mocha test/unit test/integration --reporter spec --timeout 600000"
16+
"coverage": "nyc ./node_modules/.bin/_mocha test/unit test/integration --reporter spec --timeout 600000",
17+
"test": "npm run unit-tests"
1718
},
1819
"repository": {
1920
"type": "git",
@@ -36,24 +37,24 @@
3637
"node": ">=6"
3738
},
3839
"dependencies": {
39-
"@grpc/grpc-js": "^0.7.3"
40+
"@grpc/grpc-js": "~1.0.2"
4041
},
4142
"devDependencies": {
42-
"@grpc/proto-loader": "0.4.0",
43-
"eslint": "5.15.3",
44-
"eslint-config-prettier": "4.1.0",
45-
"eslint-plugin-node": "8.0.0",
46-
"eslint-plugin-prettier": "3.0.0",
47-
"google-auth-library": "3.1.1",
48-
"google-gax": "^1.15.1",
49-
"google-protobuf": "3.7.0",
43+
"@grpc/proto-loader": "^0.5.4",
44+
"eslint": "^6.8.0",
45+
"eslint-config-prettier": "^6.11.0",
46+
"eslint-plugin-node": "^11.1.0",
47+
"eslint-plugin-prettier": "^3.1.3",
48+
"google-auth-library": "^6.0.0",
49+
"google-gax": "^2.3.0",
50+
"google-protobuf": "^3.11.4",
5051
"grpc": "^1.24.2",
5152
"grpc-tools": "^1.8.1",
52-
"gts": "0.9.0",
53-
"mocha": "6.0.2",
54-
"nyc": "13.3.0",
55-
"prettier": "1.16.4",
56-
"typescript": "3.3.4000"
53+
"gts": "^0.9.0",
54+
"mocha": "^7.1.1",
55+
"nyc": "^15.0.1",
56+
"prettier": "^2.0.5",
57+
"typescript": "~3.8.3"
5758
},
5859
"nyc": {
5960
"exclude": [

0 commit comments

Comments
 (0)