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

This commit is contained in:
Jean-Philippe Sirois
2019-11-21 04:02:47 -05:00
parent 9d22e42ac1
commit 92941b32e6
2 changed files with 15 additions and 5 deletions
+14 -4
View File
@@ -11207,11 +11207,21 @@
}
},
"gatsby-plugin-styled-components": {
"version": "3.1.11",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.11.tgz",
"integrity": "sha512-10RgU3FcXNctDfFHpiAKQOmYBZlbeZSOfG1mqjWjz/BmYqkLoIaQfTwEMmBpH40DGf72pG2PUOGoDVDrikPKOA==",
"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==",
"requires": {
"@babel/runtime": "^7.6.3"
"@babel/runtime": "^7.7.2"
},
"dependencies": {
"@babel/runtime": {
"version": "7.7.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.2.tgz",
"integrity": "sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==",
"requires": {
"regenerator-runtime": "^0.13.2"
}
}
}
},
"gatsby-plugin-typescript": {