diff --git a/app/react/package.json b/app/react/package.json index 8783b4e63edd..db703e1c42c6 100644 --- a/app/react/package.json +++ b/app/react/package.json @@ -41,7 +41,7 @@ "babel-preset-stage-0": "^6.24.1", "babel-runtime": "^6.26.0", "case-sensitive-paths-webpack-plugin": "^2.1.1", - "chalk": "^2.1.0", + "chalk": "^2.2.0", "commander": "^2.11.0", "common-tags": "^1.4.0", "configstore": "^3.1.1", diff --git a/app/vue/package.json b/app/vue/package.json index 7ee911b283c2..0eb13bad3026 100644 --- a/app/vue/package.json +++ b/app/vue/package.json @@ -41,7 +41,7 @@ "babel-preset-stage-0": "^6.24.1", "babel-runtime": "^6.26.0", "case-sensitive-paths-webpack-plugin": "^2.1.1", - "chalk": "^2.1.0", + "chalk": "^2.2.0", "commander": "^2.11.0", "common-tags": "^1.4.0", "configstore": "^3.1.1", diff --git a/lib/cli/package.json b/lib/cli/package.json index 96033e021f3c..20fb6de2096d 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@storybook/codemod": "^3.2.12", - "chalk": "^2.1.0", + "chalk": "^2.2.0", "child-process-promise": "^2.2.1", "commander": "^2.11.0", "cross-spawn": "^5.0.1", diff --git a/lib/ui/package.json b/lib/ui/package.json index 36819df84c42..138c80f97eb1 100644 --- a/lib/ui/package.json +++ b/lib/ui/package.json @@ -16,7 +16,7 @@ "dependencies": { "@hypnosphi/fuse.js": "^3.0.9", "@storybook/components": "^3.2.12", - "@storybook/react-fuzzy": "^0.4.0", + "@storybook/react-fuzzy": "^0.4.1", "babel-runtime": "^6.26.0", "deep-equal": "^1.0.1", "events": "^1.1.1", diff --git a/package.json b/package.json index 059398267f1c..11d02077b54b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", - "chalk": "^2.1.0", + "chalk": "^2.2.0", "codecov": "^2.3.1", "commander": "^2.11.0", "danger": "^1.2.0", @@ -71,7 +71,7 @@ "jest": "^21.2.0", "jest-enzyme": "^4.0.1", "lerna": "^2.4.0", - "lint-staged": "^4.1.0", + "lint-staged": "^4.3.0", "lodash": "^4.17.4", "nodemon": "^1.12.1", "npmlog": "^4.1.2", diff --git a/yarn.lock b/yarn.lock index f0ab1ff2c0f4..10098556469e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -21,9 +21,9 @@ git-url-parse "^6.0.2" shelljs "^0.7.0" -"@storybook/react-fuzzy@^0.4.0": - version "0.4.0" - resolved "https://registry.yarnpkg.com/@storybook/react-fuzzy/-/react-fuzzy-0.4.0.tgz#2961e8a1f6c1afcce97e9e9a14d1dfe9d9061087" +"@storybook/react-fuzzy@^0.4.1": + version "0.4.1" + resolved "https://registry.yarnpkg.com/@storybook/react-fuzzy/-/react-fuzzy-0.4.1.tgz#612bdf7768585ad6e086b4738efbf204e94290a0" dependencies: babel-runtime "^6.23.0" classnames "^2.2.5" @@ -2506,6 +2506,14 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0: escape-string-regexp "^1.0.5" supports-color "^4.0.0" +chalk@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.2.0.tgz#477b3bf2f9b8fd5ca9e429747e37f724ee7af240" + dependencies: + ansi-styles "^3.1.0" + escape-string-regexp "^1.0.5" + supports-color "^4.0.0" + chalk@~0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.4.0.tgz#5199a3ddcd0c1efe23bc08c1b027b06176e0c64f" @@ -7233,12 +7241,13 @@ levn@^0.3.0, levn@~0.3.0: prelude-ls "~1.1.2" type-check "~0.3.2" -lint-staged@^4.1.0: - version "4.2.3" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-4.2.3.tgz#5a1f12256af06110b96225f109dbf215009a37a9" +lint-staged@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-4.3.0.tgz#ed0779ad9a42c0dc62bb3244e522870b41125879" dependencies: app-root-path "^2.0.0" chalk "^2.1.0" + commander "^2.11.0" cosmiconfig "^1.1.0" execa "^0.8.0" is-glob "^4.0.0"