diff --git a/package.json b/package.json index 75e2ab2..d593663 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@material-ui/icons": "^4.2.1", "@material-ui/styles": "^4.2.1", "fetch-jsonp": "^1.1.3", - "gatsby": "^2.13.25", + "gatsby": "^3.14.3", "gatsby-image": "^2.2.7", "gatsby-plugin-material-ui": "^2.1.4", "gatsby-plugin-react-helmet": "^3.3.14", @@ -27,9 +27,9 @@ "gatsby-source-filesystem": "^2.1.7", "gatsby-transformer-remark": "^2.6.10", "gatsby-transformer-sharp": "^2.2.5", - "markdown-to-jsx": "^6.10.2", + "markdown-to-jsx": "^6.11.4", "moment": "^2.24.0", - "node-sass": "^4.12.0", + "node-sass": "^4.14.1", "react": "^16.8.6", "react-dom": "^16.8.6", "react-helmet": "^6.1.0" diff --git a/src/pages/company_directory.js b/src/pages/company_directory.js index c6e7060..fce0ad1 100644 --- a/src/pages/company_directory.js +++ b/src/pages/company_directory.js @@ -8,6 +8,8 @@ import Nav from "../components/nav" import Typography from "@material-ui/core/Typography" import TextField from "@material-ui/core/TextField" import CompanyCard from "../components/company_card" +import {Helmet} from "react-helmet" +import { graphql } from "gatsby" const useStyles = makeStyles(theme => ({ title: { diff --git a/src/pages/index.js b/src/pages/index.js index 6dd63df..fa5ab75 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -19,6 +19,7 @@ import Footer from "../components/footer" import "../assets/styles/index.scss" import FetchJsonP from "fetch-jsonp" import MeetupCta from "../components/meetup_cta" +import { graphql } from "gatsby" const useStyles = makeStyles(theme => ({ mainGrid: {