From 7a78248e2673265764a58e69fa4aff69d3285955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Hsu=20=28=E5=BE=90=E6=89=BF=E5=BF=97=29?= Date: Thu, 31 Aug 2017 09:49:31 +0800 Subject: [PATCH 1/4] chore(ncu): update danger to 2 --- dangerfile.js | 2 +- package.json | 4 +- packages/mcs-lite-admin-web/package.json | 4 +- packages/mcs-lite-landing-web/package.json | 4 +- packages/mcs-lite-mobile-web/package.json | 4 +- packages/mcs-lite-ui/package.json | 2 +- yarn.lock | 845 +++------------------ 7 files changed, 103 insertions(+), 762 deletions(-) diff --git a/dangerfile.js b/dangerfile.js index 7ce2d153e..873412755 100644 --- a/dangerfile.js +++ b/dangerfile.js @@ -1,4 +1,4 @@ -const { danger, warn, fail } = require('danger'); +/* global danger warn fail */ const allChanges = [].concat( danger.git.created_files, diff --git a/package.json b/package.json index be43423fe..4d99bb63c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "devDependencies": { "babel-eslint": "^7.2.3", "codecov": "^2.3.0", - "danger": "^0.18.0", + "danger": "^2.0.0-alpha.13", "eslint": "^4.5.0", "eslint-config-airbnb": "^15.1.0", "eslint-config-prettier": "^2.3.0", @@ -30,7 +30,7 @@ "lerna": "^2.1.2", "lerna-changelog": "^0.6.0", "license-checker": "^14.0.0", - "prettier": "1.4.4", + "prettier": "^1.6.1", "stylelint": "^8.0.0" }, "stylelint": { diff --git a/packages/mcs-lite-admin-web/package.json b/packages/mcs-lite-admin-web/package.json index b7b44ba4a..2fbf749e7 100644 --- a/packages/mcs-lite-admin-web/package.json +++ b/packages/mcs-lite-admin-web/package.json @@ -33,7 +33,7 @@ "devDependencies": { "@cycle/http": "^14.2.0", "@cycle/rxjs-run": "^7.1.0", - "@cycle/time": "^0.8.0", + "@cycle/time": "^0.9.1", "browser-locale": "^1.0.3", "enzyme": "^2.9.1", "enzyme-to-json": "^1.5.1", @@ -43,7 +43,7 @@ "mcs-lite-theme": "^0.3.6", "mcs-lite-translation": "^0.1.6", "mcs-lite-ui": "^0.4.9", - "polished": "^1.6.1", + "polished": "^1.6.2", "prop-types": "^15.5.10", "ramda": "^0.24.1", "react": "^15.6.1", diff --git a/packages/mcs-lite-landing-web/package.json b/packages/mcs-lite-landing-web/package.json index f3041818d..d89506783 100644 --- a/packages/mcs-lite-landing-web/package.json +++ b/packages/mcs-lite-landing-web/package.json @@ -20,7 +20,7 @@ "extract:pot": "react-intl-po json2pot '../mcs-lite-translation/src/mcs-lite-landing-web/messages.json' -o '../mcs-lite-translation/src/mcs-lite-landing-web/messages.pot'" }, "devDependencies": { - "bowser": "^1.7.2", + "bowser": "^1.7.3", "browser-locale": "^1.0.3", "enzyme": "^2.9.1", "enzyme-to-json": "^1.5.1", @@ -31,7 +31,7 @@ "mcs-lite-theme": "^0.3.6", "mcs-lite-translation": "^0.1.6", "mcs-lite-ui": "^0.4.9", - "polished": "^1.6.1", + "polished": "^1.6.2", "prop-types": "^15.5.10", "raf-throttle": "^2.0.3", "ramda": "^0.24.1", diff --git a/packages/mcs-lite-mobile-web/package.json b/packages/mcs-lite-mobile-web/package.json index e36212730..259315488 100644 --- a/packages/mcs-lite-mobile-web/package.json +++ b/packages/mcs-lite-mobile-web/package.json @@ -33,7 +33,7 @@ "devDependencies": { "@cycle/http": "^14.2.0", "@cycle/rxjs-run": "^7.1.0", - "@cycle/time": "^0.8.0", + "@cycle/time": "^0.9.1", "browser-locale": "^1.0.3", "enzyme": "^2.9.1", "enzyme-to-json": "^1.5.1", @@ -44,7 +44,7 @@ "mcs-lite-theme": "^0.3.6", "mcs-lite-translation": "^0.1.6", "mcs-lite-ui": "^0.4.9", - "polished": "^1.6.1", + "polished": "^1.6.2", "prop-types": "^15.5.10", "ramda": "^0.24.1", "react": "^15.6.1", diff --git a/packages/mcs-lite-ui/package.json b/packages/mcs-lite-ui/package.json index 4ca7b65d7..575a0c425 100644 --- a/packages/mcs-lite-ui/package.json +++ b/packages/mcs-lite-ui/package.json @@ -51,7 +51,7 @@ "mcs-lite-icon": "^0.3.7", "mcs-lite-scripts": "^0.3.7", "mcs-lite-theme": "^0.3.6", - "polished": "^1.6.1", + "polished": "^1.6.2", "react": "^15.6.1", "react-addons-test-utils": "^15.6.0", "react-dom": "^15.6.1", diff --git a/yarn.lock b/yarn.lock index 52c79bac5..a50c96210 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16,28 +16,23 @@ dependencies: xstream "10.x" -"@cycle/run@^1.0.0-rc.9": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@cycle/run/-/run-1.0.0.tgz#67d3d9008f722a6e5c41bddd415abf5e615ce6f8" - dependencies: - xstream "10.x" - "@cycle/rxjs-run@^7.1.0": version "7.1.0" resolved "https://registry.yarnpkg.com/@cycle/rxjs-run/-/rxjs-run-7.1.0.tgz#017825f552cbd8275984f54d0df7d396b4ea4436" dependencies: "@cycle/run" "3.x" -"@cycle/time@^0.8.0": - version "0.8.0" - resolved "https://registry.yarnpkg.com/@cycle/time/-/time-0.8.0.tgz#ac815c60d2dca43ed1675521164ffd6c00e0f7d5" +"@cycle/time@^0.9.1": + version "0.9.1" + resolved "https://registry.yarnpkg.com/@cycle/time/-/time-0.9.1.tgz#51026ce2117286644ddc8a61281f850bd70efb95" dependencies: - "@cycle/run" "^1.0.0-rc.9" - combine-errors "^3.0.3" - raf "^3.3.0" - setimmediate "^1.0.5" - sorted-immutable-list "^1.1.0" - variable-diff "^1.1.0" + "@cycle/run" "3.x" + combine-errors "3.0.x" + performance-now "^2.1.0" + raf "3.3.x" + setimmediate "1.0.x" + sorted-immutable-list "1.1.x" + variable-diff "1.1.x" xstream "*" "@hypnosphi/fuse.js@^3.0.9": @@ -204,38 +199,10 @@ react-treebeard "^2.0.3" redux "^3.6.0" -"@types/babel-code-frame@^6.20.1": - version "6.20.1" - resolved "https://registry.yarnpkg.com/@types/babel-code-frame/-/babel-code-frame-6.20.1.tgz#e79a40ea81435034df7b46b5e32e8ed638aea4dd" - -"@types/babel-types@*", "@types/babel-types@^6.7.16": - version "6.25.1" - resolved "https://registry.yarnpkg.com/@types/babel-types/-/babel-types-6.25.1.tgz#ce8f126a4403e11e1b0033a424f11638afac7889" - -"@types/babylon@^6.16.1": - version "6.16.2" - resolved "https://registry.yarnpkg.com/@types/babylon/-/babylon-6.16.2.tgz#062ce63b693d9af1c246f5aedf928bc9c30589c8" - dependencies: - "@types/babel-types" "*" - -"@types/micromatch@^2.3.29": - version "2.3.29" - resolved "https://registry.yarnpkg.com/@types/micromatch/-/micromatch-2.3.29.tgz#6ce0280fe96f500127f0c8c0addf2d3f207e8cec" - dependencies: - "@types/parse-glob" "*" - "@types/node@*": version "8.0.26" resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.26.tgz#4d58be925306fd22b1141085535a0268b8beb189" -"@types/node@^7.0.31": - version "7.0.43" - resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.43.tgz#a187e08495a075f200ca946079c914e1a5fe962c" - -"@types/parse-glob@*": - version "3.0.29" - resolved "https://registry.yarnpkg.com/@types/parse-glob/-/parse-glob-3.0.29.tgz#6a40ec7ebd2418ee69ee397e48e42169268a10bf" - "@types/superagent@3.5.3": version "3.5.3" resolved "https://registry.yarnpkg.com/@types/superagent/-/superagent-3.5.3.tgz#45a23dce949b9c29b48f842ddf87b2fb87cf76af" @@ -511,18 +478,10 @@ arr-diff@^2.0.0: dependencies: arr-flatten "^1.0.1" -arr-diff@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" - -arr-flatten@^1.0.1, arr-flatten@^1.0.3: +arr-flatten@^1.0.1: version "1.1.0" resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" -arr-union@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" - array-differ@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-1.0.0.tgz#eff52e3758249d33be402b8bb8e564bb2b5d4031" @@ -584,10 +543,6 @@ array-unique@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53" -array-unique@^0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" - arrify@^1.0.0, arrify@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" @@ -596,10 +551,6 @@ asap@^2.0.0, asap@~2.0.3: version "2.0.6" resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" -asap@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/asap/-/asap-1.0.0.tgz#b2a45da5fdfa20b0496fc3768cc27c12fa916a7d" - asn1.js@^4.0.0: version "4.9.1" resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.9.1.tgz#48ba240b45a9280e94748990ba597d216617fd40" @@ -658,10 +609,6 @@ asynckit@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" -atob@^2.0.0: - version "2.0.3" - resolved "https://registry.yarnpkg.com/atob/-/atob-2.0.3.tgz#19c7a760473774468f20b2d2d03372ad7d4cbf5d" - atob@~1.1.0: version "1.1.3" resolved "https://registry.yarnpkg.com/atob/-/atob-1.1.3.tgz#95f13629b12c3a51a5d215abdce2aa9f32f80773" @@ -982,14 +929,6 @@ babel-jest@20.0.3, babel-jest@^20.0.3: babel-plugin-istanbul "^4.0.0" babel-preset-jest "^20.0.3" -babel-jest@^19.0.0: - version "19.0.0" - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-19.0.0.tgz#59323ced99a3a84d359da219ca881074ffc6ce3f" - dependencies: - babel-core "^6.0.0" - babel-plugin-istanbul "^4.0.0" - babel-preset-jest "^19.0.0" - babel-loader@7.1.1: version "7.1.1" resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.1.tgz#b87134c8b12e3e4c2a94e0546085bc680a2b8488" @@ -1042,10 +981,6 @@ babel-plugin-istanbul@^4.0.0: istanbul-lib-instrument "^1.7.2" test-exclude "^4.1.1" -babel-plugin-jest-hoist@^19.0.0: - version "19.0.0" - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-19.0.0.tgz#4ae2a04ea612a6e73651f3fde52c178991304bea" - babel-plugin-jest-hoist@^20.0.3: version "20.0.3" resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-20.0.3.tgz#afedc853bd3f8dc3548ea671fbe69d03cc2c1767" @@ -1577,7 +1512,14 @@ babel-polyfill@6.23.0: core-js "^2.4.0" regenerator-runtime "^0.10.0" -babel-polyfill@^6.20.0, babel-polyfill@^6.26.0: +babel-polyfill@7.0.0-alpha.19: + version "7.0.0-alpha.19" + resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-7.0.0-alpha.19.tgz#546aabf80c92f4e9314176a64458a6258e5970de" + dependencies: + core-js "^2.4.0" + regenerator-runtime "^0.10.0" + +babel-polyfill@^6.26.0: version "6.26.0" resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-6.26.0.tgz#379937abc67d7895970adc621f284cd966cf2153" dependencies: @@ -1661,12 +1603,6 @@ babel-preset-flow@^6.23.0: dependencies: babel-plugin-transform-flow-strip-types "^6.22.0" -babel-preset-jest@^19.0.0: - version "19.0.0" - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-19.0.0.tgz#22d67201d02324a195811288eb38294bb3cac396" - dependencies: - babel-plugin-jest-hoist "^19.0.0" - babel-preset-jest@^20.0.3: version "20.0.3" resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-20.0.3.tgz#cbacaadecb5d689ca1e1de1360ebfc66862c178a" @@ -1836,30 +1772,10 @@ balanced-match@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" -barrage@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/barrage/-/barrage-1.1.0.tgz#6f5384765c463f7718012f160dccf033fc6fc394" - dependencies: - promise "^6.0.0" - base64-js@^1.0.2: version "1.2.1" resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.2.1.tgz#a91947da1f4a516ea38e5b4ec0ec3773675e0886" -base@^0.11.1: - version "0.11.1" - resolved "https://registry.yarnpkg.com/base/-/base-0.11.1.tgz#b36a7f11113853a342a15691d98e2dcc8a6cc270" - dependencies: - arr-union "^3.1.0" - cache-base "^0.8.4" - class-utils "^0.3.4" - component-emitter "^1.2.1" - define-property "^0.2.5" - isobject "^2.1.0" - lazy-cache "^2.0.1" - mixin-deep "^1.1.3" - pascalcase "^0.1.1" - bash-color@0.0.4: version "0.0.4" resolved "https://registry.yarnpkg.com/bash-color/-/bash-color-0.0.4.tgz#e9be8ce33540cada4881768c59bd63865736e913" @@ -1929,9 +1845,9 @@ boom@2.x.x: dependencies: hoek "2.x.x" -bowser@^1.0.0, bowser@^1.6.0, bowser@^1.7.2: - version "1.7.2" - resolved "https://registry.yarnpkg.com/bowser/-/bowser-1.7.2.tgz#b94cc6925ba6b5e07c421a58e601ce4611264572" +bowser@^1.0.0, bowser@^1.6.0, bowser@^1.7.3: + version "1.7.3" + resolved "https://registry.yarnpkg.com/bowser/-/bowser-1.7.3.tgz#504bdb43118ca8db9cbbadf28fd60f265af96e4f" boxen@^0.6.0: version "0.6.0" @@ -1974,22 +1890,6 @@ braces@^1.8.2: preserve "^0.2.0" repeat-element "^1.1.2" -braces@^2.2.2: - version "2.2.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-2.2.2.tgz#241f868c2b2690d9febeee5a7c83fbbf25d00b1b" - dependencies: - arr-flatten "^1.0.3" - array-unique "^0.3.2" - define-property "^1.0.0" - extend-shallow "^2.0.1" - fill-range "^4.0.0" - isobject "^3.0.0" - repeat-element "^1.1.2" - snapdragon "^0.8.1" - snapdragon-node "^2.0.1" - split-string "^2.1.0" - to-regex "^3.0.1" - brcast@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/brcast/-/brcast-3.0.1.tgz#6256a8349b20de9eed44257a9b24d71493cd48dd" @@ -2154,21 +2054,6 @@ cacache@^9.2.9, cacache@~9.2.9: unique-filename "^1.1.0" y18n "^3.2.1" -cache-base@^0.8.4: - version "0.8.5" - resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-0.8.5.tgz#60ceb3504021eceec7011fd3384b7f4e95729bfa" - dependencies: - collection-visit "^0.2.1" - component-emitter "^1.2.1" - get-value "^2.0.5" - has-value "^0.3.1" - isobject "^3.0.0" - lazy-cache "^2.0.1" - set-value "^0.4.2" - to-object-path "^0.3.0" - union-value "^0.2.3" - unset-value "^0.1.1" - call-limit@~1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/call-limit/-/call-limit-1.1.0.tgz#6fd61b03f3da42a2cd0ec2b60f02bd0e71991fea" @@ -2227,12 +2112,12 @@ caniuse-api@^1.5.2: lodash.uniq "^4.5.0" caniuse-db@^1.0.30000187, caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639: - version "1.0.30000718" - resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000718.tgz#86cdd97987302554934c61e106f4e470f16f993c" + version "1.0.30000721" + resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000721.tgz#cdc52efe8f82dd13916615b78e86f704ece61802" caniuse-lite@^1.0.30000697, caniuse-lite@^1.0.30000718: - version "1.0.30000718" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000718.tgz#0dd24290beb11310b2d80f6b70a823c2a65a6fad" + version "1.0.30000721" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000721.tgz#931a21a7bd85016300328d21f126d84b73437d35" capture-stack-trace@^1.0.0: version "1.0.0" @@ -2370,16 +2255,6 @@ clap@^1.0.9: dependencies: chalk "^1.1.3" -class-utils@^0.3.4: - version "0.3.5" - resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.5.tgz#17e793103750f9627b2176ea34cfd1b565903c80" - dependencies: - arr-union "^3.1.0" - define-property "^0.2.5" - isobject "^3.0.0" - lazy-cache "^2.0.2" - static-extend "^0.1.1" - classnames@2.2.5, classnames@^2.2.3, classnames@^2.2.5: version "2.2.5" resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.5.tgz#fb3801d453467649ef3603c7d61a02bd129bde6d" @@ -2464,14 +2339,6 @@ codemirror@^5.18.2: version "5.29.0" resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.29.0.tgz#e68de1350e2f0ce804a3930576d0ae318736e967" -collection-visit@^0.2.1: - version "0.2.3" - resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-0.2.3.tgz#2f62483caecc95f083b9a454a3ee9e6139ad7957" - dependencies: - lazy-cache "^2.0.1" - map-visit "^0.1.5" - object-visit "^0.3.4" - color-convert@^1.3.0, color-convert@^1.9.0: version "1.9.0" resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.0.tgz#1accf97dd739b983bf994d56fec8f95853641b7a" @@ -2534,7 +2401,7 @@ columnify@^1.5.4, columnify@~1.5.4: strip-ansi "^3.0.0" wcwidth "^1.0.0" -combine-errors@^3.0.3: +combine-errors@3.0.x: version "3.0.3" resolved "https://registry.yarnpkg.com/combine-errors/-/combine-errors-3.0.3.tgz#f4df6740083e5703a3181110c2b10551f003da86" dependencies: @@ -2572,7 +2439,7 @@ compare-func@^1.3.1: array-ify "^1.0.0" dot-prop "^3.0.0" -component-emitter@^1.2.0, component-emitter@^1.2.1: +component-emitter@^1.2.0: version "1.2.1" resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.2.1.tgz#137918d6d78283f7df7a6b7c5a63e140e69425e6" @@ -2862,10 +2729,6 @@ copy-concurrently@^1.0.0: rimraf "^2.5.4" run-queue "^1.0.0" -copy-descriptor@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" - copy-to-clipboard@^3.0.8: version "3.0.8" resolved "https://registry.yarnpkg.com/copy-to-clipboard/-/copy-to-clipboard-3.0.8.tgz#f4e82f4a8830dce4666b7eb8ded0c9bcc313aba9" @@ -3012,8 +2875,8 @@ css-loader@0.28.4: source-list-map "^0.1.7" css-loader@^0.28.1: - version "0.28.5" - resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-0.28.5.tgz#dd02bb91b94545710212ef7f6aaa66663113d754" + version "0.28.7" + resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-0.28.7.tgz#5f2ee989dd32edd907717f953317656160999c1b" dependencies: babel-code-frame "^6.11.0" css-selector-tokenizer "^0.7.0" @@ -3224,18 +3087,15 @@ damerau-levenshtein@^1.0.0: version "1.0.4" resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.4.tgz#03191c432cb6eea168bb77f3a55ffdccb8978514" -danger@^0.18.0: - version "0.18.0" - resolved "https://registry.yarnpkg.com/danger/-/danger-0.18.0.tgz#82bc0c3546b8132be61aabcced7faf8eab9b8192" +danger@^2.0.0-alpha.13: + version "2.0.0-alpha.13" + resolved "https://registry.yarnpkg.com/danger/-/danger-2.0.0-alpha.13.tgz#2a1ce1bb9618878c0782fef030d9af153be880f6" dependencies: - babel-polyfill "^6.20.0" - chalk "^1.1.1" + babel-polyfill "7.0.0-alpha.19" + chalk "^2.0.0" commander "^2.9.0" - debug "^2.6.0" - github "^9.2.0" - jest-config "^19.0.2" - jest-environment-node "^19.0.2" - jest-runtime "^19.0.2" + debug "^3.0.0" + github "^10.0.0" jsome "^2.3.25" jsonpointer "^4.0.1" lodash.find "^4.6.0" @@ -3244,7 +3104,10 @@ danger@^0.18.0: lodash.keys "^4.0.8" node-fetch "^1.6.3" parse-diff "^0.4.0" + parse-link-header "^1.0.1" + pinpoint "^1.1.0" rfc6902 "^1.3.0" + vm2 patriksimek/vm2 voca "^1.2.0" dargs@^4.0.1: @@ -3274,12 +3137,18 @@ dateformat@^1.0.11, dateformat@^1.0.12: get-stdin "^4.0.1" meow "^3.3.0" -debug@2, debug@2.6.8, debug@^2.1.1, debug@^2.2.0, debug@^2.3.3, debug@^2.4.1, debug@^2.6.0, debug@^2.6.3, debug@^2.6.6, debug@^2.6.8: +debug@2, debug@2.6.8, debug@^2.1.1, debug@^2.2.0, debug@^2.4.1, debug@^2.6.0, debug@^2.6.3, debug@^2.6.6, debug@^2.6.8: version "2.6.8" resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.8.tgz#e731531ca2ede27d188222427da17821d68ff4fc" dependencies: ms "2.0.0" +debug@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.0.1.tgz#0564c612b521dc92d9f2988f0549e34f9c98db64" + dependencies: + ms "2.0.0" + debuglog@*, debuglog@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492" @@ -3333,18 +3202,6 @@ define-properties@^1.1.2: foreach "^2.0.5" object-keys "^1.0.8" -define-property@^0.2.5: - version "0.2.5" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" - dependencies: - is-descriptor "^0.1.0" - -define-property@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" - dependencies: - is-descriptor "^1.0.0" - defined@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/defined/-/defined-1.0.0.tgz#c98d9bcef75674188e110969151199e39b1fa693" @@ -3423,7 +3280,7 @@ dezalgo@^1.0.0, dezalgo@^1.0.1, dezalgo@^1.0.2, dezalgo@~1.0.3: asap "^2.0.0" wrappy "1" -diff@^3.0.0, diff@^3.2.0: +diff@^3.2.0: version "3.3.0" resolved "https://registry.yarnpkg.com/diff/-/diff-3.3.0.tgz#056695150d7aa93237ca7e378ac3b1682b7963b9" @@ -3718,11 +3575,11 @@ error-ex@^1.2.0, error-ex@^1.3.1: is-arrayish "^0.2.1" es-abstract@^1.4.3, es-abstract@^1.5.1, es-abstract@^1.6.1, es-abstract@^1.7.0: - version "1.8.0" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.8.0.tgz#3b00385e85729932beffa9163bbea1234e932914" + version "1.8.1" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.8.1.tgz#fd85a3bdfa67786ce7be7e1584678e119cd70c04" dependencies: es-to-primitive "^1.1.1" - function-bind "^1.1.0" + function-bind "^1.1.1" has "^1.0.1" is-callable "^1.1.3" is-regex "^1.0.4" @@ -4164,18 +4021,6 @@ expand-brackets@^0.1.4: dependencies: is-posix-bracket "^0.1.0" -expand-brackets@^2.0.1: - version "2.1.4" - resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" - dependencies: - debug "^2.3.3" - define-property "^0.2.5" - extend-shallow "^2.0.1" - posix-character-classes "^0.1.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - expand-range@^1.8.1: version "1.8.2" resolved "https://registry.yarnpkg.com/expand-range/-/expand-range-1.8.2.tgz#a299effd335fe2721ebae8e257ec79644fc85337" @@ -4221,12 +4066,6 @@ express@^4.13.3, express@^4.15.2, express@^4.15.3: utils-merge "1.0.0" vary "~1.1.1" -extend-shallow@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" - dependencies: - is-extendable "^0.1.0" - extend@3, extend@^3.0.0, extend@~3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444" @@ -4245,19 +4084,6 @@ extglob@^0.3.1: dependencies: is-extglob "^1.0.0" -extglob@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/extglob/-/extglob-1.1.0.tgz#0678b4e2ce45c0e4e50f5e5eafb1b0dab5b4e424" - dependencies: - array-unique "^0.3.2" - define-property "^0.2.5" - expand-brackets "^2.0.1" - extend-shallow "^2.0.1" - fragment-cache "^0.2.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^2.1.0" - extract-text-webpack-plugin@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.0.tgz#90caa7907bc449f335005e3ac7532b41b00de612" @@ -4371,15 +4197,6 @@ fill-range@^2.1.0: repeat-element "^1.1.2" repeat-string "^1.5.2" -fill-range@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" - dependencies: - extend-shallow "^2.0.1" - is-number "^3.0.0" - repeat-string "^1.6.1" - to-regex-range "^2.1.0" - filled-array@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/filled-array/-/filled-array-1.1.0.tgz#c3c4f6c663b923459a9aa29912d2d031f1507f84" @@ -4467,7 +4284,7 @@ follow-redirects@0.0.7: debug "^2.2.0" stream-consume "^0.1.0" -for-in@^1.0.1, for-in@^1.0.2: +for-in@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" @@ -4517,12 +4334,6 @@ forwarded@~0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.0.tgz#19ef9874c4ae1c297bcf078fde63a09b66a84363" -fragment-cache@^0.2.0, fragment-cache@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" - dependencies: - map-cache "^0.2.2" - fresh@0.5.0: version "0.5.0" resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.0.tgz#f474ca5e6a9246d6fd8e0953cfa9b9c805afa78e" @@ -4637,7 +4448,7 @@ fstream@^1.0.0, fstream@^1.0.10, fstream@^1.0.2, fstream@~1.0.10, fstream@~1.0.1 mkdirp ">=0.5 0" rimraf "2" -function-bind@^1.0.2, function-bind@^1.1.0: +function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" @@ -4746,10 +4557,6 @@ get-stream@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" -get-value@^2.0.3, get-value@^2.0.5, get-value@^2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" - getpass@^0.1.1: version "0.1.7" resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" @@ -4820,9 +4627,9 @@ github-url-from-username-repo@~1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/github-url-from-username-repo/-/github-url-from-username-repo-1.0.2.tgz#7dd79330d2abe69c10c2cef79714c97215791dfa" -github@^9.2.0: - version "9.3.1" - resolved "https://registry.yarnpkg.com/github/-/github-9.3.1.tgz#6a3c5a9cc2a1cd0b5d097a47baefb9d11caef89e" +github@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/github/-/github-10.0.0.tgz#701aa610ed6244b35d578d70b005d6b3859d2eff" dependencies: follow-redirects "0.0.7" https-proxy-agent "^1.0.0" @@ -5067,18 +4874,6 @@ has-unicode@^2.0.0, has-unicode@~2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" -has-value@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" - dependencies: - get-value "^2.0.3" - has-values "^0.1.4" - isobject "^2.0.0" - -has-values@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" - has@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/has/-/has-1.0.1.tgz#8461733f538b0837c9361e39a9ab9e9704dc2f28" @@ -5155,8 +4950,8 @@ hoist-non-react-statics@1.x.x, hoist-non-react-statics@^1.0.0, hoist-non-react-s resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-1.2.0.tgz#aa448cf0986d55cc40773b17174b7dd066cb7cfb" hoist-non-react-statics@^2.2.1: - version "2.3.0" - resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.3.0.tgz#ede16318c2ff1f9fe3a025396ba06fd4c44608bb" + version "2.3.1" + resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.3.1.tgz#343db84c6018c650778898240135a1420ee22ce0" home-or-tmp@^2.0.0: version "2.0.0" @@ -5570,12 +5365,6 @@ is-absolute-url@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6" -is-accessor-descriptor@^0.1.6: - version "0.1.6" - resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" - dependencies: - kind-of "^3.0.2" - is-arrayish@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" @@ -5606,32 +5395,10 @@ is-ci@^1.0.10: dependencies: ci-info "^1.0.0" -is-data-descriptor@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" - dependencies: - kind-of "^3.0.2" - is-date-object@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16" -is-descriptor@^0.1.0: - version "0.1.6" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" - dependencies: - is-accessor-descriptor "^0.1.6" - is-data-descriptor "^0.1.4" - kind-of "^5.0.0" - -is-descriptor@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.1.tgz#2c6023599bde2de9d5d2c8b9a9d94082036b6ef2" - dependencies: - is-accessor-descriptor "^0.1.6" - is-data-descriptor "^0.1.4" - kind-of "^5.0.0" - is-directory@^0.3.1: version "0.3.1" resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1" @@ -5650,7 +5417,7 @@ is-equal-shallow@^0.1.3: dependencies: is-primitive "^2.0.0" -is-extendable@^0.1.0, is-extendable@^0.1.1: +is-extendable@^0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" @@ -5658,7 +5425,7 @@ is-extglob@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0" -is-extglob@^2.1.0, is-extglob@^2.1.1: +is-extglob@^2.1.0: version "2.1.1" resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" @@ -5727,12 +5494,6 @@ is-obj@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" -is-odd@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-odd/-/is-odd-1.0.0.tgz#3b8a932eb028b3775c39bb09e91767accdb69088" - dependencies: - is-number "^3.0.0" - is-path-cwd@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-1.0.0.tgz#d225ec23132e89edd38fda767472e62e65f1106d" @@ -5863,13 +5624,13 @@ isexe@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" -isobject@^2.0.0, isobject@^2.1.0: +isobject@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" dependencies: isarray "1.0.0" -isobject@^3.0.0, isobject@^3.0.1: +isobject@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" @@ -5986,19 +5747,6 @@ jest-cli@^20.0.4: worker-farm "^1.3.1" yargs "^7.0.2" -jest-config@^19.0.2: - version "19.0.4" - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-19.0.4.tgz#42980211d46417e91ca7abffd086c270234f73fd" - dependencies: - chalk "^1.1.1" - jest-environment-jsdom "^19.0.2" - jest-environment-node "^19.0.2" - jest-jasmine2 "^19.0.2" - jest-regex-util "^19.0.0" - jest-resolve "^19.0.2" - jest-validate "^19.0.2" - pretty-format "^19.0.0" - jest-config@^20.0.4: version "20.0.4" resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-20.0.4.tgz#e37930ab2217c913605eff13e7bd763ec48faeea" @@ -6014,15 +5762,6 @@ jest-config@^20.0.4: jest-validate "^20.0.3" pretty-format "^20.0.3" -jest-diff@^19.0.0: - version "19.0.0" - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-19.0.0.tgz#d1563cfc56c8b60232988fbc05d4d16ed90f063c" - dependencies: - chalk "^1.1.3" - diff "^3.0.0" - jest-matcher-utils "^19.0.0" - pretty-format "^19.0.0" - jest-diff@^20.0.3: version "20.0.3" resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-20.0.3.tgz#81f288fd9e675f0fb23c75f1c2b19445fe586617" @@ -6036,14 +5775,6 @@ jest-docblock@^20.0.1, jest-docblock@^20.0.3: version "20.0.3" resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-20.0.3.tgz#17bea984342cc33d83c50fbe1545ea0efaa44712" -jest-environment-jsdom@^19.0.2: - version "19.0.2" - resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-19.0.2.tgz#ceda859c4a4b94ab35e4de7dab54b926f293e4a3" - dependencies: - jest-mock "^19.0.0" - jest-util "^19.0.2" - jsdom "^9.11.0" - jest-environment-jsdom@^20.0.3: version "20.0.3" resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-20.0.3.tgz#048a8ac12ee225f7190417713834bb999787de99" @@ -6052,13 +5783,6 @@ jest-environment-jsdom@^20.0.3: jest-util "^20.0.3" jsdom "^9.12.0" -jest-environment-node@^19.0.2: - version "19.0.2" - resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-19.0.2.tgz#6e84079db87ed21d0c05e1f9669f207b116fe99b" - dependencies: - jest-mock "^19.0.0" - jest-util "^19.0.2" - jest-environment-node@^20.0.3: version "20.0.3" resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-20.0.3.tgz#d488bc4612af2c246e986e8ae7671a099163d403" @@ -6066,20 +5790,6 @@ jest-environment-node@^20.0.3: jest-mock "^20.0.3" jest-util "^20.0.3" -jest-file-exists@^19.0.0: - version "19.0.0" - resolved "https://registry.yarnpkg.com/jest-file-exists/-/jest-file-exists-19.0.0.tgz#cca2e587a11ec92e24cfeab3f8a94d657f3fceb8" - -jest-haste-map@^19.0.0: - version "19.0.2" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-19.0.2.tgz#286484c3a16e86da7872b0877c35dce30c3d6f07" - dependencies: - fb-watchman "^2.0.0" - graceful-fs "^4.1.6" - micromatch "^2.3.11" - sane "~1.5.0" - worker-farm "^1.3.1" - jest-haste-map@^20.0.4: version "20.0.5" resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-20.0.5.tgz#abad74efb1a005974a7b6517e11010709cab9112" @@ -6091,16 +5801,6 @@ jest-haste-map@^20.0.4: sane "~1.6.0" worker-farm "^1.3.1" -jest-jasmine2@^19.0.2: - version "19.0.2" - resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-19.0.2.tgz#167991ac825981fb1a800af126e83afcca832c73" - dependencies: - graceful-fs "^4.1.6" - jest-matcher-utils "^19.0.0" - jest-matchers "^19.0.0" - jest-message-util "^19.0.0" - jest-snapshot "^19.0.2" - jest-jasmine2@^20.0.4: version "20.0.4" resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-20.0.4.tgz#fcc5b1411780d911d042902ef1859e852e60d5e1" @@ -6115,13 +5815,6 @@ jest-jasmine2@^20.0.4: once "^1.4.0" p-map "^1.1.1" -jest-matcher-utils@^19.0.0: - version "19.0.0" - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-19.0.0.tgz#5ecd9b63565d2b001f61fbf7ec4c7f537964564d" - dependencies: - chalk "^1.1.3" - pretty-format "^19.0.0" - jest-matcher-utils@^20.0.3: version "20.0.3" resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-20.0.3.tgz#b3a6b8e37ca577803b0832a98b164f44b7815612" @@ -6129,15 +5822,6 @@ jest-matcher-utils@^20.0.3: chalk "^1.1.3" pretty-format "^20.0.3" -jest-matchers@^19.0.0: - version "19.0.0" - resolved "https://registry.yarnpkg.com/jest-matchers/-/jest-matchers-19.0.0.tgz#c74ecc6ebfec06f384767ba4d6fa4a42d6755754" - dependencies: - jest-diff "^19.0.0" - jest-matcher-utils "^19.0.0" - jest-message-util "^19.0.0" - jest-regex-util "^19.0.0" - jest-matchers@^20.0.3: version "20.0.3" resolved "https://registry.yarnpkg.com/jest-matchers/-/jest-matchers-20.0.3.tgz#ca69db1c32db5a6f707fa5e0401abb55700dfd60" @@ -6147,13 +5831,6 @@ jest-matchers@^20.0.3: jest-message-util "^20.0.3" jest-regex-util "^20.0.3" -jest-message-util@^19.0.0: - version "19.0.0" - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-19.0.0.tgz#721796b89c0e4d761606f9ba8cb828a3b6246416" - dependencies: - chalk "^1.1.1" - micromatch "^2.3.11" - jest-message-util@^20.0.3: version "20.0.3" resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-20.0.3.tgz#6aec2844306fcb0e6e74d5796c1006d96fdd831c" @@ -6162,18 +5839,10 @@ jest-message-util@^20.0.3: micromatch "^2.3.11" slash "^1.0.0" -jest-mock@^19.0.0: - version "19.0.0" - resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-19.0.0.tgz#67038641e9607ab2ce08ec4a8cb83aabbc899d01" - jest-mock@^20.0.3: version "20.0.3" resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-20.0.3.tgz#8bc070e90414aa155c11a8d64c869a0d5c71da59" -jest-regex-util@^19.0.0: - version "19.0.0" - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-19.0.0.tgz#b7754587112aede1456510bb1f6afe74ef598691" - jest-regex-util@^20.0.3: version "20.0.3" resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-20.0.3.tgz#85bbab5d133e44625b19faf8c6aa5122d085d762" @@ -6184,14 +5853,6 @@ jest-resolve-dependencies@^20.0.3: dependencies: jest-regex-util "^20.0.3" -jest-resolve@^19.0.2: - version "19.0.2" - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-19.0.2.tgz#5793575de4f07aec32f7d7ff0c6c181963eefb3c" - dependencies: - browser-resolve "^1.11.2" - jest-haste-map "^19.0.0" - resolve "^1.2.0" - jest-resolve@^20.0.4: version "20.0.4" resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-20.0.4.tgz#9448b3e8b6bafc15479444c6499045b7ffe597a5" @@ -6200,26 +5861,6 @@ jest-resolve@^20.0.4: is-builtin-module "^1.0.0" resolve "^1.3.2" -jest-runtime@^19.0.2: - version "19.0.4" - resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-19.0.4.tgz#f167d9f1347752f2027361067926485349fcc245" - dependencies: - babel-core "^6.0.0" - babel-jest "^19.0.0" - babel-plugin-istanbul "^4.0.0" - chalk "^1.1.3" - graceful-fs "^4.1.6" - jest-config "^19.0.2" - jest-file-exists "^19.0.0" - jest-haste-map "^19.0.0" - jest-regex-util "^19.0.0" - jest-resolve "^19.0.2" - jest-util "^19.0.2" - json-stable-stringify "^1.0.1" - micromatch "^2.3.11" - strip-bom "3.0.0" - yargs "^6.3.0" - jest-runtime@^20.0.4: version "20.0.4" resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-20.0.4.tgz#a2c802219c4203f754df1404e490186169d124d8" @@ -6240,18 +5881,6 @@ jest-runtime@^20.0.4: strip-bom "3.0.0" yargs "^7.0.2" -jest-snapshot@^19.0.2: - version "19.0.2" - resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-19.0.2.tgz#9c1b216214f7187c38bfd5c70b1efab16b0ff50b" - dependencies: - chalk "^1.1.3" - jest-diff "^19.0.0" - jest-file-exists "^19.0.0" - jest-matcher-utils "^19.0.0" - jest-util "^19.0.2" - natural-compare "^1.4.0" - pretty-format "^19.0.0" - jest-snapshot@^20.0.3: version "20.0.3" resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-20.0.3.tgz#5b847e1adb1a4d90852a7f9f125086e187c76566" @@ -6269,19 +5898,6 @@ jest-styled-components@^4.4.1: dependencies: css "^2.2.1" -jest-util@^19.0.2: - version "19.0.2" - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-19.0.2.tgz#e0a0232a2ab9e6b2b53668bdb3534c2b5977ed41" - dependencies: - chalk "^1.1.1" - graceful-fs "^4.1.6" - jest-file-exists "^19.0.0" - jest-message-util "^19.0.0" - jest-mock "^19.0.0" - jest-validate "^19.0.2" - leven "^2.0.0" - mkdirp "^0.5.1" - jest-util@^20.0.3: version "20.0.3" resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-20.0.3.tgz#0c07f7d80d82f4e5a67c6f8b9c3fe7f65cfd32ad" @@ -6294,15 +5910,6 @@ jest-util@^20.0.3: leven "^2.1.0" mkdirp "^0.5.1" -jest-validate@^19.0.2: - version "19.0.2" - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-19.0.2.tgz#dc534df5f1278d5b63df32b14241d4dbf7244c0c" - dependencies: - chalk "^1.1.1" - jest-matcher-utils "^19.0.0" - leven "^2.0.0" - pretty-format "^19.0.0" - jest-validate@^20.0.3: version "20.0.3" resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-20.0.3.tgz#d0cfd1de4f579f298484925c280f8f1d94ec3cab" @@ -6348,7 +5955,7 @@ jschardet@^1.4.2: version "1.5.1" resolved "https://registry.yarnpkg.com/jschardet/-/jschardet-1.5.1.tgz#c519f629f86b3a5bedba58a88d311309eec097f9" -jsdom@^9.11.0, jsdom@^9.12.0, jsdom@^9.4.5: +jsdom@^9.12.0, jsdom@^9.4.5: version "9.12.0" resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-9.12.0.tgz#e8c546fffcb06c00d4833ca84410fed7f8a097d4" dependencies: @@ -6488,7 +6095,7 @@ keycode@^2.1.8: version "2.1.9" resolved "https://registry.yarnpkg.com/keycode/-/keycode-2.1.9.tgz#964a23c54e4889405b4861a5c9f0480d45141dfa" -kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: +kind-of@^3.0.2: version "3.2.2" resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" dependencies: @@ -6500,10 +6107,6 @@ kind-of@^4.0.0: dependencies: is-buffer "^1.1.5" -kind-of@^5.0.0: - version "5.0.2" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.0.2.tgz#f57bec933d9a2209ffa96c5c08343607b7035fda" - klaw@^1.0.0: version "1.3.1" resolved "https://registry.yarnpkg.com/klaw/-/klaw-1.3.1.tgz#4088433b46b3b1ba259d78785d8e96f73ba02439" @@ -6530,12 +6133,6 @@ lazy-cache@^1.0.3: version "1.0.4" resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-1.0.4.tgz#a1d78fc3a50474cb80845d3b3b6e1da49a446e8e" -lazy-cache@^2.0.1, lazy-cache@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-2.0.2.tgz#b9190a4f913354694840859f8a8f7084d8822264" - dependencies: - set-getter "^0.1.0" - lazy-property@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/lazy-property/-/lazy-property-1.0.0.tgz#84ddc4b370679ba8bd4cdcfa4c06b43d57111147" @@ -6617,7 +6214,7 @@ lerna@^2.1.2: write-pkg "^3.1.0" yargs "^8.0.2" -leven@^2.0.0, leven@^2.1.0: +leven@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/leven/-/leven-2.1.0.tgz#c2e7a9f772094dee9d34202ae8acce4687875580" @@ -7024,14 +6621,6 @@ lru-cache@~4.0.1: pseudomap "^1.0.1" yallist "^2.0.0" -lsr@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/lsr/-/lsr-2.0.0.tgz#d2186b14c2a08f7617515d8125426bfb2821ce2b" - dependencies: - "@types/node" "^7.0.31" - barrage "^1.1.0" - promise "^7.2.0" - macaddress@^0.2.8: version "0.2.8" resolved "https://registry.yarnpkg.com/macaddress/-/macaddress-0.2.8.tgz#5904dc537c39ec6dbefeae902327135fa8511f12" @@ -7072,21 +6661,10 @@ mantra-core@^1.7.0: react-komposer "^1.9.0" react-simple-di "^1.2.0" -map-cache@^0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" - map-obj@^1.0.0, map-obj@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" -map-visit@^0.1.5: - version "0.1.5" - resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-0.1.5.tgz#dbe43927ce5525b80dfc1573a44d68c51f26816b" - dependencies: - lazy-cache "^2.0.1" - object-visit "^0.3.4" - marked@^0.3.6: version "0.3.6" resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.6.tgz#b2c6c618fccece4ef86c4fc6cb8a7cbf5aeda8d7" @@ -7176,24 +6754,6 @@ micromatch@^2.1.5, micromatch@^2.3.11: parse-glob "^3.0.4" regex-cache "^0.4.2" -micromatch@^3.0.3: - version "3.0.4" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.0.4.tgz#1543f1d04813447ac852001c5f5a933401786d1d" - dependencies: - arr-diff "^4.0.0" - array-unique "^0.3.2" - braces "^2.2.2" - define-property "^1.0.0" - extend-shallow "^2.0.1" - extglob "^1.1.0" - fragment-cache "^0.2.1" - kind-of "^4.0.0" - nanomatch "^1.2.0" - object.pick "^1.2.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - miller-rabin@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.0.tgz#4a62fb1d42933c05583982f4c716f6fb9e6c6d3d" @@ -7288,13 +6848,6 @@ mississippi@^1.2.0, mississippi@^1.3.0, mississippi@~1.3.0: stream-each "^1.1.0" through2 "^2.0.0" -mixin-deep@^1.1.3: - version "1.2.0" - resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.2.0.tgz#d02b8c6f8b6d4b8f5982d3fd009c4919851c3fe2" - dependencies: - for-in "^1.0.2" - is-extendable "^0.1.1" - mkdirp@0.5.1, mkdirp@0.5.x, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@~0.5.1: version "0.5.1" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" @@ -7360,23 +6913,6 @@ nan@^2.3.0, nan@^2.3.3: version "2.7.0" resolved "https://registry.yarnpkg.com/nan/-/nan-2.7.0.tgz#d95bf721ec877e08db276ed3fc6eb78f9083ad46" -nanomatch@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.0.tgz#76fdb3d4ae7617e37719e7a4047b840857c0cb1c" - dependencies: - arr-diff "^4.0.0" - array-unique "^0.3.2" - define-property "^1.0.0" - extend-shallow "^2.0.1" - fragment-cache "^0.2.1" - is-extglob "^2.1.1" - is-odd "^1.0.0" - kind-of "^4.0.0" - object.pick "^1.2.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - natural-compare@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" @@ -7903,14 +7439,6 @@ object-assign@4.1.1, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^ version "4.1.1" resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" -object-copy@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" - dependencies: - copy-descriptor "^0.1.0" - define-property "^0.2.5" - kind-of "^3.0.3" - object-hash@^1.1.4: version "1.1.8" resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.1.8.tgz#28a659cf987d96a4dabe7860289f3b5326c4a03c" @@ -7927,12 +7455,6 @@ object-values@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/object-values/-/object-values-1.0.0.tgz#72af839630119e5b98c3b02bb8c27e3237158105" -object-visit@^0.3.4: - version "0.3.4" - resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-0.3.4.tgz#ae15cf86f0b2fdd551771636448452c54c3da829" - dependencies: - isobject "^2.0.0" - object.assign@^4.0.4: version "4.0.4" resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.0.4.tgz#b1c9cc044ef1b9fe63606fc141abbb32e14730cc" @@ -7964,12 +7486,6 @@ object.omit@^2.0.0: for-own "^0.1.4" is-extendable "^0.1.1" -object.pick@^1.2.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" - dependencies: - isobject "^3.0.1" - object.values@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.0.4.tgz#e524da09b4f66ff05df457546ec72ac99f13069a" @@ -8221,6 +7737,12 @@ parse-json@^3.0.0: dependencies: error-ex "^1.3.1" +parse-link-header@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/parse-link-header/-/parse-link-header-1.0.1.tgz#bedfe0d2118aeb84be75e7b025419ec8a61140a7" + dependencies: + xtend "~4.0.1" + parse-passwd@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" @@ -8233,10 +7755,6 @@ parseurl@~1.3.1: version "1.3.1" resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.1.tgz#c8ab8c9223ba34888aa64a297b28853bec18da56" -pascalcase@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" - path-browserify@0.0.0: version "0.0.0" resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.0.tgz#a0b870729aae214005b7d5032ec2cbbb0fb4451a" @@ -8331,6 +7849,10 @@ pinkie@^2.0.0: version "2.0.4" resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" +pinpoint@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/pinpoint/-/pinpoint-1.1.0.tgz#0cf7757a6977f1bf7f6a32207b709e377388e874" + pipetteur@^2.0.0: version "2.0.3" resolved "https://registry.yarnpkg.com/pipetteur/-/pipetteur-2.0.3.tgz#1955760959e8d1a11cb2a50ec83eec470633e49f" @@ -8374,12 +7896,9 @@ podda@^1.2.2: babel-runtime "^6.11.6" immutable "^3.8.1" -polished@^1.6.1: - version "1.6.1" - resolved "https://registry.yarnpkg.com/polished/-/polished-1.6.1.tgz#e44056cbf2875e414d03e7760d667bf11c730396" - dependencies: - tsgen "^1.0.0" - typescript "^2.4.2" +polished@^1.6.2: + version "1.6.2" + resolved "https://registry.yarnpkg.com/polished/-/polished-1.6.2.tgz#648960fcf8b9a50f0109ce72378684585694ad6c" portfinder@^1.0.9: version "1.0.13" @@ -8389,10 +7908,6 @@ portfinder@^1.0.9: debug "^2.2.0" mkdirp "0.5.x" -posix-character-classes@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" - postcss-calc@^5.2.0: version "5.3.1" resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-5.3.1.tgz#77bae7ca928ad85716e2fda42f261bf7c1d65b5e" @@ -8747,11 +8262,7 @@ preserve@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b" -prettier@1.4.4: - version "1.4.4" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.4.4.tgz#a8d1447b14c9bf67e6d420dcadd10fb9a4fad65a" - -prettier@^1.5.2: +prettier@^1.6.1: version "1.6.1" resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.6.1.tgz#850f411a3116226193e32ea5acfc21c0f9a76d7d" @@ -8766,12 +8277,6 @@ pretty-error@^2.0.2: renderkid "^2.0.1" utila "~0.4" -pretty-format@^19.0.0: - version "19.0.0" - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-19.0.0.tgz#56530d32acb98a3fa4851c4e2b9d37b420684c84" - dependencies: - ansi-styles "^3.0.0" - pretty-format@^20.0.3: version "20.0.3" resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-20.0.3.tgz#020e350a560a1fe1a98dc3beb6ccffb386de8b14" @@ -8828,13 +8333,7 @@ promise@8.0.1: dependencies: asap "~2.0.3" -promise@^6.0.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/promise/-/promise-6.1.0.tgz#2ce729f6b94b45c26891ad0602c5c90e04c6eef6" - dependencies: - asap "~1.0.0" - -promise@^7.1.1, promise@^7.2.0: +promise@^7.1.1: version "7.3.1" resolved "https://registry.yarnpkg.com/promise/-/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf" dependencies: @@ -8975,7 +8474,7 @@ raf-throttle@^2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/raf-throttle/-/raf-throttle-2.0.3.tgz#d10259094e2c6d77df225622fb847c5ea6d5a313" -raf@3.x, raf@^3.1.0, raf@^3.2.0, raf@^3.3.0, raf@~3.3.0: +raf@3.3.x, raf@3.x, raf@^3.1.0, raf@^3.2.0, raf@~3.3.0: version "3.3.2" resolved "https://registry.yarnpkg.com/raf/-/raf-3.3.2.tgz#0c13be0b5b49b46f76d6669248d527cf2b02fe27" dependencies: @@ -9830,16 +9329,6 @@ regex-cache@^0.4.2: is-equal-shallow "^0.1.3" is-primitive "^2.0.0" -regex-not@^0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-0.1.2.tgz#bc7f1c4944b1188353d07deeb912b94e0ade25db" - -regex-not@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.0.tgz#42f83e39771622df826b02af176525d6a5f157f9" - dependencies: - extend-shallow "^2.0.1" - regexpu-core@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-1.0.0.tgz#86a763f58ee4d7c2f6b102e4764050de7ed90c6b" @@ -9901,7 +9390,7 @@ repeat-element@^1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.2.tgz#ef089a178d1483baae4d93eb98b4f9e4e11d990a" -repeat-string@^1.5.2, repeat-string@^1.6.1: +repeat-string@^1.5.2: version "1.6.1" resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" @@ -10002,7 +9491,7 @@ resolve-from@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" -resolve-url@^0.2.1, resolve-url@~0.2.1: +resolve-url@~0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" @@ -10096,18 +9585,6 @@ safe-buffer@5.1.1, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, s version "5.1.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853" -sane@~1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/sane/-/sane-1.5.0.tgz#a4adeae764d048621ecb27d5f9ecf513101939f3" - dependencies: - anymatch "^1.3.0" - exec-sh "^0.2.0" - fb-watchman "^1.8.0" - minimatch "^3.0.2" - minimist "^1.1.1" - walker "~1.0.5" - watch "~0.10.0" - sane@~1.6.0: version "1.6.0" resolved "https://registry.yarnpkg.com/sane/-/sane-1.6.0.tgz#9610c452307a135d29c1fdfe2547034180c46775" @@ -10230,26 +9707,11 @@ set-blocking@^2.0.0, set-blocking@~2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" -set-getter@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/set-getter/-/set-getter-0.1.0.tgz#d769c182c9d5a51f409145f2fba82e5e86e80376" - dependencies: - to-object-path "^0.3.0" - set-immediate-shim@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz#4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61" -set-value@^0.4.2, set-value@^0.4.3: - version "0.4.3" - resolved "https://registry.yarnpkg.com/set-value/-/set-value-0.4.3.tgz#7db08f9d3d22dc7f78e53af3c3bf4666ecdfccf1" - dependencies: - extend-shallow "^2.0.1" - is-extendable "^0.1.1" - is-plain-object "^2.0.1" - to-object-path "^0.3.0" - -setimmediate@^1.0.4, setimmediate@^1.0.5: +setimmediate@1.0.x, setimmediate@^1.0.4, setimmediate@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" @@ -10335,33 +9797,6 @@ smart-buffer@^1.0.13: version "1.1.15" resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-1.1.15.tgz#7f114b5b65fab3e2a35aa775bb12f0d1c649bf16" -snapdragon-node@^2.0.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" - dependencies: - define-property "^1.0.0" - isobject "^3.0.0" - snapdragon-util "^3.0.1" - -snapdragon-util@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" - dependencies: - kind-of "^3.2.0" - -snapdragon@^0.8.1: - version "0.8.1" - resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.1.tgz#e12b5487faded3e3dea0ac91e9400bf75b401370" - dependencies: - base "^0.11.1" - debug "^2.2.0" - define-property "^0.2.5" - extend-shallow "^2.0.1" - map-cache "^0.2.2" - source-map "^0.5.6" - source-map-resolve "^0.5.0" - use "^2.0.0" - sntp@1.x.x: version "1.0.9" resolved "https://registry.yarnpkg.com/sntp/-/sntp-1.0.9.tgz#6541184cc90aeea6c6e7b35e2659082443c66198" @@ -10412,7 +9847,7 @@ sort-keys@^2.0.0: dependencies: is-plain-obj "^1.0.0" -sorted-immutable-list@^1.1.0: +sorted-immutable-list@1.1.x: version "1.1.0" resolved "https://registry.yarnpkg.com/sorted-immutable-list/-/sorted-immutable-list-1.1.0.tgz#41a62c024bd755c4c57306e20eec92620dae5d97" @@ -10444,25 +9879,12 @@ source-map-resolve@^0.3.0: source-map-url "~0.3.0" urix "~0.1.0" -source-map-resolve@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.0.tgz#fcad0b64b70afb27699e425950cb5ebcd410bc20" - dependencies: - atob "^2.0.0" - resolve-url "^0.2.1" - source-map-url "^0.4.0" - urix "^0.1.0" - source-map-support@^0.4.15: version "0.4.16" resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.16.tgz#16fecf98212467d017d586a2af68d628b9421cd8" dependencies: source-map "^0.5.6" -source-map-url@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3" - source-map-url@~0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.3.0.tgz#7ecaf13b57bcd09da8a40c5d269db33799d4aaf9" @@ -10585,12 +10007,6 @@ specificity@^0.3.0, specificity@^0.3.1: version "0.3.1" resolved "https://registry.yarnpkg.com/specificity/-/specificity-0.3.1.tgz#f1b068424ce317ae07478d95de3c21cf85e8d567" -split-string@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/split-string/-/split-string-2.1.1.tgz#af4b06d821560426446c3cd931cda618940d37d0" - dependencies: - extend-shallow "^2.0.1" - split2@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/split2/-/split2-0.2.1.tgz#02ddac9adc03ec0bb78c1282ec079ca6e85ae900" @@ -10633,13 +10049,6 @@ ssri@^4.1.2, ssri@^4.1.6, ssri@~4.1.6: dependencies: safe-buffer "^5.1.0" -static-extend@^0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" - dependencies: - define-property "^0.2.5" - object-copy "^0.1.0" - "statuses@>= 1.3.1 < 2", statuses@~1.3.1: version "1.3.1" resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.3.1.tgz#faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e" @@ -10972,8 +10381,8 @@ stylelint@^8.0.0: table "^4.0.1" stylis@^3.2.1: - version "3.2.13" - resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.2.13.tgz#1a5d2ff5ab09f362d6d8065186d526740e9f4f24" + version "3.2.14" + resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.2.14.tgz#30700e0507b7a804c03d7e2c28d8ee865697fb50" sugarss@^0.2.0: version "0.2.0" @@ -11256,35 +10665,6 @@ to-fast-properties@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47" -to-object-path@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" - dependencies: - kind-of "^3.0.2" - -to-regex-range@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" - dependencies: - is-number "^3.0.0" - repeat-string "^1.6.1" - -to-regex@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-2.1.0.tgz#e3ad3a40cfe119559a05aea43e4caefacc5e901d" - dependencies: - define-property "^0.2.5" - extend-shallow "^2.0.1" - regex-not "^0.1.1" - -to-regex@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.1.tgz#15358bee4a2c83bd76377ba1dc049d0f18837aae" - dependencies: - define-property "^0.2.5" - extend-shallow "^2.0.1" - regex-not "^1.0.0" - toggle-selection@^1.0.3: version "1.0.6" resolved "https://registry.yarnpkg.com/toggle-selection/-/toggle-selection-1.0.6.tgz#6e45b1263f2017fa0acc7d89d78b15b8bf77da32" @@ -11333,21 +10713,6 @@ tryit@^1.0.1: version "1.0.3" resolved "https://registry.yarnpkg.com/tryit/-/tryit-1.0.3.tgz#393be730a9446fd1ead6da59a014308f36c289cb" -tsgen@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/tsgen/-/tsgen-1.0.0.tgz#04632d4b78df4ba035460205b6f26930a6557ae0" - dependencies: - "@types/babel-code-frame" "^6.20.1" - "@types/babel-types" "^6.7.16" - "@types/babylon" "^6.16.1" - "@types/micromatch" "^2.3.29" - babel-code-frame "^6.22.0" - babel-types "^6.25.0" - babylon "^6.17.4" - lsr "^2.0.0" - micromatch "^3.0.3" - prettier "^1.5.2" - tty-browserify@0.0.0: version "0.0.0" resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6" @@ -11397,10 +10762,6 @@ typedarray@^0.0.6: version "0.0.6" resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" -typescript@^2.4.2: - version "2.5.1" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.5.1.tgz#ce7cc93ada3de19475cc9d17e3adea7aee1832aa" - ua-parser-js@^0.7.9: version "0.7.14" resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.14.tgz#110d53fa4c3f326c121292bbeac904d2e03387ca" @@ -11445,15 +10806,6 @@ underscore@~1.6.0: version "1.6.0" resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.6.0.tgz#8b38b10cacdef63337b8b24e4ff86d45aea529a8" -union-value@^0.2.3: - version "0.2.4" - resolved "https://registry.yarnpkg.com/union-value/-/union-value-0.2.4.tgz#7375152786679057e7b37aa676e83468fc0274f0" - dependencies: - arr-union "^3.1.0" - get-value "^2.0.6" - is-extendable "^0.1.1" - set-value "^0.4.3" - uniq@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff" @@ -11494,13 +10846,6 @@ unpipe@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" -unset-value@^0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-0.1.2.tgz#506810b867f27c2a5a6e9b04833631f6de58d310" - dependencies: - has-value "^0.3.1" - isobject "^3.0.0" - unzip-response@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-1.0.2.tgz#b984f0877fc0a89c2c773cc1ef7b5b232b5b06fe" @@ -11585,14 +10930,6 @@ urlgrey@0.4.4: version "0.4.4" resolved "https://registry.yarnpkg.com/urlgrey/-/urlgrey-0.4.4.tgz#892fe95960805e85519f1cd4389f2cb4cbb7652f" -use@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/use/-/use-2.0.2.tgz#ae28a0d72f93bf22422a18a2e379993112dec8e8" - dependencies: - define-property "^0.2.5" - isobject "^3.0.0" - lazy-cache "^2.0.2" - user-home@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/user-home/-/user-home-2.0.0.tgz#9c70bfd8169bc1dcbf48604e0f04b8b49cde9e9f" @@ -11666,7 +11003,7 @@ validator@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/validator/-/validator-8.1.0.tgz#89cf6b512ff71eba886afd8d10d47f8dc800eac0" -variable-diff@^1.1.0: +variable-diff@1.1.x: version "1.1.0" resolved "https://registry.yarnpkg.com/variable-diff/-/variable-diff-1.1.0.tgz#d2bd5c66db76c13879d96e6a306edc989df978da" dependencies: @@ -11708,6 +11045,10 @@ vm-browserify@0.0.4: dependencies: indexof "0.0.1" +vm2@patriksimek/vm2: + version "3.4.6" + resolved "https://codeload.github.com/patriksimek/vm2/tar.gz/0711926ba6e6fbfb89277d8033cfd11b69888e46" + voca@^1.2.0: version "1.3.0" resolved "https://registry.yarnpkg.com/voca/-/voca-1.3.0.tgz#02751ac839bf0c92e2cfe88e49c393c94dd50ac3" @@ -12158,7 +11499,7 @@ yargs@^4.8.0: y18n "^3.2.1" yargs-parser "^2.4.1" -yargs@^6.0.0, yargs@^6.3.0, yargs@^6.6.0: +yargs@^6.0.0, yargs@^6.6.0: version "6.6.0" resolved "https://registry.yarnpkg.com/yargs/-/yargs-6.6.0.tgz#782ec21ef403345f830a808ca3d513af56065208" dependencies: From 84384bdcfa945e569da0410082278ba88af310e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Hsu=20=28=E5=BE=90=E6=89=BF=E5=BF=97=29?= Date: Thu, 31 Aug 2017 10:30:38 +0800 Subject: [PATCH 2/4] update --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4d99bb63c..eb334337b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "lerna": "^2.1.2", "lerna-changelog": "^0.6.0", "license-checker": "^14.0.0", - "prettier": "^1.6.1", + "prettier": "1.4.4", "stylelint": "^8.0.0" }, "stylelint": { diff --git a/yarn.lock b/yarn.lock index a50c96210..c272b2c28 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8262,9 +8262,9 @@ preserve@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b" -prettier@^1.6.1: - version "1.6.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.6.1.tgz#850f411a3116226193e32ea5acfc21c0f9a76d7d" +prettier@1.4.4: + version "1.4.4" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.4.4.tgz#a8d1447b14c9bf67e6d420dcadd10fb9a4fad65a" pretty-bytes@^4.0.2: version "4.0.2" From 57b9d4ce2628eb68524258ace8493591f2210be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Hsu=20=28=E5=BE=90=E6=89=BF=E5=BF=97=29?= Date: Thu, 31 Aug 2017 11:53:12 +0800 Subject: [PATCH 3/4] update --- packages/mcs-lite-admin-web/src/utils/helpers.js | 2 +- packages/mcs-lite-mobile-web/src/utils/helpers.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mcs-lite-admin-web/src/utils/helpers.js b/packages/mcs-lite-admin-web/src/utils/helpers.js index e8fe19b11..4847cc4b8 100644 --- a/packages/mcs-lite-admin-web/src/utils/helpers.js +++ b/packages/mcs-lite-admin-web/src/utils/helpers.js @@ -5,7 +5,7 @@ * https://github.com/cyclejs-community/redux-cycles/blob/master/example/cycle/test/helpers.js */ -import { mockTimeSource } from '@cycle/time/rxjs'; +import { mockTimeSource } from '@cycle/time/lib/rxjs'; export function assertSourcesSinks(sources, sinks, main, done, timeOpts = {}) { const Time = mockTimeSource(timeOpts); diff --git a/packages/mcs-lite-mobile-web/src/utils/helpers.js b/packages/mcs-lite-mobile-web/src/utils/helpers.js index e8fe19b11..4847cc4b8 100644 --- a/packages/mcs-lite-mobile-web/src/utils/helpers.js +++ b/packages/mcs-lite-mobile-web/src/utils/helpers.js @@ -5,7 +5,7 @@ * https://github.com/cyclejs-community/redux-cycles/blob/master/example/cycle/test/helpers.js */ -import { mockTimeSource } from '@cycle/time/rxjs'; +import { mockTimeSource } from '@cycle/time/lib/rxjs'; export function assertSourcesSinks(sources, sinks, main, done, timeOpts = {}) { const Time = mockTimeSource(timeOpts); From ed37da62f435bd5c8d1d2d466b7f920b94ec4c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Hsu=20=28=E5=BE=90=E6=89=BF=E5=BF=97=29?= Date: Thu, 31 Aug 2017 12:06:29 +0800 Subject: [PATCH 4/4] update --- docs/licenses.csv | 122 +++--------------- .../src/store/configureStore.js | 2 +- .../src/store/configureStore.js | 2 +- yarn.lock | 8 +- 4 files changed, 24 insertions(+), 110 deletions(-) diff --git a/docs/licenses.csv b/docs/licenses.csv index c894c6801..b6aa3d0f7 100644 --- a/docs/licenses.csv +++ b/docs/licenses.csv @@ -1,9 +1,8 @@ "module name","license","repository" "@cycle/http@14.2.0","MIT","https://github.com/cyclejs/cyclejs/tree/master/http" -"@cycle/run@1.0.0","MIT","https://github.com/cyclejs/cyclejs/tree/master/run" "@cycle/run@3.2.0","MIT","https://github.com/cyclejs/cyclejs/tree/master/run" "@cycle/rxjs-run@7.1.0","MIT","https://github.com/cyclejs/cyclejs/tree/master/rxjs-run" -"@cycle/time@0.8.0","MIT","https://github.com/cyclejs/time" +"@cycle/time@0.9.1","MIT","https://github.com/cyclejs/cyclejs/tree/master/time" "@hypnosphi/fuse.js@3.0.9","Apache*","https://github.com/krisk/Fuse" "@storybook/addon-actions@3.2.6","MIT","https://github.com/storybooks/storybook" "@storybook/addon-info@3.2.9","MIT","https://github.com/storybooks/storybook" @@ -17,13 +16,7 @@ "@storybook/react-fuzzy@0.4.0","MIT","https://github.com/storybooks/react-fuzzy-search" "@storybook/react@3.2.8","MIT","https://github.com/storybooks/storybook" "@storybook/ui@3.2.7","MIT","https://github.com/storybooks/storybook" -"@types/babel-code-frame@6.20.1","MIT","https://www.github.com/DefinitelyTyped/DefinitelyTyped" -"@types/babel-types@6.25.1","MIT","https://www.github.com/DefinitelyTyped/DefinitelyTyped" -"@types/babylon@6.16.2","MIT","https://www.github.com/DefinitelyTyped/DefinitelyTyped" -"@types/micromatch@2.3.29","MIT","https://www.github.com/DefinitelyTyped/DefinitelyTyped" -"@types/node@7.0.43","MIT","https://www.github.com/DefinitelyTyped/DefinitelyTyped" "@types/node@8.0.26","MIT","https://www.github.com/DefinitelyTyped/DefinitelyTyped" -"@types/parse-glob@3.0.29","MIT","https://www.github.com/DefinitelyTyped/DefinitelyTyped" "@types/superagent@3.5.3","MIT","https://www.github.com/DefinitelyTyped/DefinitelyTyped" "JSONStream@0.8.4","MIT*","https://github.com/dominictarr/JSONStream" "JSONStream@1.3.1","(MIT OR Apache-2.0)","https://github.com/dominictarr/JSONStream" @@ -79,9 +72,7 @@ "argv@0.0.2","MIT*","" "aria-query@0.7.0","Apache-2.0","https://github.com/A11yance/aria-query" "arr-diff@2.0.0","MIT","https://github.com/jonschlinkert/arr-diff" -"arr-diff@4.0.0","MIT","https://github.com/jonschlinkert/arr-diff" "arr-flatten@1.1.0","MIT","https://github.com/jonschlinkert/arr-flatten" -"arr-union@3.1.0","MIT","https://github.com/jonschlinkert/arr-union" "array-differ@1.0.0","MIT","https://github.com/sindresorhus/array-differ" "array-equal@1.0.0","MIT","https://github.com/component/array-equal" "array-filter@0.0.1","MIT","https://github.com/juliangruber/array-filter" @@ -96,9 +87,7 @@ "array-union@1.0.2","MIT","https://github.com/sindresorhus/array-union" "array-uniq@1.0.3","MIT","https://github.com/sindresorhus/array-uniq" "array-unique@0.2.1","MIT","https://github.com/jonschlinkert/array-unique" -"array-unique@0.3.2","MIT","https://github.com/jonschlinkert/array-unique" "arrify@1.0.1","MIT","https://github.com/sindresorhus/arrify" -"asap@1.0.0","MIT","" "asap@2.0.6","MIT","https://github.com/kriskowal/asap" "asn1.js@4.9.1","MIT","https://github.com/indutny/asn1.js" "asn1@0.2.3","MIT","https://github.com/mcavage/node-asn1" @@ -113,7 +102,6 @@ "async@2.5.0","MIT","https://github.com/caolan/async" "asynckit@0.4.0","MIT","https://github.com/alexindigo/asynckit" "atob@1.1.3","(MIT OR Apache-2.0)","https://github.com/coolaj86/node-browser-compat" -"atob@2.0.3","(MIT OR Apache-2.0)","https://github.com/coolaj86/node-browser-compat/atob" "autoprefixer@6.7.7","MIT","https://github.com/postcss/autoprefixer" "autoprefixer@7.1.2","MIT","https://github.com/postcss/autoprefixer" "autoprefixer@7.1.3","MIT","https://github.com/postcss/autoprefixer" @@ -150,7 +138,6 @@ "babel-helper-replace-supers@6.24.1","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers" "babel-helper-to-multiple-sequence-expressions@0.2.0","MIT","https://github.com/babel/minify/tree/master/packages/babel-helper-to-multiple-sequence-expressions" "babel-helpers@6.24.1","MIT","https://github.com/babel/babel/tree/master/packages/babel-helpers" -"babel-jest@19.0.0","BSD-3-Clause","https://github.com/facebook/jest" "babel-jest@20.0.3","BSD-3-Clause","https://github.com/facebook/jest" "babel-loader@7.1.1","MIT","https://github.com/babel/babel-loader" "babel-loader@7.1.2","MIT","https://github.com/babel/babel-loader" @@ -160,7 +147,6 @@ "babel-plugin-dynamic-import-node@1.0.2","MIT","https://github.com/airbnb/babel-plugin-dynamic-import-node" "babel-plugin-import@1.4.0","MIT","https://github.com/ant-design/babel-plugin-import" "babel-plugin-istanbul@4.1.4","BSD-3-Clause","https://github.com/istanbuljs/babel-plugin-istanbul" -"babel-plugin-jest-hoist@19.0.0","BSD-3-Clause","https://github.com/facebook/jest" "babel-plugin-jest-hoist@20.0.3","BSD-3-Clause","https://github.com/facebook/jest" "babel-plugin-minify-builtins@0.2.0","MIT","https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-builtins" "babel-plugin-minify-constant-folding@0.2.0","MIT","https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-constant-folding" @@ -247,10 +233,10 @@ "babel-plugin-transform-undefined-to-void@6.8.3","MIT","https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-undefined-to-void" "babel-polyfill@6.23.0","MIT","https://github.com/babel/babel/tree/master/packages/babel-polyfill" "babel-polyfill@6.26.0","MIT","https://github.com/babel/babel/tree/master/packages/babel-polyfill" +"babel-polyfill@7.0.0-alpha.19","MIT","https://github.com/babel/babel/tree/master/packages/babel-polyfill" "babel-preset-env@1.5.2","MIT","https://github.com/babel/babel-preset-env" "babel-preset-env@1.6.0","MIT","https://github.com/babel/babel-preset-env" "babel-preset-flow@6.23.0","MIT","https://github.com/babel/babel/tree/master/packages/babel-preset-flow" -"babel-preset-jest@19.0.0","BSD-3-Clause","https://github.com/facebook/jest" "babel-preset-jest@20.0.3","BSD-3-Clause","https://github.com/facebook/jest" "babel-preset-minify@0.2.0","MIT","https://github.com/babel/minify/tree/master/packages/babel-preset-minify" "babel-preset-react-app@3.0.2","BSD-3-Clause","https://github.com/facebookincubator/create-react-app" @@ -269,9 +255,7 @@ "babylon@6.18.0","MIT","https://github.com/babel/babylon" "balanced-match@0.4.2","MIT","https://github.com/juliangruber/balanced-match" "balanced-match@1.0.0","MIT","https://github.com/juliangruber/balanced-match" -"barrage@1.1.0","MIT","https://github.com/ForbesLindesay/barrage" "base64-js@1.2.1","MIT","https://github.com/beatgammit/base64-js" -"base@0.11.1","MIT","https://github.com/node-base/base" "bash-color@0.0.4","MIT","https://github.com/mbilokonsky/bash-color" "batch@0.6.1","MIT","https://github.com/visionmedia/batch" "bcrypt-pbkdf@1.0.1","BSD-3-Clause","" @@ -285,13 +269,12 @@ "bonjour@3.5.0","MIT","https://github.com/watson/bonjour" "boolbase@1.0.0","ISC","https://github.com/fb55/boolbase" "boom@2.10.1","BSD-3-Clause","https://github.com/hapijs/boom" -"bowser@1.7.2","MIT","https://github.com/ded/bowser" +"bowser@1.7.3","MIT","https://github.com/ded/bowser" "boxen@0.6.0","MIT","https://github.com/sindresorhus/boxen" "boxen@1.2.1","MIT","https://github.com/sindresorhus/boxen" "brace-expansion@1.1.7","MIT","https://github.com/juliangruber/brace-expansion" "brace-expansion@1.1.8","MIT","https://github.com/juliangruber/brace-expansion" "braces@1.8.5","MIT","https://github.com/jonschlinkert/braces" -"braces@2.2.2","MIT","https://github.com/micromatch/braces" "brcast@3.0.1","MIT","https://github.com/vesparny/brcast" "brorand@1.1.0","MIT","https://github.com/indutny/brorand" "browser-locale@1.0.3","BSD-2-Clause","https://github.com/maxogden/browser-locale" @@ -318,7 +301,6 @@ "byline@5.0.0","MIT","https://github.com/jahewson/node-byline" "bytes@2.5.0","MIT","https://github.com/visionmedia/bytes.js" "cacache@9.2.9","CC0-1.0","https://github.com/zkat/cacache" -"cache-base@0.8.5","MIT","https://github.com/jonschlinkert/cache-base" "call-limit@1.1.0","ISC","https://github.com/iarna/call-limit" "caller-path@0.1.0","MIT","https://github.com/sindresorhus/caller-path" "callsites@0.2.0","MIT","https://github.com/sindresorhus/callsites" @@ -330,8 +312,8 @@ "camelcase@3.0.0","MIT","https://github.com/sindresorhus/camelcase" "camelcase@4.1.0","MIT","https://github.com/sindresorhus/camelcase" "caniuse-api@1.6.1","MIT","https://github.com/nyalab/caniuse-api" -"caniuse-db@1.0.30000718","CC-BY-4.0","https://github.com/Fyrd/caniuse" -"caniuse-lite@1.0.30000718","CC-BY-4.0","https://github.com/ben-eb/caniuse-lite" +"caniuse-db@1.0.30000721","CC-BY-4.0","https://github.com/Fyrd/caniuse" +"caniuse-lite@1.0.30000721","CC-BY-4.0","https://github.com/ben-eb/caniuse-lite" "capture-stack-trace@1.0.0","MIT","https://github.com/floatdrop/capture-stack-trace" "case-sensitive-paths-webpack-plugin@2.1.1","MIT","https://github.com/Urthen/case-sensitive-paths-webpack-plugin" "caseless@0.11.0","Apache-2.0","https://github.com/mikeal/caseless" @@ -352,7 +334,6 @@ "cipher-base@1.0.4","MIT","https://github.com/crypto-browserify/cipher-base" "circular-json@0.3.3","MIT","https://github.com/WebReflection/circular-json" "clap@1.2.0","MIT","https://github.com/lahmatiy/clap" -"class-utils@0.3.5","MIT","https://github.com/jonschlinkert/class-utils" "classnames@2.2.5","MIT","https://github.com/JedWatson/classnames" "clean-css@4.1.7","MIT","https://github.com/jakubpawlowicz/clean-css" "cli-boxes@1.0.0","MIT","https://github.com/sindresorhus/cli-boxes" @@ -368,7 +349,6 @@ "code-point-at@1.1.0","MIT","https://github.com/sindresorhus/code-point-at" "codecov@2.3.0","MIT","https://github.com/codecov/codecov-node" "codemirror@5.29.0","MIT","https://github.com/codemirror/CodeMirror" -"collection-visit@0.2.3","MIT","https://github.com/jonschlinkert/collection-visit" "color-convert@1.9.0","MIT","https://github.com/Qix-/color-convert" "color-diff@0.1.7","BSD*","https://github.com/markusn/color-diff" "color-name@1.1.3","MIT","https://github.com/dfcreative/color-name" @@ -427,7 +407,6 @@ "cookie@0.3.1","MIT","https://github.com/jshttp/cookie" "cookiejar@2.1.1","MIT","https://github.com/bmeck/node-cookiejar" "copy-concurrently@1.0.5","ISC","https://github.com/npm/copy-concurrently" -"copy-descriptor@0.1.1","MIT","https://github.com/jonschlinkert/copy-descriptor" "copy-to-clipboard@3.0.8","MIT","https://github.com/sudodoki/copy-to-clipboard" "core-js@1.2.7","MIT","https://github.com/zloirock/core-js" "core-js@2.4.1","MIT","https://github.com/zloirock/core-js" @@ -448,7 +427,7 @@ "css-color-names@0.0.4","MIT","https://github.com/bahamas10/css-color-names" "css-in-js-utils@1.0.3","MIT","https://github.com/rofrischmann/css-in-js-utils" "css-loader@0.28.4","MIT","https://github.com/webpack/css-loader" -"css-loader@0.28.5","MIT","https://github.com/webpack/css-loader" +"css-loader@0.28.7","MIT","https://github.com/webpack/css-loader" "css-rule-stream@1.1.0","MIT","https://github.com/anandthakker/css-rule-stream" "css-select@1.2.0","BSD*","https://github.com/fb55/css-select" "css-selector-tokenizer@0.7.0","MIT","https://github.com/css-modules/css-selector-tokenizer" @@ -477,13 +456,14 @@ "d3-time@1.0.7","BSD-3-Clause","https://github.com/d3/d3-time" "d@1.0.0","MIT","https://github.com/medikoo/d" "damerau-levenshtein@1.0.4","BSD-2-Clause","https://github.com/lzrski/node-damerau-levenshtein" -"danger@0.18.0","MIT","https://github.com/danger/danger-js" +"danger@2.0.0-alpha.13","MIT","https://github.com/danger/danger-js" "dargs@4.1.0","MIT","https://github.com/sindresorhus/dargs" "dashdash@1.14.1","MIT","https://github.com/trentm/node-dashdash" "date-fns@1.28.5","MIT","https://github.com/date-fns/date-fns" "date-now@0.1.4","MIT","https://github.com/Colingo/date-now" "dateformat@1.0.12","MIT","https://github.com/felixge/node-dateformat" "debug@2.6.8","MIT","https://github.com/visionmedia/debug" +"debug@3.0.1","MIT","https://github.com/visionmedia/debug" "debuglog@1.0.1","MIT","https://github.com/sam-github/node-debuglog" "decamelize@1.2.0","MIT","https://github.com/sindresorhus/decamelize" "dedent@0.7.0","MIT","https://github.com/dmnd/dedent" @@ -495,8 +475,6 @@ "default-require-extensions@1.0.0","MIT","https://github.com/jamestalmage/default-require-extensions" "defaults@1.0.3","MIT","https://github.com/tmpvar/defaults" "define-properties@1.1.2","MIT","https://github.com/ljharb/define-properties" -"define-property@0.2.5","MIT","https://github.com/jonschlinkert/define-property" -"define-property@1.0.0","MIT","https://github.com/jonschlinkert/define-property" "defined@1.0.0","MIT","https://github.com/substack/defined" "del@2.2.2","MIT","https://github.com/sindresorhus/del" "del@3.0.0","MIT","https://github.com/sindresorhus/del" @@ -558,7 +536,7 @@ "err-code@1.1.2","MIT","https://github.com/IndigoUnited/js-err-code" "errno@0.1.4","MIT","https://github.com/rvagg/node-errno" "error-ex@1.3.1","MIT","https://github.com/qix-/node-error-ex" -"es-abstract@1.8.0","MIT","https://github.com/ljharb/es-abstract" +"es-abstract@1.8.1","MIT","https://github.com/ljharb/es-abstract" "es-to-primitive@1.1.1","MIT","https://github.com/ljharb/es-to-primitive" "es5-ext@0.10.30","MIT","https://github.com/medikoo/es5-ext" "es5-shim@4.5.9","MIT","https://github.com/es-shims/es5-shim" @@ -613,16 +591,13 @@ "execall@1.0.0","MIT","https://github.com/sindresorhus/execall" "exenv@1.2.2","BSD-3-Clause","https://github.com/JedWatson/exenv" "expand-brackets@0.1.5","MIT","https://github.com/jonschlinkert/expand-brackets" -"expand-brackets@2.1.4","MIT","https://github.com/jonschlinkert/expand-brackets" "expand-range@1.8.2","MIT","https://github.com/jonschlinkert/expand-range" "expand-tilde@2.0.2","MIT","https://github.com/jonschlinkert/expand-tilde" "express@4.15.4","MIT","https://github.com/expressjs/express" -"extend-shallow@2.0.1","MIT","https://github.com/jonschlinkert/extend-shallow" "extend@3.0.0","MIT","https://github.com/justmoon/node-extend" "extend@3.0.1","MIT","https://github.com/justmoon/node-extend" "external-editor@2.0.4","MIT","https://github.com/mrkmg/node-external-editor" "extglob@0.3.2","MIT","https://github.com/jonschlinkert/extglob" -"extglob@1.1.0","MIT","https://github.com/jonschlinkert/extglob" "extract-text-webpack-plugin@3.0.0","MIT","https://github.com/webpack-contrib/extract-text-webpack-plugin" "extsprintf@1.0.2","MIT*","https://github.com/davepacheco/node-extsprintf" "extsprintf@1.3.0","MIT","https://github.com/davepacheco/node-extsprintf" @@ -643,7 +618,6 @@ "fileset@2.0.3","MIT","https://github.com/mklabs/node-fileset" "filesize@3.5.10","BSD-3-Clause","https://github.com/avoidwork/filesize.js" "fill-range@2.2.3","MIT","https://github.com/jonschlinkert/fill-range" -"fill-range@4.0.0","MIT","https://github.com/jonschlinkert/fill-range" "filled-array@1.1.0","MIT","https://github.com/sindresorhus/filled-array" "finalhandler@1.0.4","MIT","https://github.com/pillarjs/finalhandler" "find-cache-dir@0.1.1","MIT","https://github.com/jamestalmage/find-cache-dir" @@ -666,7 +640,6 @@ "form-data@2.3.1","MIT","https://github.com/form-data/form-data" "formidable@1.1.1","MIT","https://github.com/felixge/node-formidable" "forwarded@0.1.0","MIT","https://github.com/jshttp/forwarded" -"fragment-cache@0.2.1","MIT","https://github.com/jonschlinkert/fragment-cache" "fresh@0.5.0","MIT","https://github.com/jshttp/fresh" "from2@1.3.0","MIT","https://github.com/hughsk/from2" "from2@2.3.0","MIT","https://github.com/hughsk/from2" @@ -703,7 +676,6 @@ "get-stdin@4.0.1","MIT","https://github.com/sindresorhus/get-stdin" "get-stdin@5.0.1","MIT","https://github.com/sindresorhus/get-stdin" "get-stream@3.0.0","MIT","https://github.com/sindresorhus/get-stream" -"get-value@2.0.6","MIT","https://github.com/jonschlinkert/get-value" "getpass@0.1.7","MIT","https://github.com/arekinath/node-getpass" "gettext-parser@1.1.0","MIT","https://github.com/andris9/gettext-parser" "git-raw-commits@1.2.0","MIT","https://github.com/conventional-changelog/git-raw-commits" @@ -714,7 +686,7 @@ "github-url-from-git@1.4.0","MIT","https://github.com/visionmedia/node-github-url-from-git" "github-url-from-git@1.5.0","MIT","https://github.com/visionmedia/node-github-url-from-git" "github-url-from-username-repo@1.0.2","BSD-2-Clause","https://github.com/robertkowalski/github-url-from-username-repo" -"github@9.3.1","MIT","https://github.com/mikedeboer/node-github" +"github@10.0.0","MIT","https://github.com/mikedeboer/node-github" "glamor@2.20.40","MIT","https://github.com/threepointone/glamor" "glamorous@4.5.0","MIT","https://github.com/paypal/glamorous" "glob-base@0.3.0","MIT","https://github.com/jonschlinkert/glob-base" @@ -751,8 +723,6 @@ "has-flag@2.0.0","MIT","https://github.com/sindresorhus/has-flag" "has-unicode@2.0.0","ISC","https://github.com/iarna/has-unicode" "has-unicode@2.0.1","ISC","https://github.com/iarna/has-unicode" -"has-value@0.3.1","MIT","https://github.com/jonschlinkert/has-value" -"has-values@0.1.4","MIT","https://github.com/jonschlinkert/has-values" "has@1.0.1","MIT","https://github.com/tarruda/has" "hash-base@2.0.2","MIT","https://github.com/crypto-browserify/hash-base" "hash-base@3.0.4","MIT","https://github.com/crypto-browserify/hash-base" @@ -765,7 +735,7 @@ "hmac-drbg@1.0.1","MIT","https://github.com/indutny/hmac-drbg" "hoek@2.16.3","BSD-3-Clause","https://github.com/hapijs/hoek" "hoist-non-react-statics@1.2.0","BSD","https://github.com/mridgway/hoist-non-react-statics" -"hoist-non-react-statics@2.3.0","BSD-3-Clause","https://github.com/mridgway/hoist-non-react-statics" +"hoist-non-react-statics@2.3.1","BSD-3-Clause","https://github.com/mridgway/hoist-non-react-statics" "home-or-tmp@2.0.0","MIT","https://github.com/sindresorhus/home-or-tmp" "homedir-polyfill@1.0.1","MIT","https://github.com/doowb/homedir-polyfill" "hosted-git-info@2.1.5","ISC","https://github.com/npm/hosted-git-info" @@ -833,17 +803,13 @@ "ipaddr.js@1.4.0","MIT","https://github.com/whitequark/ipaddr.js" "irregular-plurals@1.3.0","MIT","https://github.com/sindresorhus/irregular-plurals" "is-absolute-url@2.1.0","MIT","https://github.com/sindresorhus/is-absolute-url" -"is-accessor-descriptor@0.1.6","MIT","https://github.com/jonschlinkert/is-accessor-descriptor" "is-arrayish@0.2.1","MIT","https://github.com/qix-/node-is-arrayish" "is-binary-path@1.0.1","MIT","https://github.com/sindresorhus/is-binary-path" "is-buffer@1.1.5","MIT","https://github.com/feross/is-buffer" "is-builtin-module@1.0.0","MIT","https://github.com/sindresorhus/is-builtin-module" "is-callable@1.1.3","MIT","https://github.com/ljharb/is-callable" "is-ci@1.0.10","MIT","https://github.com/watson/is-ci" -"is-data-descriptor@0.1.4","MIT","https://github.com/jonschlinkert/is-data-descriptor" "is-date-object@1.0.1","MIT","https://github.com/ljharb/is-date-object" -"is-descriptor@0.1.6","MIT","https://github.com/jonschlinkert/is-descriptor" -"is-descriptor@1.0.1","MIT","https://github.com/jonschlinkert/is-descriptor" "is-directory@0.3.1","MIT","https://github.com/jonschlinkert/is-directory" "is-dom@1.0.9","MIT","https://github.com/npm-dom/is-dom" "is-dotfile@1.0.3","MIT","https://github.com/jonschlinkert/is-dotfile" @@ -864,7 +830,6 @@ "is-number@2.1.0","MIT","https://github.com/jonschlinkert/is-number" "is-number@3.0.0","MIT","https://github.com/jonschlinkert/is-number" "is-obj@1.0.1","MIT","https://github.com/sindresorhus/is-obj" -"is-odd@1.0.0","MIT","https://github.com/jonschlinkert/is-odd" "is-path-cwd@1.0.0","MIT","https://github.com/sindresorhus/is-path-cwd" "is-path-in-cwd@1.0.0","MIT","https://github.com/sindresorhus/is-path-in-cwd" "is-path-inside@1.0.0","MIT","https://github.com/sindresorhus/is-path-inside" @@ -908,41 +873,24 @@ "istanbul-reports@1.1.2","BSD-3-Clause","https://github.com/istanbuljs/istanbuljs" "jest-changed-files@20.0.3","BSD-3-Clause","https://github.com/facebook/jest" "jest-cli@20.0.4","BSD-3-Clause","https://github.com/facebook/jest" -"jest-config@19.0.4","BSD-3-Clause","https://github.com/facebook/jest" "jest-config@20.0.4","BSD-3-Clause","https://github.com/facebook/jest" -"jest-diff@19.0.0","BSD-3-Clause","https://github.com/facebook/jest" "jest-diff@20.0.3","BSD-3-Clause","https://github.com/facebook/jest" "jest-docblock@20.0.3","BSD-3-Clause","https://github.com/facebook/jest" -"jest-environment-jsdom@19.0.2","BSD-3-Clause","https://github.com/facebook/jest" "jest-environment-jsdom@20.0.3","BSD-3-Clause","https://github.com/facebook/jest" -"jest-environment-node@19.0.2","BSD-3-Clause","https://github.com/facebook/jest" "jest-environment-node@20.0.3","BSD-3-Clause","https://github.com/facebook/jest" -"jest-file-exists@19.0.0","BSD-3-Clause","https://github.com/facebook/jest" -"jest-haste-map@19.0.2","BSD-3-Clause","https://github.com/facebook/jest" "jest-haste-map@20.0.5","BSD-3-Clause","https://github.com/facebook/jest" -"jest-jasmine2@19.0.2","BSD-3-Clause","https://github.com/facebook/jest" "jest-jasmine2@20.0.4","BSD-3-Clause","https://github.com/facebook/jest" -"jest-matcher-utils@19.0.0","BSD-3-Clause","https://github.com/facebook/jest" "jest-matcher-utils@20.0.3","BSD-3-Clause","https://github.com/facebook/jest" -"jest-matchers@19.0.0","BSD-3-Clause","https://github.com/facebook/jest" "jest-matchers@20.0.3","BSD-3-Clause","https://github.com/facebook/jest" -"jest-message-util@19.0.0","BSD-3-Clause","https://github.com/facebook/jest" "jest-message-util@20.0.3","BSD-3-Clause","https://github.com/facebook/jest" -"jest-mock@19.0.0","BSD-3-Clause","https://github.com/facebook/jest" "jest-mock@20.0.3","BSD-3-Clause","https://github.com/facebook/jest" -"jest-regex-util@19.0.0","BSD-3-Clause","https://github.com/facebook/jest" "jest-regex-util@20.0.3","BSD-3-Clause","https://github.com/facebook/jest" "jest-resolve-dependencies@20.0.3","BSD-3-Clause","https://github.com/facebook/jest" -"jest-resolve@19.0.2","BSD-3-Clause","https://github.com/facebook/jest" "jest-resolve@20.0.4","BSD-3-Clause","https://github.com/facebook/jest" -"jest-runtime@19.0.4","BSD-3-Clause","https://github.com/facebook/jest" "jest-runtime@20.0.4","BSD-3-Clause","https://github.com/facebook/jest" -"jest-snapshot@19.0.2","BSD-3-Clause","https://github.com/facebook/jest" "jest-snapshot@20.0.3","BSD-3-Clause","https://github.com/facebook/jest" "jest-styled-components@4.4.1","MIT","https://github.com/styled-components/jest-styled-components" -"jest-util@19.0.2","BSD-3-Clause","https://github.com/facebook/jest" "jest-util@20.0.3","BSD-3-Clause","https://github.com/facebook/jest" -"jest-validate@19.0.2","BSD-3-Clause","https://github.com/facebook/jest" "jest-validate@20.0.3","BSD-3-Clause","https://github.com/facebook/jest" "jest@20.0.4","BSD-3-Clause","https://github.com/facebook/jest" "jju@1.3.0","WTFPL","https://github.com/rlidwka/jju" @@ -982,13 +930,11 @@ "keycode@2.1.9","MIT","https://github.com/timoxley/keycode" "kind-of@3.2.2","MIT","https://github.com/jonschlinkert/kind-of" "kind-of@4.0.0","MIT","https://github.com/jonschlinkert/kind-of" -"kind-of@5.0.2","MIT","https://github.com/jonschlinkert/kind-of" "klaw@1.3.1","MIT","https://github.com/jprichardson/node-klaw" "known-css-properties@0.2.0","MIT","https://github.com/betit/known-css-properties" "latest-version@2.0.0","MIT","https://github.com/sindresorhus/latest-version" "latest-version@3.1.0","MIT","https://github.com/sindresorhus/latest-version" "lazy-cache@1.0.4","MIT","https://github.com/jonschlinkert/lazy-cache" -"lazy-cache@2.0.2","MIT","https://github.com/jonschlinkert/lazy-cache" "lazy-property@1.0.0","MIT","https://github.com/mikolalysenko/lazy-property" "lazy-req@1.1.0","MIT","https://github.com/sindresorhus/lazy-req" "lcid@1.0.0","MIT","https://github.com/sindresorhus/lcid" @@ -1084,15 +1030,12 @@ "lru-cache@4.0.1","ISC","https://github.com/isaacs/node-lru-cache" "lru-cache@4.0.2","ISC","https://github.com/isaacs/node-lru-cache" "lru-cache@4.1.1","ISC","https://github.com/isaacs/node-lru-cache" -"lsr@2.0.0","MIT","https://github.com/ForbesLindesay/lsr" "macaddress@0.2.8","MIT","https://github.com/scravy/node-macaddress" "make-dir@1.0.0","MIT","https://github.com/sindresorhus/make-dir" "make-fetch-happen@2.5.0","CC0-1.0","https://github.com/zkat/make-fetch-happen" "makeerror@1.0.11","BSD-3-Clause","https://github.com/daaku/nodejs-makeerror" "mantra-core@1.7.0","MIT","https://github.com/mantrajs/mantra-core" -"map-cache@0.2.2","MIT","https://github.com/jonschlinkert/map-cache" "map-obj@1.0.1","MIT","https://github.com/sindresorhus/map-obj" -"map-visit@0.1.5","MIT","https://github.com/jonschlinkert/map-visit" "marked@0.3.6","MIT","https://github.com/chjj/marked" "marksy@2.0.1","MIT","https://github.com/cerebral/marksy" "math-expression-evaluator@1.2.17","MIT","https://github.com/redhivesoftware/math-expression-evaluator.git#readme" @@ -1106,7 +1049,6 @@ "merge@1.2.0","MIT","https://github.com/yeikos/js.merge" "methods@1.1.2","MIT","https://github.com/jshttp/methods" "micromatch@2.3.11","MIT","https://github.com/jonschlinkert/micromatch" -"micromatch@3.0.4","MIT","https://github.com/micromatch/micromatch" "miller-rabin@4.0.0","MIT","https://github.com/indutny/miller-rabin" "mime-db@1.23.0","MIT","https://github.com/jshttp/mime-db" "mime-db@1.27.0","MIT","https://github.com/jshttp/mime-db" @@ -1129,7 +1071,6 @@ "minimist@0.1.0","MIT","https://github.com/substack/minimist" "minimist@1.2.0","MIT","https://github.com/substack/minimist" "mississippi@1.3.0","BSD-2-Clause","https://github.com/maxogden/mississippi" -"mixin-deep@1.2.0","MIT","https://github.com/jonschlinkert/mixin-deep" "mkdirp@0.3.5","MIT","https://github.com/substack/node-mkdirp" "mkdirp@0.5.1","MIT","https://github.com/substack/node-mkdirp" "mobx@2.7.0","MIT","https://github.com/mobxjs/mobx" @@ -1142,7 +1083,6 @@ "multimatch@2.1.0","MIT","https://github.com/sindresorhus/multimatch" "mute-stream@0.0.7","ISC","https://github.com/isaacs/mute-stream" "nan@2.7.0","MIT","https://github.com/nodejs/nan" -"nanomatch@1.2.0","MIT","https://github.com/micromatch/nanomatch" "natural-compare@1.4.0","MIT","https://github.com/litejs/natural-compare-lite" "ncname@1.0.0","MIT","https://github.com/sindresorhus/ncname" "negotiator@0.6.1","MIT","https://github.com/jshttp/negotiator" @@ -1199,17 +1139,14 @@ "nwmatcher@1.4.1","MIT","https://github.com/dperini/nwmatcher" "oauth-sign@0.8.2","Apache-2.0","https://github.com/mikeal/oauth-sign" "object-assign@4.1.1","MIT","https://github.com/sindresorhus/object-assign" -"object-copy@0.1.0","MIT","https://github.com/jonschlinkert/object-copy" "object-hash@1.1.8","MIT","https://github.com/puleos/object-hash" "object-is@1.0.1","MIT","https://github.com/ljharb/object-is" "object-keys@1.0.11","MIT","https://github.com/ljharb/object-keys" "object-values@1.0.0","MIT","https://github.com/sindresorhus/object-values" -"object-visit@0.3.4","MIT","https://github.com/jonschlinkert/object-visit" "object.assign@4.0.4","MIT","https://github.com/ljharb/object.assign" "object.entries@1.0.4","MIT","https://github.com/es-shims/Object.entries" "object.getownpropertydescriptors@2.0.3","MIT","https://github.com/ljharb/object.getownpropertydescriptors" "object.omit@2.0.1","MIT","https://github.com/jonschlinkert/object.omit" -"object.pick@1.3.0","MIT","https://github.com/jonschlinkert/object.pick" "object.values@1.0.4","MIT","https://github.com/es-shims/Object.values" "obuf@1.1.1","MIT","https://github.com/indutny/offset-buffer" "on-finished@2.3.0","MIT","https://github.com/jshttp/on-finished" @@ -1247,14 +1184,14 @@ "param-case@2.1.1","MIT","https://github.com/blakeembrey/param-case" "parse-asn1@5.1.0","ISC","https://github.com/crypto-browserify/parse-asn1" "parse-diff@0.4.0","MIT","https://github.com/sergeyt/parse-diff" -"parse-github-repo-url@1.4.0","MIT","https://github.com/repo-utils/parse-github-repo-url" +"parse-github-repo-url@1.4.1","MIT","https://github.com/repo-utils/parse-github-repo-url" "parse-glob@3.0.4","MIT","https://github.com/jonschlinkert/parse-glob" "parse-json@2.2.0","MIT","https://github.com/sindresorhus/parse-json" "parse-json@3.0.0","MIT","https://github.com/sindresorhus/parse-json" +"parse-link-header@1.0.1","MIT","https://github.com/thlorenz/parse-link-header" "parse-passwd@1.0.0","MIT","https://github.com/doowb/parse-passwd" "parse5@1.5.1","MIT","https://github.com/inikulin/parse5" "parseurl@1.3.1","MIT","https://github.com/pillarjs/parseurl" -"pascalcase@0.1.1","MIT","https://github.com/jonschlinkert/pascalcase" "path-browserify@0.0.0","MIT","https://github.com/substack/path-browserify" "path-dirname@1.0.2","MIT","https://github.com/es128/path-dirname" "path-exists@2.1.0","MIT","https://github.com/sindresorhus/path-exists" @@ -1276,6 +1213,7 @@ "pify@3.0.0","MIT","https://github.com/sindresorhus/pify" "pinkie-promise@2.0.1","MIT","https://github.com/floatdrop/pinkie-promise" "pinkie@2.0.4","MIT","https://github.com/floatdrop/pinkie" +"pinpoint@1.1.0","MIT","https://github.com/curvedmark/pinpoint" "pipetteur@2.0.3","MIT","https://github.com/Munter/pipetteur" "pkg-dir@1.0.0","MIT","https://github.com/sindresorhus/pkg-dir" "pkg-dir@2.0.0","MIT","https://github.com/sindresorhus/pkg-dir" @@ -1283,9 +1221,8 @@ "pluralize@4.0.0","MIT","https://github.com/blakeembrey/pluralize" "po2json@0.4.5","GNU Library General Public License","https://github.com/mikeedwards/po2json" "podda@1.2.2","MIT","https://github.com/arunoda/podda" -"polished@1.6.1","MIT","https://github.com/styled-components/polished" +"polished@1.6.2","MIT","https://github.com/styled-components/polished" "portfinder@1.0.13","MIT","https://github.com/indexzero/node-portfinder" -"posix-character-classes@0.1.1","MIT","https://github.com/jonschlinkert/posix-character-classes" "postcss-calc@5.3.1","MIT","https://github.com/postcss/postcss-calc" "postcss-colormin@2.2.2","MIT","https://github.com/ben-eb/postcss-colormin" "postcss-convert-values@2.6.1","MIT","https://github.com/ben-eb/postcss-convert-values" @@ -1338,10 +1275,8 @@ "prepend-http@1.0.4","MIT","https://github.com/sindresorhus/prepend-http" "preserve@0.2.0","MIT","https://github.com/jonschlinkert/preserve" "prettier@1.4.4","MIT","https://github.com/prettier/prettier" -"prettier@1.6.1","MIT","https://github.com/prettier/prettier" "pretty-bytes@4.0.2","MIT","https://github.com/sindresorhus/pretty-bytes" "pretty-error@2.1.1","MIT","https://github.com/AriaMinaei/pretty-error" -"pretty-format@19.0.0","BSD-3-Clause","https://github.com/facebook/jest" "pretty-format@20.0.3","BSD-3-Clause","https://github.com/facebook/jest" "private@0.1.7","MIT","https://github.com/benjamn/private" "process-nextick-args@1.0.7","MIT","https://github.com/calvinmetcalf/process-nextick-args" @@ -1352,7 +1287,6 @@ "promise-inflight@1.0.1","ISC","https://github.com/iarna/promise-inflight" "promise-retry@1.1.1","MIT","https://github.com/IndigoUnited/node-promise-retry" "promise.prototype.finally@3.0.0","MIT","https://github.com/es-shims/Promise.prototype.finally" -"promise@6.1.0","MIT","https://github.com/then/promise" "promise@7.3.1","MIT","https://github.com/then/promise" "promise@8.0.1","MIT","https://github.com/then/promise" "promzard@0.3.0","ISC","https://github.com/isaacs/promzard" @@ -1486,8 +1420,6 @@ "regenerator-transform@0.10.1","BSD*","https://github.com/facebook/regenerator/tree/master/packages/regenerator-transform" "regenerator-transform@0.9.11","BSD*","https://github.com/facebook/regenerator/tree/master/packages/regenerator-transform" "regex-cache@0.4.3","MIT","https://github.com/jonschlinkert/regex-cache" -"regex-not@0.1.2","MIT","https://github.com/jonschlinkert/regex-not" -"regex-not@1.0.0","MIT","https://github.com/jonschlinkert/regex-not" "regexpu-core@1.0.0","MIT","https://github.com/mathiasbynens/regexpu-core" "regexpu-core@2.0.0","MIT","https://github.com/mathiasbynens/regexpu-core" "registry-auth-token@3.3.1","MIT","https://github.com/rexxars/registry-auth-token" @@ -1529,7 +1461,6 @@ "rxjs@5.4.3","Apache-2.0","https://github.com/ReactiveX/RxJS" "safe-buffer@5.0.1","MIT","https://github.com/feross/safe-buffer" "safe-buffer@5.1.1","MIT","https://github.com/feross/safe-buffer" -"sane@1.5.0","MIT","https://github.com/amasad/sane" "sane@1.6.0","MIT","https://github.com/amasad/sane" "sax@1.2.4","ISC","https://github.com/isaacs/sax-js" "schema-utils@0.3.0","MIT","https://github.com/webpack-contrib/schema-utils" @@ -1548,9 +1479,7 @@ "serve-static@1.12.4","MIT","https://github.com/expressjs/serve-static" "serviceworker-cache-polyfill@4.0.0","MIT","https://github.com/coonsta/cache-polyfill" "set-blocking@2.0.0","ISC","https://github.com/yargs/set-blocking" -"set-getter@0.1.0","MIT","https://github.com/doowb/set-getter" "set-immediate-shim@1.0.1","MIT","https://github.com/sindresorhus/set-immediate-shim" -"set-value@0.4.3","MIT","https://github.com/jonschlinkert/set-value" "setimmediate@1.0.5","MIT","https://github.com/YuzuJS/setImmediate" "setprototypeof@1.0.3","ISC","https://github.com/wesleytodd/setprototypeof" "settle-promise@1.0.0","MIT","https://github.com/timer/settle-promise" @@ -1568,9 +1497,6 @@ "slice-ansi@0.0.4","MIT","https://github.com/chalk/slice-ansi" "slide@1.1.6","ISC","https://github.com/isaacs/slide-flow-control" "smart-buffer@1.1.15","MIT","https://github.com/JoshGlazebrook/smart-buffer" -"snapdragon-node@2.1.1","MIT","https://github.com/jonschlinkert/snapdragon-node" -"snapdragon-util@3.0.1","MIT","https://github.com/jonschlinkert/snapdragon-util" -"snapdragon@0.8.1","MIT","https://github.com/jonschlinkert/snapdragon" "sntp@1.0.9","BSD","https://github.com/hueniverse/sntp" "sockjs-client@1.1.4","MIT","https://github.com/sockjs/sockjs-client" "sockjs@0.3.18","MIT","https://github.com/sockjs/sockjs-node" @@ -1585,10 +1511,8 @@ "source-list-map@0.1.8","MIT","https://github.com/webpack/source-list-map" "source-list-map@2.0.0","MIT","https://github.com/webpack/source-list-map" "source-map-resolve@0.3.1","MIT","https://github.com/lydell/source-map-resolve" -"source-map-resolve@0.5.0","MIT","https://github.com/lydell/source-map-resolve" "source-map-support@0.4.16","MIT","https://github.com/evanw/node-source-map-support" "source-map-url@0.3.0","MIT","https://github.com/lydell/source-map-url" -"source-map-url@0.4.0","MIT","https://github.com/lydell/source-map-url" "source-map@0.1.43","BSD","https://github.com/mozilla/source-map" "source-map@0.2.0","BSD","https://github.com/mozilla/source-map" "source-map@0.4.4","BSD-3-Clause","https://github.com/mozilla/source-map" @@ -1609,7 +1533,6 @@ "spdy-transport@2.0.20","MIT","https://github.com/spdy-http2/spdy-transport" "spdy@3.4.7","MIT","https://github.com/indutny/node-spdy" "specificity@0.3.1","MIT","https://github.com/keeganstreet/specificity" -"split-string@2.1.1","MIT","https://github.com/jonschlinkert/split-string" "split2@0.2.1","ISC","https://github.com/mcollina/split2" "split2@2.1.1","ISC","https://github.com/mcollina/split2" "split@1.0.1","MIT","https://github.com/dominictarr/split" @@ -1617,7 +1540,6 @@ "sshpk@1.13.0","MIT","https://github.com/arekinath/node-sshpk" "sshpk@1.13.1","MIT","https://github.com/arekinath/node-sshpk" "ssri@4.1.6","CC0-1.0","https://github.com/zkat/ssri" -"static-extend@0.1.2","MIT","https://github.com/jonschlinkert/static-extend" "statuses@1.3.1","MIT","https://github.com/jshttp/statuses" "stream-browserify@2.0.1","MIT","https://github.com/substack/stream-browserify" "stream-combiner@0.2.2","MIT","https://github.com/dominictarr/stream-combiner" @@ -1659,14 +1581,14 @@ "stylelint-suitcss@1.0.0","MIT","https://github.com/suitcss/stylelint-suitcss" "stylelint@7.13.0","MIT","https://github.com/stylelint/stylelint" "stylelint@8.0.0","MIT","https://github.com/stylelint/stylelint" -"stylis@3.2.13","MIT","https://github.com/thysultan/stylis.js" +"stylis@3.2.14","MIT","https://github.com/thysultan/stylis.js" "sugarss@0.2.0","MIT","https://github.com/postcss/sugarss" "sugarss@1.0.0","MIT","https://github.com/postcss/sugarss" "superagent@3.5.2","MIT","https://github.com/visionmedia/superagent" "supports-color@0.2.0","MIT","https://github.com/sindresorhus/supports-color" "supports-color@2.0.0","MIT","https://github.com/chalk/supports-color" "supports-color@3.2.3","MIT","https://github.com/chalk/supports-color" -"supports-color@4.2.1","MIT","https://github.com/chalk/supports-color" +"supports-color@4.3.0","MIT","https://github.com/chalk/supports-color" "svg-path-properties@0.2.2","ISC","https://github.com/rveciana/svg-path-properties" "svg-tag-names@1.1.1","MIT","https://github.com/wooorm/svg-tag-names" "svg-tags@1.0.0","MIT","https://github.com/element-io/svg-tags" @@ -1704,10 +1626,6 @@ "tmpl@1.0.4","BSD-3-Clause","https://github.com/daaku/nodejs-tmpl" "to-arraybuffer@1.0.1","MIT","https://github.com/jhiesey/to-arraybuffer" "to-fast-properties@1.0.3","MIT","https://github.com/sindresorhus/to-fast-properties" -"to-object-path@0.3.0","MIT","https://github.com/jonschlinkert/to-object-path" -"to-regex-range@2.1.1","MIT","https://github.com/micromatch/to-regex-range" -"to-regex@2.1.0","MIT","https://github.com/jonschlinkert/to-regex" -"to-regex@3.0.1","MIT","https://github.com/jonschlinkert/to-regex" "toggle-selection@1.0.6","MIT","https://github.com/sudodoki/toggle-selection" "topbar@0.1.3","MIT","https://github.com/buunguyen/topbar" "topojson-client@3.0.0","BSD-3-Clause","https://github.com/topojson/topojson-client" @@ -1720,7 +1638,6 @@ "trim-off-newlines@1.0.1","MIT","https://github.com/stevemao/trim-off-newlines" "trim-right@1.0.1","MIT","https://github.com/sindresorhus/trim-right" "tryit@1.0.3","MIT","https://github.com/HenrikJoreteg/tryit" -"tsgen@1.0.0","MIT","https://github.com/ForbesLindesay/tsgen" "tty-browserify@0.0.0","MIT","https://github.com/substack/tty-browserify" "tunnel-agent@0.4.3","Apache-2.0","https://github.com/mikeal/tunnel-agent" "tunnel-agent@0.6.0","Apache-2.0","https://github.com/mikeal/tunnel-agent" @@ -1731,7 +1648,6 @@ "type-is@1.6.15","MIT","https://github.com/jshttp/type-is" "typedarray-to-buffer@3.1.2","MIT","https://github.com/feross/typedarray-to-buffer" "typedarray@0.0.6","MIT","https://github.com/substack/typedarray" -"typescript@2.5.1","Apache-2.0","https://github.com/Microsoft/TypeScript" "ua-parser-js@0.7.14","(GPL-2.0 OR MIT)","https://github.com/faisalman/ua-parser-js" "uglify-js@2.8.29","BSD-2-Clause","https://github.com/mishoo/UglifyJS2" "uglify-js@3.0.28","BSD-2-Clause","https://github.com/mishoo/UglifyJS2" @@ -1740,7 +1656,6 @@ "uid-number@0.0.6","ISC","https://github.com/isaacs/uid-number" "umask@1.1.0","MIT","https://github.com/smikes/umask" "underscore@1.6.0","MIT","https://github.com/jashkenas/underscore" -"union-value@0.2.4","MIT","https://github.com/jonschlinkert/union-value" "uniq@1.0.1","MIT","https://github.com/mikolalysenko/uniq" "uniqid@4.1.1","MIT","https://github.com/adamhalasz/uniqid" "uniqs@2.0.0","MIT","https://github.com/fgnass/uniqs" @@ -1749,7 +1664,6 @@ "unique-string@1.0.0","MIT","https://github.com/sindresorhus/unique-string" "universalify@0.1.1","MIT","https://github.com/RyanZim/universalify" "unpipe@1.0.0","MIT","https://github.com/stream-utils/unpipe" -"unset-value@0.1.2","MIT","https://github.com/jonschlinkert/unset-value" "unzip-response@1.0.2","MIT","https://github.com/sindresorhus/unzip-response" "unzip-response@2.0.1","MIT","https://github.com/sindresorhus/unzip-response" "update-notifier@1.0.3","BSD-2-Clause","https://github.com/yeoman/update-notifier" @@ -1763,7 +1677,6 @@ "url-parse@1.1.9","MIT","https://github.com/unshiftio/url-parse" "url@0.11.0","MIT","https://github.com/defunctzombie/node-url" "urlgrey@0.4.4","BSD-2-Clause","https://github.com/cainus/urlgrey" -"use@2.0.2","MIT","https://github.com/jonschlinkert/use" "user-home@1.1.1","MIT","https://github.com/sindresorhus/user-home" "user-home@2.0.0","MIT","https://github.com/sindresorhus/user-home" "util-deprecate@1.0.2","MIT","https://github.com/TooTallNate/util-deprecate" @@ -1788,6 +1701,7 @@ "verror@1.10.0","MIT","https://github.com/davepacheco/node-verror" "verror@1.3.6","MIT*","https://github.com/davepacheco/node-verror" "vm-browserify@0.0.4","MIT","https://github.com/substack/vm-browserify" +"vm2@3.4.6","MIT","https://github.com/patriksimek/vm2" "voca@1.3.0","MIT","https://github.com/panzerdp/voca" "walker@1.0.7","Apache-2.0","https://github.com/daaku/nodejs-walker" "warning@3.0.0","BSD-3-Clause","https://github.com/BerkeleyTrue/warning" diff --git a/packages/mcs-lite-admin-web/src/store/configureStore.js b/packages/mcs-lite-admin-web/src/store/configureStore.js index 73e16236a..9ca98ed76 100644 --- a/packages/mcs-lite-admin-web/src/store/configureStore.js +++ b/packages/mcs-lite-admin-web/src/store/configureStore.js @@ -5,7 +5,7 @@ import { createStore, applyMiddleware, compose } from 'redux'; import { run } from '@cycle/rxjs-run'; import { createCycleMiddleware } from 'redux-cycles'; import { makeHTTPDriver } from '@cycle/http'; -import { timeDriver } from '@cycle/time/rxjs'; +import { timeDriver } from '@cycle/time/lib/rxjs'; import { routerMiddleware } from 'react-router-redux'; import { reducer, cycle as main } from '../modules'; diff --git a/packages/mcs-lite-mobile-web/src/store/configureStore.js b/packages/mcs-lite-mobile-web/src/store/configureStore.js index 73e16236a..9ca98ed76 100644 --- a/packages/mcs-lite-mobile-web/src/store/configureStore.js +++ b/packages/mcs-lite-mobile-web/src/store/configureStore.js @@ -5,7 +5,7 @@ import { createStore, applyMiddleware, compose } from 'redux'; import { run } from '@cycle/rxjs-run'; import { createCycleMiddleware } from 'redux-cycles'; import { makeHTTPDriver } from '@cycle/http'; -import { timeDriver } from '@cycle/time/rxjs'; +import { timeDriver } from '@cycle/time/lib/rxjs'; import { routerMiddleware } from 'react-router-redux'; import { reducer, cycle as main } from '../modules'; diff --git a/yarn.lock b/yarn.lock index c272b2c28..96e45e18e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7713,8 +7713,8 @@ parse-diff@^0.4.0: resolved "https://registry.yarnpkg.com/parse-diff/-/parse-diff-0.4.0.tgz#9ce35bcce8fc0b7c58f46d71113394fc0b4982dd" parse-github-repo-url@^1.3.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/parse-github-repo-url/-/parse-github-repo-url-1.4.0.tgz#286c53e2c9962e0641649ee3ac9508fca4dd959c" + version "1.4.1" + resolved "https://registry.yarnpkg.com/parse-github-repo-url/-/parse-github-repo-url-1.4.1.tgz#9e7d8bb252a6cb6ba42595060b7bf6df3dbc1f50" parse-glob@^3.0.4: version "3.0.4" @@ -10426,8 +10426,8 @@ supports-color@^3.1.1, supports-color@^3.1.2, supports-color@^3.2.3: has-flag "^1.0.0" supports-color@^4.0.0, supports-color@^4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.2.1.tgz#65a4bb2631e90e02420dba5554c375a4754bb836" + version "4.3.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.3.0.tgz#0fa3755bb961136cf75ff2ee3eb775822c04a31b" dependencies: has-flag "^2.0.0"