diff options
author | Jacob Evans <jacob@dekz.net> | 2018-10-17 11:14:48 +0800 |
---|---|---|
committer | Jacob Evans <jacob@dekz.net> | 2018-10-17 11:25:02 +0800 |
commit | 0013bafc62571bc81f2984974c4893c3770b1786 (patch) | |
tree | c91b7c52b7fefdbef42be419cc1075436b4d87a6 /yarn.lock | |
parent | 72f5719b3412da7840a7b85e4dce512ecbaece4d (diff) | |
download | dexon-sol-tools-0013bafc62571bc81f2984974c4893c3770b1786.tar dexon-sol-tools-0013bafc62571bc81f2984974c4893c3770b1786.tar.gz dexon-sol-tools-0013bafc62571bc81f2984974c4893c3770b1786.tar.bz2 dexon-sol-tools-0013bafc62571bc81f2984974c4893c3770b1786.tar.lz dexon-sol-tools-0013bafc62571bc81f2984974c4893c3770b1786.tar.xz dexon-sol-tools-0013bafc62571bc81f2984974c4893c3770b1786.tar.zst dexon-sol-tools-0013bafc62571bc81f2984974c4893c3770b1786.zip |
fix(monorepo-scripts): Format date as UTC not local time.
Down under is in the future and causes many conflicts when formatting the timestamp in the local context. All previous releases jumped a day ahead. By setting this to UTC we will have consistent formatted dates in the changelogs no matter where one publishes from.
npm-cli-login fails on node 10 as a deprecation in node 9 has finished. This package appears to be unmaintained so we now have a fork with a fix
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -571,6 +571,12 @@ jsonschema "1.2.2" lodash.values "4.3.0" +"@0xproject/npm-cli-login@^0.0.11": + version "0.0.11" + resolved "https://registry.yarnpkg.com/@0xproject/npm-cli-login/-/npm-cli-login-0.0.11.tgz#3f1ec06112ce62aad300ff0575358f68aeecde2e" + dependencies: + npm-registry-client "7.0.9" + "@0xproject/order-utils@^0.0.9": version "0.0.9" resolved "https://registry.yarnpkg.com/@0xproject/order-utils/-/order-utils-0.0.9.tgz#75225dfbd87335d18810abf995d8e077b9a84868" @@ -6375,7 +6381,7 @@ ganache-core@0xProject/ganache-core#monorepo-dep: ethereumjs-tx "0xProject/ethereumjs-tx#fake-tx-include-signature-by-default" ethereumjs-util "^5.2.0" ethereumjs-vm "2.3.5" - ethereumjs-wallet "0.6.0" + ethereumjs-wallet "~0.6.0" fake-merkle-patricia-tree "~1.0.1" heap "~0.2.6" js-scrypt "^0.2.0" @@ -10337,12 +10343,6 @@ npm-bundled@^1.0.1: version "1.0.3" resolved "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.0.3.tgz#7e71703d973af3370a9591bafe3a63aca0be2308" -npm-cli-login@^0.0.10: - version "0.0.10" - resolved "https://registry.yarnpkg.com/npm-cli-login/-/npm-cli-login-0.0.10.tgz#b1e8b5b7405008e0a26ccc170443434a59c5364c" - dependencies: - npm-registry-client "7.0.9" - npm-lifecycle@^2.0.0: version "2.0.3" resolved "http://registry.yarnpkg.com/npm-lifecycle/-/npm-lifecycle-2.0.3.tgz#696bedf1143371163e9cc16fe872357e25d8d90e" |