|
44 | 44 | dependencies:
|
45 | 45 | arrify "^1.0.1"
|
46 | 46 |
|
| 47 | +"@ladjs/time-require@^0.1.4": |
| 48 | + version "0.1.4" |
| 49 | + resolved "https://registry.yarnpkg.com/@ladjs/time-require/-/time-require-0.1.4.tgz#5c615d75fd647ddd5de9cf6922649558856b21a1" |
| 50 | + dependencies: |
| 51 | + chalk "^0.4.0" |
| 52 | + date-time "^0.1.1" |
| 53 | + pretty-ms "^0.2.1" |
| 54 | + text-table "^0.2.0" |
| 55 | + |
47 | 56 | abbrev@1:
|
48 | 57 | version "1.1.0"
|
49 | 58 | resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.0.tgz#d0554c2256636e2f56e7c2e5ad183f859428d81f"
|
@@ -212,14 +221,15 @@ ava-init@^0.2.0:
|
212 | 221 | read-pkg-up "^2.0.0"
|
213 | 222 | write-pkg "^3.1.0"
|
214 | 223 |
|
215 |
| -ava@0.24.0: |
216 |
| - version "0.24.0" |
217 |
| - resolved "https://registry.yarnpkg.com/ava/-/ava-0.24.0.tgz#dd0ab33a0b3ad2ac582f55e9a61caf8bcf7a9af1" |
| 224 | +ava@^0.25.0: |
| 225 | + version "0.25.0" |
| 226 | + resolved "https://registry.yarnpkg.com/ava/-/ava-0.25.0.tgz#8ac87780514f96a6fd42e1306eaa0752ce3a407f" |
218 | 227 | dependencies:
|
219 | 228 | "@ava/babel-preset-stage-4" "^1.1.0"
|
220 | 229 | "@ava/babel-preset-transform-test-files" "^3.0.0"
|
221 | 230 | "@ava/write-file-atomic" "^2.2.0"
|
222 | 231 | "@concordance/react" "^1.0.0"
|
| 232 | + "@ladjs/time-require" "^0.1.4" |
223 | 233 | ansi-escapes "^3.0.0"
|
224 | 234 | ansi-styles "^3.1.0"
|
225 | 235 | arr-flatten "^1.0.1"
|
|
241 | 251 | cli-spinners "^1.0.0"
|
242 | 252 | cli-truncate "^1.0.0"
|
243 | 253 | co-with-promise "^4.6.0"
|
244 |
| - code-excerpt "^2.1.0" |
| 254 | + code-excerpt "^2.1.1" |
245 | 255 | common-path-prefix "^1.0.0"
|
246 | 256 | concordance "^3.0.0"
|
247 |
| - convert-source-map "^1.2.0" |
| 257 | + convert-source-map "^1.5.1" |
248 | 258 | core-assert "^0.2.0"
|
249 | 259 | currently-unhandled "^0.4.1"
|
250 | 260 | debug "^3.0.1"
|
|
266 | 276 | is-obj "^1.0.0"
|
267 | 277 | is-observable "^1.0.0"
|
268 | 278 | is-promise "^2.1.0"
|
269 |
| - js-yaml "^3.8.2" |
270 | 279 | last-line-stream "^1.0.0"
|
271 | 280 | lodash.clonedeepwith "^4.5.0"
|
272 | 281 | lodash.debounce "^4.0.3"
|
|
294 | 303 | stack-utils "^1.0.1"
|
295 | 304 | strip-ansi "^4.0.0"
|
296 | 305 | strip-bom-buf "^1.0.0"
|
| 306 | + supertap "^1.0.0" |
297 | 307 | supports-color "^5.0.0"
|
298 |
| - time-require "^0.1.2" |
299 | 308 | trim-off-newlines "^1.0.1"
|
300 | 309 | unique-temp-dir "^1.0.0"
|
301 | 310 | update-notifier "^2.3.0"
|
@@ -884,9 +893,9 @@ co@^4.6.0:
|
884 | 893 | version "4.6.0"
|
885 | 894 | resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
|
886 | 895 |
|
887 |
| -code-excerpt@^2.1.0: |
888 |
| - version "2.1.0" |
889 |
| - resolved "https://registry.yarnpkg.com/code-excerpt/-/code-excerpt-2.1.0.tgz#5dcc081e88f4a7e3b554e9e35d7ef232d47f8147" |
| 896 | +code-excerpt@^2.1.1: |
| 897 | + version "2.1.1" |
| 898 | + resolved "https://registry.yarnpkg.com/code-excerpt/-/code-excerpt-2.1.1.tgz#5fe3057bfbb71a5f300f659ef2cc0a47651ba77c" |
890 | 899 | dependencies:
|
891 | 900 | convert-to-spaces "^1.0.1"
|
892 | 901 |
|
@@ -961,10 +970,14 @@ console-control-strings@^1.0.0, console-control-strings@~1.1.0:
|
961 | 970 | version "1.1.0"
|
962 | 971 | resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
|
963 | 972 |
|
964 |
| -convert-source-map@^1.2.0, convert-source-map@^1.5.0: |
| 973 | +convert-source-map@^1.5.0: |
965 | 974 | version "1.5.0"
|
966 | 975 | resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.0.tgz#9acd70851c6d5dfdd93d9282e5edf94a03ff46b5"
|
967 | 976 |
|
| 977 | +convert-source-map@^1.5.1: |
| 978 | + version "1.5.1" |
| 979 | + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.1.tgz#b8278097b9bc229365de5c62cf5fcaed8b5599e5" |
| 980 | + |
968 | 981 | convert-to-spaces@^1.0.1:
|
969 | 982 | version "1.0.2"
|
970 | 983 | resolved "https://registry.yarnpkg.com/convert-to-spaces/-/convert-to-spaces-1.0.2.tgz#7e3e48bbe6d997b1417ddca2868204b4d3d85715"
|
@@ -1636,7 +1649,7 @@ indent-string@^2.1.0:
|
1636 | 1649 | dependencies:
|
1637 | 1650 | repeating "^2.0.0"
|
1638 | 1651 |
|
1639 |
| -indent-string@^3.0.0, indent-string@^3.1.0: |
| 1652 | +indent-string@^3.0.0, indent-string@^3.1.0, indent-string@^3.2.0: |
1640 | 1653 | version "3.2.0"
|
1641 | 1654 | resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-3.2.0.tgz#4a5fd6d27cc332f37e5419a504dbb837105c9289"
|
1642 | 1655 |
|
@@ -1885,7 +1898,7 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
|
1885 | 1898 | version "3.0.2"
|
1886 | 1899 | resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
|
1887 | 1900 |
|
1888 |
| -js-yaml@^3.8.2, js-yaml@^3.9.1: |
| 1901 | +js-yaml@^3.10.0, js-yaml@^3.9.1: |
1889 | 1902 | version "3.10.0"
|
1890 | 1903 | resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
|
1891 | 1904 | dependencies:
|
@@ -2743,6 +2756,10 @@ semver-diff@^2.0.0:
|
2743 | 2756 | version "5.4.1"
|
2744 | 2757 | resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
|
2745 | 2758 |
|
| 2759 | +serialize-error@^2.1.0: |
| 2760 | + version "2.1.0" |
| 2761 | + resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-2.1.0.tgz#50b679d5635cdf84667bdc8e59af4e5b81d5f60a" |
| 2762 | + |
2746 | 2763 | set-blocking@~2.0.0:
|
2747 | 2764 | version "2.0.0"
|
2748 | 2765 | resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
|
@@ -2928,6 +2945,16 @@ strip-json-comments@~2.0.1:
|
2928 | 2945 | version "2.0.1"
|
2929 | 2946 | resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
|
2930 | 2947 |
|
| 2948 | +supertap@^1.0.0: |
| 2949 | + version "1.0.0" |
| 2950 | + resolved "https://registry.yarnpkg.com/supertap/-/supertap-1.0.0.tgz#bd9751c7fafd68c68cf8222a29892206a119fa9e" |
| 2951 | + dependencies: |
| 2952 | + arrify "^1.0.1" |
| 2953 | + indent-string "^3.2.0" |
| 2954 | + js-yaml "^3.10.0" |
| 2955 | + serialize-error "^2.1.0" |
| 2956 | + strip-ansi "^4.0.0" |
| 2957 | + |
2931 | 2958 | supports-color@^2.0.0:
|
2932 | 2959 | version "2.0.0"
|
2933 | 2960 | resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
|
@@ -3005,15 +3032,6 @@ through@^2.3.6:
|
3005 | 3032 | version "2.3.8"
|
3006 | 3033 | resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
|
3007 | 3034 |
|
3008 |
| -time-require@^0.1.2: |
3009 |
| - version "0.1.2" |
3010 |
| - resolved "https://registry.yarnpkg.com/time-require/-/time-require-0.1.2.tgz#f9e12cb370fc2605e11404582ba54ef5ca2b2d98" |
3011 |
| - dependencies: |
3012 |
| - chalk "^0.4.0" |
3013 |
| - date-time "^0.1.1" |
3014 |
| - pretty-ms "^0.2.1" |
3015 |
| - text-table "^0.2.0" |
3016 |
| - |
3017 | 3035 | time-zone@^1.0.0:
|
3018 | 3036 | version "1.0.0"
|
3019 | 3037 | resolved "https://registry.yarnpkg.com/time-zone/-/time-zone-1.0.0.tgz#99c5bf55958966af6d06d83bdf3800dc82faec5d"
|
|
0 commit comments