File tree 8 files changed +5411
-2762
lines changed 8 files changed +5411
-2762
lines changed Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"@reach/router" : " ^1.1.1" ,
8
8
"gatsby" : " ^2.18.17" ,
9
- "gatsby-cli" : " ^2.7.34 " ,
9
+ "gatsby-cli" : " ^2.12.15 " ,
10
10
"gatsby-link" : " ^2.2.6" ,
11
11
"gatsby-plugin-algolia-docsearch" : " ^1.0.5" ,
12
12
"gatsby-plugin-csp" : " ^1.1.3" ,
22
22
"gatsby-source-filesystem" : " ^2.1.11" ,
23
23
"gatsby-transformer-remark" : " ^2.6.15" ,
24
24
"gatsby-transformer-sharp" : " ^2.2.7" ,
25
- "node-sass" : " 4.12.0 " ,
25
+ "node-sass" : " ^4.14.1 " ,
26
26
"react" : " ^16.4.2" ,
27
- "react-helmet" : " ^5.2.1 " ,
27
+ "react-helmet" : " ^6.0.0 " ,
28
28
"webpack" : " ^4.0.0"
29
29
},
30
30
"keywords" : [
44
44
"devDependencies" : {
45
45
"babel-eslint" : " ^10.0.3" ,
46
46
"classnames" : " ^2.2.6" ,
47
- "eslint" : " ^6.2.1 " ,
47
+ "eslint" : " ^7.0.0 " ,
48
48
"eslint-plugin-import" : " ^2.18.2" ,
49
49
"eslint-plugin-react" : " ^7.15.1" ,
50
50
"gh-pages" : " ^2.1.1" ,
51
51
"is_js" : " ^0.9.0" ,
52
- "prettier" : " ^1.18.2 " ,
52
+ "prettier" : " ^2.0.5 " ,
53
53
"react-dom" : " ^16.4.2" ,
54
54
"slugify" : " ^1.3.4"
55
55
}
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
- import Helmet from "react-helmet" ;
2
+ import { Helmet } from "react-helmet" ;
3
3
import { withPrefix } from "gatsby-link" ;
4
4
import GatsbyConfig from "../../../gatsby-config" ;
5
5
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
2
import PropTypes from "prop-types" ;
3
- import Helmet from "react-helmet" ;
3
+ import { Helmet } from "react-helmet" ;
4
4
import GatsbyConfig from "../../gatsby-config" ;
5
5
6
6
import Header from "../components/header/header" ;
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
- import Helmet from "react-helmet" ;
2
+ import { Helmet } from "react-helmet" ;
3
3
import slugify from "slugify" ;
4
4
import GatsbyConfig from "../../../gatsby-config" ;
5
5
import { graphql } from "gatsby" ;
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
- import Helmet from "react-helmet" ;
2
+ import { Helmet } from "react-helmet" ;
3
3
import Link from "gatsby-link" ;
4
4
import GatsbyConfig from "../../../gatsby-config" ;
5
5
import { graphql } from "gatsby" ;
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
- import Helmet from "react-helmet" ;
2
+ import { Helmet } from "react-helmet" ;
3
3
import Link from "gatsby-link" ;
4
4
import { graphql } from "gatsby" ;
5
5
import GatsbyConfig from "../../gatsby-config" ;
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
- import Helmet from "react-helmet" ;
2
+ import { Helmet } from "react-helmet" ;
3
3
import Link from "gatsby-link" ;
4
4
import { graphql } from "gatsby" ;
5
5
import GatsbyConfig from "../../gatsby-config" ;
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments