diff --git a/lib/core/package.json b/lib/core/package.json index 7ed115c4917b..2a527c9a2549 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -30,7 +30,7 @@ "@storybook/core-events": "4.0.0-alpha.21", "@storybook/node-logger": "4.0.0-alpha.21", "@storybook/ui": "4.0.0-alpha.21", - "airbnb-js-shims": "^2.1.0", + "airbnb-js-shims": "^1 || ^2", "autoprefixer": "^9.1.3", "babel-plugin-macros": "^2.2.2", "babel-preset-minify": "canary", diff --git a/yarn.lock b/yarn.lock index aa8ddd03d5c5..69dcbe56b7cd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2148,9 +2148,9 @@ agentkeepalive@^3.3.0, agentkeepalive@^3.4.1: dependencies: humanize-ms "^1.2.1" -airbnb-js-shims@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/airbnb-js-shims/-/airbnb-js-shims-2.1.0.tgz#f5db3f4ddcf3ca32b9ecb16e4337510d4b97ca31" +"airbnb-js-shims@^1 || ^2": + version "2.1.1" + resolved "https://registry.yarnpkg.com/airbnb-js-shims/-/airbnb-js-shims-2.1.1.tgz#a509611480db7e6d9db62fe2acfaeb473b6842ac" dependencies: array-includes "^3.0.3" array.prototype.flat "^1.2.1"