|
12 | 12 | "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
|
13 | 13 | },
|
14 | 14 | "dependencies": {
|
15 |
| - "@graphql-tools/schema": "6.2.4", |
16 |
| - "codemirror": "5.58.1", |
| 15 | + "@graphql-tools/schema": "7.0.0", |
| 16 | + "codemirror": "5.58.2", |
17 | 17 | "codemirror-graphql": "0.12.3",
|
18 |
| - "gatsby": "2.24.78", |
| 18 | + "gatsby": "2.25.0", |
19 | 19 | "gatsby-plugin-anchor-links": "1.1.1",
|
20 |
| - "gatsby-plugin-feed": "2.5.18", |
21 |
| - "gatsby-plugin-google-analytics": "2.3.18", |
| 20 | + "gatsby-plugin-feed": "2.6.0", |
| 21 | + "gatsby-plugin-google-analytics": "2.4.0", |
22 | 22 | "gatsby-plugin-less": "4.0.6",
|
23 | 23 | "gatsby-plugin-react-helmet": "3.3.14",
|
24 | 24 | "gatsby-plugin-webfonts": "1.1.3",
|
25 |
| - "gatsby-source-filesystem": "2.3.34", |
26 |
| - "gatsby-transformer-remark": "2.8.41", |
27 |
| - "graphql": "15.3.0", |
28 |
| - "marked": "1.2.0", |
| 25 | + "gatsby-source-filesystem": "2.4.0", |
| 26 | + "gatsby-transformer-remark": "2.9.0", |
| 27 | + "graphql": "15.4.0", |
| 28 | + "marked": "1.2.2", |
29 | 29 | "prism-react-renderer": "1.1.1",
|
30 | 30 | "prismjs": "1.22.0",
|
31 |
| - "react": "16.14.0", |
32 |
| - "react-dom": "16.14.0", |
| 31 | + "react": "17.0.1", |
| 32 | + "react-dom": "17.0.1", |
33 | 33 | "react-helmet": "6.1.0"
|
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
36 | 36 | "@types/codemirror": "0.0.98",
|
37 |
| - "@types/prismjs": "1.16.1", |
| 37 | + "@types/prismjs": "1.16.2", |
38 | 38 | "@types/react-helmet": "6.1.0",
|
39 | 39 | "prettier": "2.1.2"
|
40 | 40 | }
|
|
0 commit comments