mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Sync lockfile (#6833)
This commit is contained in:
parent
ea7ba5dd5f
commit
9be7fd39ba
@ -1,7 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## Current Develop Branch
|
||||
- [#6828](https://github.com/MetaMask/metamask-extension/pull/6828): Capitalized speed up label to match rest of UI
|
||||
- [#6828](https://github.com/MetaMask/metamask-extension/pull/6828): Capitalized speed up label to match rest of UI
|
||||
- [#6833](https://github.com/MetaMask/metamask-extension/pull/6833): Fix "npm install" failing due to pinned sub-dependency
|
||||
|
||||
## 6.7.1 Fri Jun 28 2019
|
||||
- [#6764](https://github.com/MetaMask/metamask-extension/pull/6764): Fix display of token amount on confirm transaction screen
|
||||
|
3514
package-lock.json
generated
3514
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -113,7 +113,7 @@
|
||||
"lodash.shuffle": "^4.2.0",
|
||||
"loglevel": "^1.4.1",
|
||||
"luxon": "^1.8.2",
|
||||
"metamask-inpage-provider": "^1.3.0",
|
||||
"metamask-inpage-provider": "^2.0.1",
|
||||
"metamask-logo": "^2.1.4",
|
||||
"mkdirp": "^0.5.1",
|
||||
"multihashes": "^0.4.12",
|
||||
@ -201,13 +201,13 @@
|
||||
"eslint-plugin-json": "^1.2.0",
|
||||
"eslint-plugin-mocha": "^5.0.0",
|
||||
"eslint-plugin-react": "^7.4.0",
|
||||
"eth-json-rpc-middleware": "^3.1.7",
|
||||
"eth-json-rpc-middleware": "^4.1.3",
|
||||
"fetch-mock": "^6.5.2",
|
||||
"file-loader": "^1.1.11",
|
||||
"fs-extra": "^6.0.1",
|
||||
"fs-promise": "^2.0.3",
|
||||
"ganache-cli": "^6.4.4",
|
||||
"ganache-core": "^2.5.5",
|
||||
"ganache-core": "^2.5.7",
|
||||
"geckodriver": "^1.16.2",
|
||||
"gh-pages": "^1.2.0",
|
||||
"gulp": "^4.0.0",
|
||||
@ -274,7 +274,7 @@
|
||||
"watchify": "^3.11.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "8.11.3",
|
||||
"npm": "^6.1.0"
|
||||
"node": "10.16.0",
|
||||
"npm": "^6.9.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user