mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
chore(deps): bump gatsby-plugin-styled-components to 3.3.1
This commit is contained in:
Generated
+14
-4
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user