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

This commit is contained in:
Jean-Philippe Sirois
2020-05-11 02:07:41 -04:00
parent 781db3f780
commit 2283d40e64
2 changed files with 15 additions and 5 deletions
+14 -4
View File
@@ -11807,11 +11807,21 @@
}
},
"gatsby-plugin-styled-components": {
"version": "3.1.20",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.20.tgz",
"integrity": "sha512-ledGQkZL9DS40IrhbJudZPAIc9gDqL+WcjB630JhT7bJvA0Ss8ugnAHKJYrVslbeCgWUg3ey07NnmLePoaLnXQ==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.3.1.tgz",
"integrity": "sha512-Z21mc6/dJmbch+iAQuCc8dqxOiSDwXitiRq+3zqBloOJAOduHw3Xxb+vyso8iaZBaazpFPUzReqUcGOHZbinig==",
"requires": {
"@babel/runtime": "^7.7.6"
"@babel/runtime": "^7.9.6"
},
"dependencies": {
"@babel/runtime": {
"version": "7.9.6",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz",
"integrity": "sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
}
},
"gatsby-plugin-typescript": {
+1 -1
View File
@@ -37,7 +37,7 @@
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.6.2",
"gatsby-plugin-styled-components": "^3.1.20",
"gatsby-plugin-styled-components": "^3.3.1",
"gatsby-plugin-typescript": "^2.2.2",
"gatsby-remark-auto-headers": "^1.0.3",
"gatsby-remark-katex": "^3.1.25",