Skip to content

Commit 5e3d39a

Browse files
committed
Upgrade dependencies.
1 parent e000ff5 commit 5e3d39a

14 files changed

Lines changed: 16685 additions & 11394 deletions

File tree

package-lock.json

Lines changed: 12304 additions & 9663 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,54 +4,54 @@
44
"version": "1.1.0",
55
"author": "Ruben Harutyunyan <vagr9k@gmail.com>",
66
"dependencies": {
7-
"gatsby": "^2.20.12",
8-
"gatsby-image": "^2.3.1",
9-
"gatsby-plugin-catch-links": "^2.2.1",
10-
"gatsby-plugin-feed": "^2.4.1",
11-
"gatsby-plugin-google-analytics": "^2.2.2",
12-
"gatsby-plugin-lodash": "^3.2.1",
13-
"gatsby-plugin-manifest": "^2.3.3",
14-
"gatsby-plugin-netlify-cms": "^4.2.2",
15-
"gatsby-plugin-nprogress": "^2.2.1",
16-
"gatsby-plugin-offline": "^3.1.2",
17-
"gatsby-plugin-react-helmet": "^3.2.1",
18-
"gatsby-plugin-sharp": "^2.5.3",
19-
"gatsby-plugin-sitemap": "^2.3.1",
20-
"gatsby-plugin-twitter": "^2.2.1",
21-
"gatsby-remark-autolink-headers": "^2.2.1",
22-
"gatsby-remark-copy-linked-files": "^2.2.1",
23-
"gatsby-remark-images": "^3.2.1",
24-
"gatsby-remark-prismjs": "^3.4.1",
7+
"gatsby": "^2.22.15",
8+
"gatsby-image": "^2.4.5",
9+
"gatsby-plugin-catch-links": "^2.3.3",
10+
"gatsby-plugin-feed": "^2.5.3",
11+
"gatsby-plugin-google-analytics": "^2.3.2",
12+
"gatsby-plugin-lodash": "^3.3.2",
13+
"gatsby-plugin-manifest": "^2.4.9",
14+
"gatsby-plugin-netlify-cms": "^4.3.3",
15+
"gatsby-plugin-nprogress": "^2.3.2",
16+
"gatsby-plugin-offline": "^3.2.7",
17+
"gatsby-plugin-react-helmet": "^3.3.2",
18+
"gatsby-plugin-sharp": "^2.6.9",
19+
"gatsby-plugin-sitemap": "^2.4.3",
20+
"gatsby-plugin-twitter": "^2.3.2",
21+
"gatsby-remark-autolink-headers": "^2.3.3",
22+
"gatsby-remark-copy-linked-files": "^2.3.3",
23+
"gatsby-remark-images": "^3.3.8",
24+
"gatsby-remark-prismjs": "^3.5.2",
2525
"gatsby-remark-relative-images": "^0.3.0",
26-
"gatsby-remark-responsive-iframe": "^2.3.1",
27-
"gatsby-source-filesystem": "^2.2.2",
28-
"gatsby-transformer-remark": "^2.7.1",
29-
"gatsby-transformer-sharp": "^2.4.3",
26+
"gatsby-remark-responsive-iframe": "^2.4.3",
27+
"gatsby-source-filesystem": "^2.3.8",
28+
"gatsby-transformer-remark": "^2.8.13",
29+
"gatsby-transformer-sharp": "^2.5.3",
3030
"lodash": "^4.17.15",
31-
"moment": "^2.24.0",
32-
"netlify-cms-app": "^2.12.3",
33-
"prismjs": "^1.19.0",
31+
"moment": "^2.26.0",
32+
"netlify-cms-app": "^2.12.13",
33+
"prismjs": "^1.20.0",
3434
"react": "^16.13.1",
3535
"react-disqus-comments": "^1.4.0",
3636
"react-dom": "^16.13.1",
37-
"react-helmet": "^5.2.1",
37+
"react-helmet": "^6.0.0",
3838
"react-share": "^4.1.0",
3939
"react-twitter-widgets": "^1.7.1",
4040
"url-join": "^4.0.0"
4141
},
4242
"devDependencies": {
4343
"cli-glob": "^0.1.0",
44-
"eslint": "^6.8.0",
44+
"eslint": "^7.1.0",
4545
"eslint-config-airbnb": "^18.1.0",
46-
"eslint-config-prettier": "^6.10.1",
46+
"eslint-config-prettier": "^6.11.0",
4747
"eslint-plugin-import": "^2.20.2",
4848
"eslint-plugin-jsx-a11y": "^6.2.1",
49-
"eslint-plugin-react": "^7.19.0",
50-
"gh-pages": "^2.2.0",
51-
"prettier": "^2.0.2",
49+
"eslint-plugin-react": "^7.20.0",
50+
"gh-pages": "^3.0.0",
51+
"prettier": "^2.0.5",
5252
"remark-cli": "^8.0.0",
5353
"remark-preset-lint-recommended": "^4.0.0",
54-
"stylelint": "^13.2.1",
54+
"stylelint": "^13.5.0",
5555
"stylelint-config-prettier": "^8.0.1",
5656
"stylelint-config-standard": "^20.0.0",
5757
"write-good": "^1.0.1"

src/components/Disqus/Disqus.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Disqus extends Component {
77
constructor(props) {
88
super(props);
99
this.state = {
10-
toasts: []
10+
toasts: [],
1111
};
1212
this.notifyAboutComment = this.notifyAboutComment.bind(this);
1313
this.onSnackbarDismiss = this.onSnackbarDismiss.bind(this);

src/components/Footer/Footer.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ class Footer extends Component {
2121
<button>Subscribe</button>
2222
</Link>
2323
<h4>
24-
Based on{" "}
24+
Based on
25+
{" "}
2526
<a href="https://github.com/Vagr9K/gatsby-advanced-starter">
2627
Gatsby Advanced Starter
2728
</a>

src/components/PostListing/PostListing.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ class PostListing extends React.Component {
2727
<Link to={post.path} key={post.title}>
2828
<h1>{post.title}</h1>
2929
</Link>
30-
))}
30+
))
31+
}
3132
</div>
3233
);
3334
}

src/components/SEO/SEO.jsx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { Component } from "react";
2-
import Helmet from "react-helmet";
2+
import { Helmet } from "react-helmet";
33
import urljoin from "url-join";
44
import moment from "moment";
55
import config from "../../../data/SiteConfig";
@@ -26,7 +26,7 @@ class SEO extends Component {
2626
image = config.siteLogo;
2727
}
2828

29-
const getImagePath = imageURI => {
29+
const getImagePath = (imageURI) => {
3030
if (
3131
!imageURI.match(
3232
`(https?|ftp|file)://[-A-Za-z0-9+&@#/%?=~_|!:,.;]+[-A-Za-z0-9+&@#/%=~_|]`
@@ -55,12 +55,12 @@ class SEO extends Component {
5555
"@type": "Person",
5656
name: config.userName,
5757
email: config.userEmail,
58-
address: config.userLocation
58+
address: config.userLocation,
5959
};
6060

6161
const logoJSONLD = {
6262
"@type": "ImageObject",
63-
url: getImagePath(config.siteLogo)
63+
url: getImagePath(config.siteLogo),
6464
};
6565

6666
const blogURL = urljoin(config.siteUrl, config.pathPrefix);
@@ -70,8 +70,8 @@ class SEO extends Component {
7070
"@type": "WebSite",
7171
url: blogURL,
7272
name: title,
73-
alternateName: config.siteTitleAlt ? config.siteTitleAlt : ""
74-
}
73+
alternateName: config.siteTitleAlt ? config.siteTitleAlt : "",
74+
},
7575
];
7676
if (postSEO) {
7777
schemaOrgJSONLD.push(
@@ -85,10 +85,10 @@ class SEO extends Component {
8585
item: {
8686
"@id": postURL,
8787
name: title,
88-
image
89-
}
90-
}
91-
]
88+
image,
89+
},
90+
},
91+
],
9292
},
9393
{
9494
"@context": "http://schema.org",
@@ -102,10 +102,10 @@ class SEO extends Component {
102102
publisher: {
103103
...authorJSONLD,
104104
"@type": "Organization",
105-
logo: logoJSONLD
105+
logo: logoJSONLD,
106106
},
107107
datePublished,
108-
description
108+
description,
109109
}
110110
);
111111
}

src/layout/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from "react";
2-
import Helmet from "react-helmet";
2+
import { Helmet } from "react-helmet";
33
import config from "../../data/SiteConfig";
44
import "./index.css";
55

src/pages/about.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { Component } from "react";
2-
import Helmet from "react-helmet";
2+
import { Helmet } from "react-helmet";
33
import Layout from "../layout";
44
import About from "../components/About/About";
55
import config from "../../data/SiteConfig";

src/templates/category.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from "react";
2-
import Helmet from "react-helmet";
2+
import { Helmet } from "react-helmet";
33
import { graphql } from "gatsby";
44
import Layout from "../layout";
55
import PostListing from "../components/PostListing/PostListing";

src/templates/landing.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from "react";
2-
import Helmet from "react-helmet";
2+
import { Helmet } from "react-helmet";
33
import { graphql } from "gatsby";
44
import Layout from "../layout";
55
import PostListing from "../components/PostListing/PostListing";

0 commit comments

Comments
 (0)