dependabot-preview[bot]
2019-10-01 12:12:32 +00:00
committed by repo-ranger[bot]
parent 6d23384f5d
commit 995408a419
2 changed files with 22 additions and 5 deletions
+21 -4
View File
@@ -12478,12 +12478,29 @@
}
},
"gatsby-plugin-styled-components": {
"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==",
"version": "3.1.8",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.8.tgz",
"integrity": "sha512-TtCGZWO1+XeiwHuZx8hCEYZUOwdoh4wdQAH4/UYJuf0ZrpufdcOCfyZr0fHwQuvYm/G8EKD50u6WS2sm5s3/5w==",
"dev": true,
"requires": {
"@babel/runtime": "^7.6.0"
"@babel/runtime": "^7.6.2"
},
"dependencies": {
"@babel/runtime": {
"version": "7.6.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz",
"integrity": "sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==",
"dev": true,
"requires": {
"regenerator-runtime": "^0.13.2"
}
},
"regenerator-runtime": {
"version": "0.13.3",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz",
"integrity": "sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==",
"dev": true
}
}
},
"gatsby-plugin-typescript": {
+1 -1
View File
@@ -204,7 +204,7 @@
"gatsby-plugin-page-creator": "^2.1.23",
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-remove-trailing-slashes": "^2.1.9",
"gatsby-plugin-styled-components": "^3.1.6",
"gatsby-plugin-styled-components": "^3.1.8",
"gatsby-plugin-typescript": "^2.1.11",
"got": "^9.6.0",
"humanize-string": "^2.1.0",