Browse Source
Merge pull request #423 from mrfelton/feat/update-grpc
fix(grpc): update grpc to v1.12.3
renovate/lint-staged-8.x
Ben Woosley
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
7 additions and
5 deletions
-
app/package.json
-
app/yarn.lock
-
package.json
|
|
@ -15,7 +15,7 @@ |
|
|
|
}, |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"grpc": "1.12.1", |
|
|
|
"grpc": "^1.12.3", |
|
|
|
"ps-node": "^0.1.6", |
|
|
|
"react-icons": "^2.2.5" |
|
|
|
} |
|
|
|
|
|
@ -171,9 +171,9 @@ glob@^7.0.5: |
|
|
|
once "^1.3.0" |
|
|
|
path-is-absolute "^1.0.0" |
|
|
|
|
|
|
|
grpc@1.12.1: |
|
|
|
version "1.12.1" |
|
|
|
resolved "https://registry.yarnpkg.com/grpc/-/grpc-1.12.1.tgz#bf2ef184695836582d7b0f04a0120032460fdac7" |
|
|
|
grpc@^1.12.3: |
|
|
|
version "1.12.3" |
|
|
|
resolved "https://registry.yarnpkg.com/grpc/-/grpc-1.12.3.tgz#b38bf05f26477d42f8285794c0b1f8b8c0b6dec3" |
|
|
|
dependencies: |
|
|
|
lodash "^4.17.5" |
|
|
|
nan "^2.0.0" |
|
|
|
|
|
@ -89,7 +89,9 @@ |
|
|
|
{ |
|
|
|
"from": "resources/bin/${platform}", |
|
|
|
"to": "bin", |
|
|
|
"filter": [ "lnd*" ] |
|
|
|
"filter": [ |
|
|
|
"lnd*" |
|
|
|
] |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|