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

This commit is contained in:
Jean-Philippe Sirois
2020-12-03 13:47:30 -05:00
parent 3d7e7712ed
commit ff65ac05b1
2 changed files with 15 additions and 5 deletions
+14 -4
View File
@@ -15397,11 +15397,21 @@
} }
}, },
"gatsby-plugin-styled-components": { "gatsby-plugin-styled-components": {
"version": "3.3.2", "version": "3.6.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.3.2.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.6.0.tgz",
"integrity": "sha512-35HizeyitTzt7Eph42eWEVEUxfV3YXo1xPzuXILQ/P/U+awoW2VfdbEps3x61kfb668sDOAULFPcS+9EAWvK8w==", "integrity": "sha512-Pk7BtQfxuCoQKmzhVa762bhWtSIiY3EX86GemXyaLh81+HSkmQR371/GRAXB5CuiLi87Uf64+KcTYUJXyFOOAg==",
"requires": { "requires": {
"@babel/runtime": "^7.9.6" "@babel/runtime": "^7.12.5"
},
"dependencies": {
"@babel/runtime": {
"version": "7.12.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
"integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
} }
}, },
"gatsby-plugin-typescript": { "gatsby-plugin-typescript": {
+1 -1
View File
@@ -43,7 +43,7 @@
"gatsby-plugin-react-helmet": "^3.6.0", "gatsby-plugin-react-helmet": "^3.6.0",
"gatsby-plugin-react-svg": "^3.0.0", "gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.10.0", "gatsby-plugin-sharp": "^2.10.0",
"gatsby-plugin-styled-components": "^3.3.2", "gatsby-plugin-styled-components": "^3.6.0",
"gatsby-remark-auto-headers-improved": "^1.0.4", "gatsby-remark-auto-headers-improved": "^1.0.4",
"gatsby-source-filesystem": "^2.3.8", "gatsby-source-filesystem": "^2.3.8",
"gatsby-transformer-sharp": "^2.5.3", "gatsby-transformer-sharp": "^2.5.3",