meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
2 changed files with
8 additions and
4 deletions
-
package.json
-
yarn.lock
|
|
@ -31,9 +31,6 @@ |
|
|
|
"webpackConfig": "./webpack/main.config.js" |
|
|
|
} |
|
|
|
}, |
|
|
|
"resolutions": { |
|
|
|
"webpack-sources": "1.0.1" |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"@ledgerhq/hw-app-btc": "4.20.0", |
|
|
|
"@ledgerhq/hw-app-eth": "^4.14.0", |
|
|
|
|
|
@ -14712,13 +14712,20 @@ webpack-merge@^4.1.2: |
|
|
|
dependencies: |
|
|
|
lodash "^4.17.5" |
|
|
|
|
|
|
|
webpack-sources@1.0.1, webpack-sources@^1.0.1, webpack-sources@^1.1.0: |
|
|
|
webpack-sources@^1.0.1: |
|
|
|
version "1.0.1" |
|
|
|
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.0.1.tgz#c7356436a4d13123be2e2426a05d1dad9cbe65cf" |
|
|
|
dependencies: |
|
|
|
source-list-map "^2.0.0" |
|
|
|
source-map "~0.5.3" |
|
|
|
|
|
|
|
webpack-sources@^1.1.0: |
|
|
|
version "1.1.0" |
|
|
|
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.1.0.tgz#a101ebae59d6507354d71d8013950a3a8b7a5a54" |
|
|
|
dependencies: |
|
|
|
source-list-map "^2.0.0" |
|
|
|
source-map "~0.6.1" |
|
|
|
|
|
|
|
webpack@^3.11.0: |
|
|
|
version "3.12.0" |
|
|
|
resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.12.0.tgz#3f9e34360370602fcf639e97939db486f4ec0d74" |
|
|
|