chore(deps): bump gatsby-plugin-styled-components to 3.1.16

This commit is contained in:
Jean-Philippe Sirois
2019-12-16 00:08:50 -05:00
parent c9dbf2a211
commit 2be3b5fe85
2 changed files with 15 additions and 5 deletions
+14 -4
View File
@@ -11739,11 +11739,21 @@
}
},
"gatsby-plugin-styled-components": {
"version": "3.1.13",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.13.tgz",
"integrity": "sha512-AR3uBAqEixvPoO/Y43qhMNLb/StYFrCLOwAFqngekQqaXEto8CJjEyG8S/7CFbCH+FITfDrHh19yyR1qwIuQcw==",
"version": "3.1.16",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.16.tgz",
"integrity": "sha512-ixvMwMCYm70iC23+zkMBmQPNX0UmmumzK+1TtK3LSYicdaXXz7dychaBdiljKD4WMNraXYx49JuZS01yjOZiOw==",
"requires": {
"@babel/runtime": "^7.7.2"
"@babel/runtime": "^7.7.6"
},
"dependencies": {
"@babel/runtime": {
"version": "7.7.6",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.6.tgz",
"integrity": "sha512-BWAJxpNVa0QlE5gZdWjSxXtemZyZ9RmrmVozxt3NUXeZhVIJ5ANyqmMc0JDrivBZyxUuQvFxlvH4OWWOogGfUw==",
"requires": {
"regenerator-runtime": "^0.13.2"
}
}
}
},
"gatsby-plugin-typescript": {