diff --git a/package-lock.json b/package-lock.json index b87c1267..e7ed1d73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,6 +62,14 @@ "@babel/types": "^7.0.0" } }, + "@babel/helper-module-imports": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz", + "integrity": "sha512-aP/hlLq01DWNEiDg4Jn23i+CXxW/owM4WpDLFUbpjxe4NS3BhLVZQ5i7E0ZrxuQ/vwekIeciyamgB1UIYxxM6A==", + "requires": { + "@babel/types": "^7.0.0" + } + }, "@babel/helper-split-export-declaration": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz", @@ -1031,11 +1039,12 @@ } }, "babel-plugin-styled-components": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-1.9.4.tgz", - "integrity": "sha512-FIACAvgJsUasYA+CdhPMWUIXWCdUUirz7fL9FGQYNNuOls+bs9OUWWHYVM2W9gjVoS2TXdEMqcOVVyG3Hagd/g==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.0.tgz", + "integrity": "sha512-sQVKG8irFXx14ZfaK1bBePirfkacl3j8nZwSZK+ZjsbnadRHKQTbhXbe/RB1vT6Vgkz45E+V95LBq4KqdhZUNw==", "requires": { "@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.10" } diff --git a/package.json b/package.json index 971d439a..2405145e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "gatsby/react-dom": "16.0.0" }, "dependencies": { - "babel-plugin-styled-components": "1.9.4", + "babel-plugin-styled-components": "1.10.0", "gatsby": "1.9.279", "gatsby-link": "1.6.46", "gatsby-plugin-catch-links": "1.0.26",