File tree 3 files changed +2379
-2554
lines changed
3 files changed +2379
-2554
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,6 @@ module.exports = {
28
28
icon : `src/images/favicon.png` , // This path is relative to the root of the site.
29
29
} ,
30
30
} ,
31
- {
32
- resolve : 'gatsby-plugin-favicon' ,
33
- options : {
34
- logo : './src/images/favicon.png' ,
35
- } ,
36
- } ,
37
31
`gatsby-transformer-yaml` ,
38
32
{
39
33
resolve : `gatsby-source-filesystem` ,
@@ -42,8 +36,5 @@ module.exports = {
42
36
} ,
43
37
} ,
44
38
'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`,
48
39
] ,
49
40
} ;
Original file line number Diff line number Diff line change 6
6
"author" : " Python Pizza" ,
7
7
"dependencies" : {
8
8
"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" ,
12
11
"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" ,
15
14
"gatsby-plugin-react-helmet" : " ^3.1.7" ,
16
- "gatsby-plugin-sharp" : " ^2.0.37 " ,
15
+ "gatsby-plugin-sharp" : " ^2.2.22 " ,
17
16
"gatsby-source-filesystem" : " ^2.1.22" ,
18
17
"gatsby-transformer-sharp" : " ^2.2.14" ,
19
- "gatsby-transformer-yaml" : " ^2.1.12 " ,
18
+ "gatsby-transformer-yaml" : " ^2.2.9 " ,
20
19
"postcss-custom-media" : " ^7.0.8" ,
21
20
"postcss-nested" : " ^4.1.2" ,
22
21
"prop-types" : " ^15.7.2" ,
23
- "react" : " ^16.8.6 " ,
22
+ "react" : " ^16.9.0 " ,
24
23
"react-dom" : " ^16.9.0" ,
25
24
"react-helmet" : " ^5.2.1"
26
25
},
27
26
"devDependencies" : {
28
- "prettier" : " ^1.17.1 "
27
+ "prettier" : " ^1.18.2 "
29
28
},
30
29
"license" : " MIT" ,
31
30
"scripts" : {
You can’t perform that action at this time.
0 commit comments