44 "version" : " 0.0.0" ,
55 "scripts" : {
66 "build" : " gatsby build" ,
7- "develop" : " GATSBY_GRAPHQL_IDE=playground gatsby develop" ,
7+ "develop" : " gatsby develop" ,
88 "format" : " prettier --write \" **/*.{js,jsx,ts,tsx,json,md}\" " ,
99 "start" : " npm run develop" ,
1010 "serve" : " gatsby serve" ,
1111 "clean" : " gatsby clean" ,
1212 "test" : " echo \" Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
1313 },
1414 "resolutions" : {
15- "graphql" : " 15 .6.0"
15+ "graphql" : " 16 .6.0"
1616 },
1717 "dependencies" : {
1818 "@graphql-tools/schema" : " 8.3.1" ,
2121 "assert" : " 2.0.0" ,
2222 "codemirror" : " 5.65.1" ,
2323 "codemirror-graphql" : " 1.2.11" ,
24- "gatsby" : " 4.24.8 " ,
24+ "gatsby" : " 5.0.1 " ,
2525 "gatsby-plugin-anchor-links" : " 1.2.1" ,
26- "gatsby-plugin-feed" : " 4.7.0" ,
27- "gatsby-plugin-google-analytics" : " 4.7.0" ,
28- "gatsby-plugin-less" : " 6.7.0" ,
29- "gatsby-plugin-typegen" : " 2.2.4" ,
30- "gatsby-plugin-webfonts" : " 2.2.1" ,
31- "gatsby-source-filesystem" : " 4.7.0" ,
32- "gatsby-transformer-remark" : " 5.7.0" ,
26+ "gatsby-plugin-feed" : " 5.0.0" ,
27+ "gatsby-plugin-google-analytics" : " 5.0.0" ,
28+ "gatsby-plugin-less" : " 7.0.0" ,
29+ "gatsby-plugin-webfonts" : " 2.2.2" ,
30+ "gatsby-source-filesystem" : " 5.0.0" ,
31+ "gatsby-transformer-remark" : " 6.0.0" ,
3332 "globby" : " 11.0.4" ,
34- "graphql" : " 15 .6.0" ,
35- "marked" : " 4.0.10 " ,
36- "numbro" : " 2.3.5 " ,
33+ "graphql" : " 16 .6.0" ,
34+ "marked" : " 4.2.2 " ,
35+ "numbro" : " 2.3.6 " ,
3736 "parser-front-matter" : " 1.6.4" ,
38- "prism-react-renderer" : " 1.2.1 " ,
39- "prismjs" : " 1.25 .0" ,
40- "react" : " 17.0.2 " ,
41- "react-dom" : " 17.0.2 " ,
37+ "prism-react-renderer" : " 1.3.5 " ,
38+ "prismjs" : " 1.29 .0" ,
39+ "react" : " 18.2.0 " ,
40+ "react-dom" : " 18.2.0 " ,
4241 "timeago.js" : " 4.0.2"
4342 },
4443 "devDependencies" : {
4544 "@types/codemirror" : " 5.60.5" ,
46- "@types/prismjs" : " 1.16.6 " ,
47- "prettier" : " 2.4 .1"
45+ "@types/prismjs" : " 1.26.0 " ,
46+ "prettier" : " 2.7 .1"
4847 }
4948}
0 commit comments