Skip to content

Commit

Permalink
chore(deps): update dependency @grpc/grpc-js to ^0.7.6 (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Apr 3, 2020
1 parent 102e5d9 commit 9f3cc59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test-fixtures/test-application-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"prettier-check": "prettier --check ./*.js"
},
"dependencies": {
"@grpc/grpc-js": "^0.7.5",
"@grpc/grpc-js": "^0.7.6",
"grpc": "^1.24.2",
"is-docker": "^2.0.0",
"karma": "^4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion test-fixtures/test-application-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"karma-mocha": "^1.3.0",
"karma-chrome-launcher": "^3.1.0",
"showcase": "file:./showcase-0.1.0.tgz",
"@grpc/grpc-js": "^0.7.5",
"@grpc/grpc-js": "^0.7.6",
"grpc": "^1.24.2",
"is-docker": "^2.0.0",
"karma-webpack": "^4.0.2",
Expand Down

0 comments on commit 9f3cc59

Please sign in to comment.