Skip to content

Commit

Permalink
chore(deps): update dependency @grpc/grpc-js to ^1.0.4 (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored May 21, 2020
1 parent 59aeb3b commit 0e5a6e9
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": "^1.0.3",
"@grpc/grpc-js": "^1.0.4",
"grpc": "^1.24.2",
"is-docker": "^2.0.0",
"karma": "^5.0.9",
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": "^2.0.1",
"karma-chrome-launcher": "^3.1.0",
"showcase": "file:./showcase-0.1.0.tgz",
"@grpc/grpc-js": "^1.0.3",
"@grpc/grpc-js": "^1.0.4",
"grpc": "^1.24.2",
"is-docker": "^2.0.0",
"karma-webpack": "^4.0.2",
Expand Down

0 comments on commit 0e5a6e9

Please sign in to comment.