diff --git a/demo/package.json b/demo/package.json index c24bec1c..bd3b59ab 100644 --- a/demo/package.json +++ b/demo/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "babel-plugin-polished": "^1.0.3", - "babel-plugin-styled-components": "^1.5.0", + "babel-plugin-styled-components": "^1.12.0", "express": "^4.15.2", "formidable-oss-badges": "^0.2.1", "lru-cache": "^4.0.2", diff --git a/demo/yarn.lock b/demo/yarn.lock index 8cf6e486..2a76177f 100644 --- a/demo/yarn.lock +++ b/demo/yarn.lock @@ -592,7 +592,7 @@ babel-plugin-react-require@3.0.0: resolved "https://registry.yarnpkg.com/babel-plugin-react-require/-/babel-plugin-react-require-3.0.0.tgz#2e4e7b4496b93a654a1c80042276de4e4eeb20e3" integrity sha1-Lk57RJa5OmVKHIAEInbeTk7rIOM= -"babel-plugin-styled-components@>= 1", babel-plugin-styled-components@^1.5.0: +"babel-plugin-styled-components@>= 1": version "1.10.6" resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.6.tgz#f8782953751115faf09a9f92431436912c34006b" integrity sha512-gyQj/Zf1kQti66100PhrCRjI5ldjaze9O0M3emXRPAN80Zsf8+e1thpTpaXJXVHXtaM4/+dJEgZHyS9Its+8SA== @@ -602,6 +602,16 @@ babel-plugin-react-require@3.0.0: babel-plugin-syntax-jsx "^6.18.0" lodash "^4.17.11" +babel-plugin-styled-components@^1.12.0: + version "1.12.0" + resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.12.0.tgz#1dec1676512177de6b827211e9eda5a30db4f9b9" + integrity sha512-FEiD7l5ZABdJPpLssKXjBUJMYqzbcNzBowfXDCdJhOpbhWiewapUaY+LZGT8R4Jg2TwOjGjG4RKeyrO5p9sBkA== + dependencies: + "@babel/helper-annotate-as-pure" "^7.0.0" + "@babel/helper-module-imports" "^7.0.0" + babel-plugin-syntax-jsx "^6.18.0" + lodash "^4.17.11" + 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"