Skip to content

Commit

Permalink
upgrade helmet
Browse files Browse the repository at this point in the history
v5 caused our tests to warn about deprecated componentWillMount method.
see gatsbyjs/gatsby#17865
  • Loading branch information
zevdg committed Jul 6, 2020
1 parent 2bc9590 commit f63903b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"gatsby-image": "^2.4.7",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-offline": "^2.1.0",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-react-helmet": "^3.3.9",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-source-contentful": "^2.3.15",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-helmet": "^6.1.0",
"react-images": "^0.5.19",
"react-scrollspy": "^3.4.0",
"smoothscroll-polyfill": "^0.4.4"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Layout.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import Helmet from 'react-helmet';
import { Helmet } from 'react-helmet';
import { StaticQuery, graphql } from 'gatsby';

import '../assets/sass/main.scss';
Expand Down

0 comments on commit f63903b

Please sign in to comment.