7
7
"url" : " https://github.com/jazibsawar/gatsby-blog-cosmicjs/issues"
8
8
},
9
9
"dependencies" : {
10
- "gatsby" : " ^2.19.12 " ,
11
- "gatsby-background-image" : " ^0.9.14 " ,
12
- "gatsby-image" : " ^2.2.40 " ,
13
- "gatsby-plugin-google-analytics" : " ^2.1.35 " ,
14
- "gatsby-plugin-offline" : " ^3.0.34 " ,
15
- "gatsby-plugin-react-helmet" : " ^3.1.22 " ,
16
- "gatsby-plugin-sharp" : " ^2.4.5 " ,
17
- "gatsby-plugin-typography" : " ^2.3.22 " ,
10
+ "gatsby" : " ^2.20.17 " ,
11
+ "gatsby-background-image" : " ^1.1.1 " ,
12
+ "gatsby-image" : " ^2.3.4 " ,
13
+ "gatsby-plugin-google-analytics" : " ^2.2.4 " ,
14
+ "gatsby-plugin-offline" : " ^3.1.4 " ,
15
+ "gatsby-plugin-react-helmet" : " ^3.2.4 " ,
16
+ "gatsby-plugin-sharp" : " ^2.5.6 " ,
17
+ "gatsby-plugin-typography" : " ^2.4.3 " ,
18
18
"gatsby-source-cosmicjs" : " ^1.1.0" ,
19
- "gatsby-source-filesystem" : " ^2.1.48 " ,
20
- "gatsby-transformer-sharp" : " ^2.3.14 " ,
19
+ "gatsby-source-filesystem" : " ^2.2.4 " ,
20
+ "gatsby-transformer-sharp" : " ^2.4.6 " ,
21
21
"lodash" : " ^4.17.15" ,
22
- "react" : " ^16.12.0 " ,
23
- "react-dom" : " ^16.12.0 " ,
24
- "react-helmet" : " ^5.2.1 " ,
22
+ "react" : " ^16.13.1 " ,
23
+ "react-dom" : " ^16.13.1 " ,
24
+ "react-helmet" : " ^6.0.0 " ,
25
25
"react-typography" : " ^0.16.19" ,
26
26
"typeface-merriweather" : " 0.0.72" ,
27
27
"typeface-montserrat" : " 0.0.75" ,
30
30
},
31
31
"devDependencies" : {
32
32
"eslint" : " ^6.8.0" ,
33
- "eslint-plugin-react" : " ^7.18.3 " ,
34
- "prettier" : " ^1.19.1 "
33
+ "eslint-plugin-react" : " ^7.19.0 " ,
34
+ "prettier" : " ^2.0.4 "
35
35
},
36
36
"homepage" : " https://github.com/gatsbyjs/gatsby-starter-blog#readme" ,
37
37
"keywords" : [
44
44
"url" : " git+https://github.com/gatsbyjs/gatsby-starter-blog.git"
45
45
},
46
46
"scripts" : {
47
+ "dev" : " npm run develop" ,
47
48
"start" : " gatsby build; gatsby serve --port $PORT" ,
48
- "dev" : " gatsby develop" ,
49
49
"lint" : " ./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public ." ,
50
50
"test" : " echo \" Error: no test specified\" && exit 1" ,
51
51
"format" : " prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js' 'src/**/*.md'" ,
52
- "develop" : " gatsby develop" ,
52
+ "develop" : " ENABLE_GATSBY_REFRESH_ENDPOINT=true gatsby develop;" ,
53
+ "poll-content" : " while sleep 1; do curl -X POST http://localhost:8000/__refresh; done" ,
53
54
"build" : " gatsby build" ,
54
55
"fix-semi" : " eslint --quiet --ignore-pattern node_modules --ignore-pattern public --parser babel-eslint --no-eslintrc --rule '{\" semi\" : [2, \" never\" ], \" no-extra-semi\" : [2]}' --fix gatsby-node.js"
55
56
}
56
- }
57
+ }
0 commit comments