File tree Expand file tree Collapse file tree 3 files changed +2379
-2554
lines changed
Expand file tree Collapse file tree 3 files changed +2379
-2554
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,6 @@ module.exports = {
2828 icon : `src/images/favicon.png` , // This path is relative to the root of the site.
2929 } ,
3030 } ,
31- {
32- resolve : 'gatsby-plugin-favicon' ,
33- options : {
34- logo : './src/images/favicon.png' ,
35- } ,
36- } ,
3731 `gatsby-transformer-yaml` ,
3832 {
3933 resolve : `gatsby-source-filesystem` ,
@@ -42,8 +36,5 @@ module.exports = {
4236 } ,
4337 } ,
4438 'gatsby-plugin-postcss' ,
45- // this (optional) plugin enables Progressive Web App + Offline functionality
46- // To learn more, visit: https://gatsby.dev/offline
47- // `gatsby-plugin-offline`,
4839 ] ,
4940} ;
Original file line number Diff line number Diff line change 66 "author" : " Python Pizza" ,
77 "dependencies" : {
88 "classnames" : " ^2.2.6" ,
9- "gatsby" : " ^2.5.5" ,
10- "gatsby-image" : " ^2.1.0" ,
11- "gatsby-plugin-favicon" : " ^3.1.6" ,
9+ "gatsby" : " ^2.15.15" ,
10+ "gatsby-image" : " ^2.2.19" ,
1211 "gatsby-plugin-manifest" : " ^2.2.16" ,
13- "gatsby-plugin-offline" : " ^2.1.1 " ,
14- "gatsby-plugin-postcss" : " ^2.0 .7" ,
12+ "gatsby-plugin-offline" : " ^3.0.6 " ,
13+ "gatsby-plugin-postcss" : " ^2.1 .7" ,
1514 "gatsby-plugin-react-helmet" : " ^3.1.7" ,
16- "gatsby-plugin-sharp" : " ^2.0.37 " ,
15+ "gatsby-plugin-sharp" : " ^2.2.22 " ,
1716 "gatsby-source-filesystem" : " ^2.1.22" ,
1817 "gatsby-transformer-sharp" : " ^2.2.14" ,
19- "gatsby-transformer-yaml" : " ^2.1.12 " ,
18+ "gatsby-transformer-yaml" : " ^2.2.9 " ,
2019 "postcss-custom-media" : " ^7.0.8" ,
2120 "postcss-nested" : " ^4.1.2" ,
2221 "prop-types" : " ^15.7.2" ,
23- "react" : " ^16.8.6 " ,
22+ "react" : " ^16.9.0 " ,
2423 "react-dom" : " ^16.9.0" ,
2524 "react-helmet" : " ^5.2.1"
2625 },
2726 "devDependencies" : {
28- "prettier" : " ^1.17.1 "
27+ "prettier" : " ^1.18.2 "
2928 },
3029 "license" : " MIT" ,
3130 "scripts" : {
You can’t perform that action at this time.
0 commit comments