aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
Commit message (Collapse)AuthorAgeFilesLines
* Update eth-keyring-controller and eth-hd-keyring versions (#4989)Paul Bouchon2018-08-091-36070/+32112
|
* Reestablish old versions of eth-keyring-controller and eth-hd-keyringbitpshr2018-08-081-1455/+5516
|
* Update chromedriver pkgWhymarrh Whitby2018-08-071-19/+22
|
* Add static-server devDependencyWhymarrh Whitby2018-08-071-7/+87
|
* Remove superstatic packageWhymarrh Whitby2018-08-071-523/+26
| | | | | | | | | | | | | | | Install and uninstalling superstatic doesn't work on Node 8 at the time of writing: $ npm install -D superstatic@6 npm ERR! code ENOTSUP npm ERR! notsup Unsupported engine for got@5.7.1: wanted: {"node":">=0.10.0 <7"} (current: {"node":"8.11.3","npm":"6.3.0"}) npm ERR! notsup Not compatible with your version of node/npm: got@5.7.1 npm ERR! notsup Not compatible with your version of node/npm: got@5.7.1 npm ERR! notsup Required: {"node":">=0.10.0 <7"} npm ERR! notsup Actual: {"npm":"6.3.0","node":"8.11.3"} This commit removes the package (using Node 6!) and it will have to be replaced.
* Refresh package-lock.json file with npm@6.3.0Whymarrh Whitby2018-08-071-15/+6
|
* Add deprecation message for eth_signTypedDatabitpshr2018-07-281-6/+15
|
* Update Babel to Current Standard "babel-preset-env" (#4812)Antoine Nauleau2018-07-251-18/+25
| | | | | | | | | | | | * Update .babelrc and package.json to babel-preset-env standard * Install babel-preset-env babel-stage-0 * Regenerate package-lock.json by running npm install --package-lock-only && npm audit fix * Resolve PR #4812 merge conflicts * Merge #4847 Solves previous cache issues with cirlce-ci
* update package-lock.jsonbrunobar792018-07-221-17/+7
|
* update package-lock.jsonbrunobar792018-07-221-7/+17
|
* added node version requirementsbrunobar792018-07-221-17/+7
|
* use latest keyring packagesbrunobar792018-07-171-30/+95
|
* update package-lock.jsonbrunobar792018-07-131-45/+25
|
* catching up with developbrunobar792018-07-131-13/+31
|
* Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-131-0/+116
|\ | | | | | | initial-trezor-support
| * Fix existing unit testsAlexander Tseung2018-07-081-6/+21
| |
| * Various fixes from PR commentsAlexander Tseung2018-07-071-23351/+107
| |
| * Use eth-method-registry to get method dataAlexander Tseung2018-07-071-1/+19885
| |
| * Refactor and redesign confirm transaction viewsAlexander Tseung2018-07-071-0/+3467
| |
* | update to temp dependenciesbrunobar792018-07-121-13/+10
| |
* | update package-lock.jsonbrunobar792018-07-071-240/+48
| |
* | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-071-4/+67
|\| | | | | | | initial-trezor-support
| * fix lint errorsbrunobar792018-07-041-17/+74
| |
* | package.json updated and tests passingbrunobar792018-07-041-0/+57
| |
* | tests are passingbrunobar792018-07-041-39262/+30830
| |
* | package-lock updatebrunobar792018-07-041-27/+10
| |
* | fix merge conflictsbrunobar792018-07-041-853/+13472
|\ \
| * | ignore lodash vulnerabilitybrunobar792018-07-041-13/+7
| |/
* | fix merge conflictsbrunobar792018-07-041-3/+22
|\|
| * point eth-contract-metadata to repo masterEsteban MIno2018-07-031-3/+2
| |
* | update package-lock.jsonbrunobar792018-07-031-9745/+6172
| |
* | fix merge conflictsbrunobar792018-07-031-3620/+2741
|\|
| * npm 6 fresh lock + node 8 (#4675)Bruno Barbieri2018-07-031-32449/+32250
| | | | | | | | | | | | | | * run npm install with npm 6 and node 8 * npm audit fix --force * bump node version on circleci docker img * bump lodash
* | use latest eth-keyring-controllerbrunobar792018-07-021-2/+3
| |
* | fix merge conflictsbrunobar792018-07-021-6554/+7166
|\|
| * Use supersonic instead of httpserver to serve local dapp (e2e beta tests)Dan2018-06-281-19/+540
| |
| * Update package-lock.jsonDan2018-06-281-6526/+6601
| |
| * Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-06-141-0/+52
| |\ | | | | | | | | | ValidateEmptyKey
| * | Make account import tests much more specificDan Finlay2018-06-121-6457/+6513
| | | | | | | | | | | | | | | However, they no longer seem to work. I'm unclear why this test is failing. The private key being provided should be valid.
* | | use latest eth-trezor-keyringbrunobar792018-06-261-1/+1
| | |
* | | fixesbrunobar792018-06-231-6548/+6539
| | |
* | | fix merge conflictsBruno2018-06-131-17/+75
|\ \ \ | | |/ | |/|
| * | Add script for auto-re-running tests on changeDan Finlay2018-06-131-6468/+6524
| | | | | | | | | | | | | | | `npm run watch:test:unit` will re-run the unit test suite whenever a file in `app`, `ui`, or `test` changes.
* | | move TrezorKeyring to its own packageBruno2018-06-131-0/+46
| | |
* | | initial trezor supportBruno2018-06-101-6470/+6479
|/ /
* | Merge branch 'develop' into i3725-refactor-send-component-Dan2018-06-051-15/+15
|\|
| * deps - update package-lock via npm@5.10.0kumavis2018-06-041-8/+15
| |
| * Properly end the middleware stack on RPC errorbitpshr2018-06-021-30/+23
| |
* | Merge branch 'i3725-refactor-send-component-' of ↵Dan2018-06-011-0/+12
|\ \ | | | | | | | | | github.com:MetaMask/metamask-extension into i3725-refactor-send-component-
| * | Stop using external NumericInput component.Dan2018-05-301-5/+12
| | |
| * | Replaces currency-input.js with NumericInputDan2018-05-291-0/+144
| | |
* | | Merge branch 'develop' into i3725-refactor-send-component-Dan2018-06-011-60/+138
|\ \ \ | | |/ | |/|
| * | deps - bump eth-keyring-controller for bugfixkumavis2018-05-311-7/+13
| | |
| * | Merge pull request #4403 from MetaMask/bugfix-keyring-controllerkumavis2018-05-301-48/+55
| |\ \ | | | | | | | | deps - bump eth-keyring-controller + update package-lock
| | * | deps - bump eth-keyring-controller + update package-lockkumavis2018-05-301-48/+55
| | | |
| * | | Merge pull request #4374 from MetaMask/test-unit-fail-on-onlykumavis2018-05-301-0/+6
| |\ \ \ | | |/ / | |/| | test - unit - fail if tests contain a .only call
| | * | test - unit - fail if tests contain a .only callkumavis2018-05-261-0/+6
| | |/
| * / fix: Why does npm insist on reordering the lockfile?Whymarrh Whitby2018-05-251-10/+170
| |/
* / Update amount error on update of send screen.Dan2018-05-311-0/+139
|/
* Merge pull request #4308 from MetaMask/i4232-addtokenkumavis2018-05-231-83/+78
|\ | | | | Update designs for Add Token screen
| * Update designs for Add Token screenAlexander Tseung2018-05-201-83/+78
| |
| * Add new json-rpc-engine middleware for improved error handlingbitpshr2018-05-141-182/+1351
| |
* | Merge branch 'develop' of https://github.com/Jabher/metamask-extension into ↵kumavis2018-05-221-4/+4
|\ \ | | | | | | | | | Jabher-develop
| * | bump extensionizer version to 1.0.1 (see ↵jabher2018-05-081-4/+4
| | | | | | | | | | | | https://github.com/MetaMask/extensionizer/pull/4)
* | | Update eth-keyring-controller dependencyWhymarrh Whitby2018-05-171-193/+1362
| |/ |/|
* | Add new unlock screen designAlexander Tseung2018-05-121-8/+311
| |
* | Merge branch 'develop' into e2e-testsThomas2018-05-121-1412/+243
|\ \
| * | Update lodashAlexander Tseung2018-05-101-51/+51
| | |
| * | Update deep-extend and sshpkAlexander Tseung2018-05-101-1361/+192
| | |
* | | Merge branch 'develop' into e2e-testsThomas2018-05-091-0/+3009
|\| |
| * | Add storybook integrationAlexander Tseung2018-05-041-0/+3015
| |/
* | Bump package lockThomas2018-05-041-629/+285
| |
* | Merge branch 'develop' into e2e-testsThomas2018-05-041-346/+2509
|\|
| * Pin chromedriver version to 2.36.0Alexander Tseung2018-05-031-180/+1359
| |
| * Adds nsp check to CircleCI testsAlexander Tseung2018-05-031-0/+303
| |
| * Adds sass-loader and style-loader packages for storybook integrationAlexander Tseung2018-05-021-0/+121
| |
| * Adds path and resolve-url-loader packages for storybook integrationAlexander Tseung2018-05-021-0/+165
| |
| * Adds css-loader and file-loader needed for storybook integrationAlexander Tseung2018-05-021-1395/+1721
| |
| * Merge pull request #4111 from MetaMask/build-fix-sourcemapsFrankie2018-05-011-51/+43
| |\ | | | | | | Build - fix sourcemaps
| | * deps - package-lockkumavis2018-04-281-51/+43
| | |
| * | deps - package-lockkumavis2018-04-281-38/+80
| | |
| * | Allow transactions with 0-gwei gas price (#4073)Paul Bouchon2018-04-271-8/+34
| |/ | | | | | | | | | | * Allow transactions with 0-gwei gas price * Add tests to verify tx with 0 gas fee * Conditionally use CurrencyInput in CurrencyDisplay
| * rpc - bump provider-engine + eth-json-rpc-filterskumavis2018-04-261-39/+173
| |
| * Make minified builds more determinsticDan Finlay2018-04-251-74/+1660
| | | | | | | | | | | | | | | | | | | | | | | | May fix #3999, but will need to see if Mozilla can reproduce the build with this updated repo. Switches our `uglifyify` dependency from the production one (under-maintained) to one that I've merged a critical patch into. I'm open to discussion of how else we might approach this problem here. Maybe we should use a different minification module entirely, remove minification, or maybe refactor our build system!
* | FirefoxThomas2018-05-021-63/+1858
|/
* deps - bump sentry for more detailed fetch failurekumavis2018-04-241-3/+3
|
* deps - update keyring controller and other eth-dependincesfrankiebee2018-04-181-32/+35
|
* Merge branch 'master' into i3580-InternationalizeCurrencyDan Finlay2018-04-181-78/+549
|\
| * Merge pull request #3969 from MetaMask/i3966-AddJsDocsPageThomas Huang2018-04-181-0/+119
| |\ | | | | | | Add JSDocs Page and Script
| | * Add JSDocs Page and ScriptDan Finlay2018-04-131-61/+546
| | | | | | | | | | | | Includes new script `npm run doc` for generating docs page.
| * | Require loglevel singleton in each module that uses itbitpshr2018-04-141-101/+136
| | |
| * | Add ComposableObservableStore for subscription managementbitpshr2018-04-131-194/+511
| |/
* | Merge branch 'master' into i3580-InternationalizeCurrencyDan2018-04-101-21/+85
|\|
| * Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ↵Alexander Tseung2018-04-041-4/+4
| |\ | | | | | | | | | cb-254
| | * ci - job-publish - publish source+sourcemaps to sentry if new releasekumavis2018-04-041-4/+4
| | |
| * | Fix transaction confirmationsAlexander Tseung2018-04-041-17/+81
| |/
* / Internationalize currencyDan Finlay2018-04-041-0/+20
|/ | | | Fixes #3580
* Merge branch 'master' of github.com:MetaMask/metamask-extension into build-perfkumavis2018-04-031-329/+2891
|\
| * deps - update shell-parallelkumavis2018-04-031-3/+14
| |
| * Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screenskumavis2018-04-031-9/+122
| |\
| | * lint - lint json files in app/kumavis2018-04-031-0/+113
| | |
| * | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screenskumavis2018-04-031-349/+384
| |\|
| | * deps - bump package-lock.jsonkumavis2018-04-031-47/+0
| | |
| * | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screenskumavis2018-03-311-331/+739
| |\ \
| * | | ci - e2e+screens - use shell-parallel to run ganachekumavis2018-03-311-14/+200
| | | |
| * | | Update package-lockThomas2018-03-311-0/+1819
| | | |
| * | | development - create selenium screen shotterkumavis2018-03-301-0/+168
| | | |
* | | | build - use uglifyify and gulp-multi-process for better performancekumavis2018-03-311-51/+72
| |_|/ |/| |
* | | deps - bump proviedr-enginefrankiebee2018-03-311-12/+12
| |/ |/|
* | deps - update package-lockkumavis2018-03-291-87/+225
| |
* | deps - update pakage-lockkumavis2018-03-291-10/+97
|/
* deps - bump ethjs-query to fix unhandled promise rejectionskumavis2018-03-291-12/+17
|
* deps - update package-lock (maybe greenkeeper forgot?)kumavis2018-03-291-23/+34
|
* deps - update package-lockkumavis2018-03-281-3/+63
|
* deps - update package-lockkumavis2018-03-281-0/+6
|
* Merge branch 'master' into selenium-e2eThomas Huang2018-03-281-3/+65
|\
| * sentry - npm scripts for uploading source mapskumavis2018-03-241-0/+63
| |
| * sentry - rewrite report urls + use raven-js from npmkumavis2018-03-241-0/+5
| |
* | Merge branch 'master' into selenium-e2eThomas2018-03-221-0/+10
|\|
| * corrected vn -> viViet Le2018-03-181-0/+10
| |
* | Merge branch 'master' into selenium-e2eThomas2018-03-151-0/+10
|\|
| * deps - update package-lockkumavis2018-03-141-0/+10
| |
* | Add selenium-webdriver and chromedriverThomas2018-03-101-0/+175
|/
* deps - update package-lockkumavis2018-03-101-1037/+1998
|
* deps - bump pumpkumavis2018-03-101-1439/+208
|
* meta - add package-lock to gitkumavis2018-03-091-0/+22511
|
* gitignore - remove cached package-lockkumavis2017-06-131-7348/+0
|
* Version 3.7.3v3.7.3Dan Finlay2017-06-021-0/+7348