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

This commit is contained in:
Jean-Philippe Sirois
2019-09-23 17:48:44 -04:00
parent b9757baf78
commit 1213d4722c
2 changed files with 15 additions and 5 deletions
+14 -4
View File
@@ -9467,11 +9467,21 @@
}
},
"gatsby-plugin-styled-components": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.2.tgz",
"integrity": "sha512-9MjGXl5ddN2L7jKlSjrobtxbR1gIIpBOmFcfkmNPdL/7rMUkWR6bLmAQ6fUPGCIwTLyvYsNjBZhtAwhUY+NTBw==",
"version": "3.1.6",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.6.tgz",
"integrity": "sha512-JAvOGuF9y9L3jmTjn9s5YDuAtmdVENH8s2awXdgDN3dnoSa4DM8f7jKn7Sb2p+vw5cHqr7ZRC2izAs6iwvd6bw==",
"requires": {
"@babel/runtime": "^7.0.0"
"@babel/runtime": "^7.6.0"
},
"dependencies": {
"@babel/runtime": {
"version": "7.6.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz",
"integrity": "sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==",
"requires": {
"regenerator-runtime": "^0.13.2"
}
}
}
},
"gatsby-plugin-typescript": {
+1 -1
View File
@@ -39,7 +39,7 @@
"gatsby-plugin-react-helmet": "^3.1.8",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-sharp": "^2.2.25",
"gatsby-plugin-styled-components": "^3.1.2",
"gatsby-plugin-styled-components": "^3.1.6",
"gatsby-plugin-typescript": "^2.1.2",
"gatsby-remark-auto-headers": "^1.0.3",
"gatsby-source-filesystem": "^2.1.8",