diff options
author | Leonid <logvinov.leon@gmail.com> | 2018-02-05 19:03:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-05 19:03:36 +0800 |
commit | c7ad6ebad6ab65a4b1e4a2084e744c6ca2bc09b8 (patch) | |
tree | 4829624adc8a36ff6d80db185e6021cac846a55a /yarn.lock | |
parent | 44cd185c66b08a5a9b081c972e7cb6764c066506 (diff) | |
parent | 85b4a82a4bc1059b3321763e20b8e2c4d8ff0e73 (diff) | |
download | dexon-sol-tools-c7ad6ebad6ab65a4b1e4a2084e744c6ca2bc09b8.tar dexon-sol-tools-c7ad6ebad6ab65a4b1e4a2084e744c6ca2bc09b8.tar.gz dexon-sol-tools-c7ad6ebad6ab65a4b1e4a2084e744c6ca2bc09b8.tar.bz2 dexon-sol-tools-c7ad6ebad6ab65a4b1e4a2084e744c6ca2bc09b8.tar.lz dexon-sol-tools-c7ad6ebad6ab65a4b1e4a2084e744c6ca2bc09b8.tar.xz dexon-sol-tools-c7ad6ebad6ab65a4b1e4a2084e744c6ca2bc09b8.tar.zst dexon-sol-tools-c7ad6ebad6ab65a4b1e4a2084e744c6ca2bc09b8.zip |
Merge pull request #358 from 0xProject/feature/build_watch
Add build:watch command to all TS packages
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9109,9 +9109,9 @@ typescript@2.4.1: version "2.4.1" resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.1.tgz#c3ccb16ddaa0b2314de031e7e6fee89e5ba346bc" -typescript@~2.6.1: - version "2.6.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4" +typescript@2.7.1: + version "2.7.1" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.1.tgz#bb3682c2c791ac90e7c6210b26478a8da085c359" ua-parser-js@^0.7.9: version "0.7.17" |