add gatsby plugin for styled components because we gettin fout

This commit is contained in:
Wes Bos 2020-01-08 11:29:59 -05:00
parent 1ffc5aee31
commit e32cd00d33
3 changed files with 10 additions and 0 deletions

View file

@ -26,5 +26,6 @@ module.exports = {
icon: `src/images/gatsby-icon.png`, // This path is relative to the root of the site.
},
},
`gatsby-plugin-styled-components`,
],
};

8
package-lock.json generated
View file

@ -7997,6 +7997,14 @@
}
}
},
"gatsby-plugin-styled-components": {
"version": "3.1.16",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.16.tgz",
"integrity": "sha512-ixvMwMCYm70iC23+zkMBmQPNX0UmmumzK+1TtK3LSYicdaXXz7dychaBdiljKD4WMNraXYx49JuZS01yjOZiOw==",
"requires": {
"@babel/runtime": "^7.7.6"
}
},
"gatsby-react-router-scroll": {
"version": "2.1.19",
"resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.19.tgz",

View file

@ -17,6 +17,7 @@
"gatsby-plugin-offline": "^3.0.27",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-sharp": "^2.3.5",
"gatsby-plugin-styled-components": "^3.1.16",
"gatsby-source-filesystem": "^2.1.40",
"gatsby-transformer-sharp": "^2.3.7",
"normalize.css": "^8.0.1",