Skip to content

Commit adc9a69

Browse files
committed
chore(deps): update dependencies
1 parent 4fcbcbd commit adc9a69

File tree

4 files changed

+1063
-2164
lines changed

4 files changed

+1063
-2164
lines changed

gatsby-config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ module.exports = {
1414
options: {
1515
name: "content",
1616
path: `${__dirname}/src/content`,
17-
include: ["**/*.md"], // ignore files starting with a dot
1817
},
1918
},
2019
`gatsby-transformer-remark`,

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,29 @@
1212
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
1313
},
1414
"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",
1717
"codemirror-graphql": "0.12.3",
18-
"gatsby": "2.24.78",
18+
"gatsby": "2.25.0",
1919
"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",
2222
"gatsby-plugin-less": "4.0.6",
2323
"gatsby-plugin-react-helmet": "3.3.14",
2424
"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",
2929
"prism-react-renderer": "1.1.1",
3030
"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",
3333
"react-helmet": "6.1.0"
3434
},
3535
"devDependencies": {
3636
"@types/codemirror": "0.0.98",
37-
"@types/prismjs": "1.16.1",
37+
"@types/prismjs": "1.16.2",
3838
"@types/react-helmet": "6.1.0",
3939
"prettier": "2.1.2"
4040
}

src/components/CodeLayout/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import React from 'react'
12
import Marked from "../Marked";
23

34
export default ({ title, rawMarkdownBody }: any) => (

0 commit comments

Comments
 (0)