Browse Source

Remove webpack-source resolution

master
meriadec 7 years ago
parent
commit
65bc459ee5
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 3
      package.json
  2. 9
      yarn.lock

3
package.json

@ -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",

9
yarn.lock

@ -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"

Loading…
Cancel
Save