Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions src/pages/company_directory.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
1 change: 1 addition & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down