Skip to content

Commit

Permalink
Merge pull request #99 from quizbowl/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
puls authored Sep 1, 2019
2 parents 9a30f67 + 415ce46 commit cf11655
Show file tree
Hide file tree
Showing 3 changed files with 2,576 additions and 1,943 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
plugins: [
`gatsby-plugin-react-helmet`,
{
resolve: `gatsby-mdx`,
resolve: `gatsby-plugin-mdx`,
options: {
defaultLayouts: {
default: require.resolve("./src/components/mdxTemplate.js")
Expand Down
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,34 @@
"description": "API and schema documentation for describing quiz tournaments.",
"version": "2.0",
"dependencies": {
"@mdx-js/mdx": "^1.0.21",
"@mdx-js/react": "^1.0.21",
"@mdx-js/mdx": "^1.4.0",
"@mdx-js/react": "^1.4.0",
"@mdx-js/tag": "^0.20.3",
"apollo-link-schema": "^1.2.3",
"debounce": "^1.2.0",
"eslint-plugin-react": "^7.14.2",
"gatsby": "^2.13.3",
"gatsby-mdx": "^0.6.3",
"gatsby-plugin-google-analytics": "^2.1.1",
"gatsby-plugin-manifest": "^2.2.1",
"gatsby-plugin-offline": "^2.2.0",
"gatsby-plugin-react-helmet": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"gatsby": "^2.15.2",
"gatsby-plugin-google-analytics": "^2.1.13",
"gatsby-plugin-manifest": "^2.2.13",
"gatsby-plugin-mdx": "^1.0.34",
"gatsby-plugin-offline": "^3.0.1",
"gatsby-plugin-react-helmet": "^3.1.6",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.1.2",
"gatsby-transformer-remark": "^2.5.0",
"gatsby-source-filesystem": "^2.1.19",
"gatsby-transformer-remark": "^2.6.20",
"graphql": "^14.5.4",
"graphql-import": "^0.7.1",
"graphql-tools": "^4.0.5",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"remark-react": "^5.0.1"
"remark-react": "^6.0.0"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.18.2"
},
Expand Down
Loading

1 comment on commit cf11655

@vercel
Copy link

@vercel vercel bot commented on cf11655 Sep 1, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.