diff --git a/package.json b/package.json index e6eac23750..313a10a7af 100644 --- a/package.json +++ b/package.json @@ -57,9 +57,9 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@babel/runtime-corejs2": "^7.1.5", + "@babel/runtime-corejs2": "^7.2.0", "css-box-model": "^1.1.1", - "memoize-one": "^4.0.3", + "memoize-one": "^4.1.0", "prop-types": "^15.6.1", "raf-schd": "^4.0.0", "react-redux": "^5.0.7", @@ -81,7 +81,7 @@ "babel-jest": "^23.6.0", "babel-loader": "^8.0.4", "babel-plugin-dev-expression": "^0.2.1", - "babel-plugin-styled-components": "^1.9.3", + "babel-plugin-styled-components": "^1.9.4", "cross-env": "^5.2.0", "enzyme": "^3.8.0", "enzyme-adapter-react-16": "^1.7.1", diff --git a/yarn.lock b/yarn.lock index 91f4474463..a90390e7a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -761,9 +761,10 @@ "@babel/plugin-transform-react-jsx-self" "^7.0.0" "@babel/plugin-transform-react-jsx-source" "^7.0.0" -"@babel/runtime-corejs2@^7.1.5": - version "7.1.5" - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-corejs2-7.1.5.tgz#ec8341c9aec71d1139c985327314739d66b204a0" +"@babel/runtime-corejs2@^7.2.0": + version "7.2.0" + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-corejs2-7.2.0.tgz#5ccd722b72d2c18c6a7224b5751f4b9816b60ada" + integrity sha512-kPfmKoRI8Hpo5ZJGACWyrc9Eq1j3ZIUpUAQT2yH045OuYpccFJ9kYA/eErwzOM2jeBG1sC8XX1nl1EArtuM8tg== dependencies: core-js "^2.5.7" regenerator-runtime "^0.12.0" @@ -2370,7 +2371,7 @@ babel-plugin-react-docgen@^2.0.0: lodash "^4.17.10" react-docgen "^3.0.0-rc.1" -"babel-plugin-styled-components@>= 1", babel-plugin-styled-components@^1.9.3: +"babel-plugin-styled-components@>= 1": version "1.9.3" resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.9.3.tgz#facc61da441d15b291128b36cba07f309ed324f0" integrity sha512-MkRRvMyWRSZti9HlNCROdbrxkaE2TCsRjKqT8OJ1GH4+ksNIIPNEG3HuqWzcwicKbpW6O1KZizOGFEmnpOeD4Q== @@ -2379,6 +2380,15 @@ babel-plugin-react-docgen@^2.0.0: babel-plugin-syntax-jsx "^6.18.0" lodash "^4.17.10" +babel-plugin-styled-components@^1.9.4: + version "1.9.4" + resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.9.4.tgz#5f2c34d31237c6ee1e86453cc5fa488b97136669" + integrity sha512-FIACAvgJsUasYA+CdhPMWUIXWCdUUirz7fL9FGQYNNuOls+bs9OUWWHYVM2W9gjVoS2TXdEMqcOVVyG3Hagd/g== + dependencies: + "@babel/helper-annotate-as-pure" "^7.0.0" + babel-plugin-syntax-jsx "^6.18.0" + lodash "^4.17.10" + babel-plugin-syntax-async-functions@^6.8.0: version "6.13.0" resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz#cad9cad1191b5ad634bf30ae0872391e0647be95" @@ -7183,10 +7193,15 @@ mem@^1.1.0: dependencies: mimic-fn "^1.0.0" -memoize-one@^4.0.0, memoize-one@^4.0.3: +memoize-one@^4.0.0: version "4.0.3" resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-4.0.3.tgz#cdfdd942853f1a1b4c71c5336b8c49da0bf0273c" +memoize-one@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-4.1.0.tgz#a2387c58c03fff27ca390c31b764a79addf3f906" + integrity sha512-2GApq0yI/b22J2j9rhbrAlsHb0Qcz+7yWxeLG8h+95sl1XPUgeLimQSOdur4Vw7cUhrBHwaUZxWFZueojqNRzA== + memory-fs@^0.4.0, memory-fs@^0.4.1, memory-fs@~0.4.1: version "0.4.1" resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552"