Skip to content

Commit

Permalink
chore(examples): Update graphql-reference (#19180)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts authored and pieh committed Oct 31, 2019
1 parent f82157b commit 833bfef
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions examples/graphql-reference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
"version": "0.1.0",
"author": "LekoArts <[email protected]>",
"dependencies": {
"gatsby": "^2.7.4",
"gatsby-image": "^2.0.22",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sharp": "^2.0.6",
"gatsby-plugin-typography": "^2.2.0",
"gatsby-remark-responsive-iframe": "^2.0.5",
"gatsby-source-filesystem": "^2.0.2",
"gatsby-transformer-remark": "^2.1.6",
"gatsby-transformer-sharp": "^2.1.3",
"gatsby-transformer-yaml": "^2.1.6",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-helmet": "^5.2.0",
"react-typography": "^0.16.13",
"typeface-merriweather": "0.0.43",
"typeface-montserrat": "0.0.43",
"typography": "^0.16.17",
"typography-theme-wordpress-2016": "^0.15.10"
"gatsby": "^2.17.7",
"gatsby-image": "^2.2.30",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-sharp": "^2.2.36",
"gatsby-plugin-typography": "^2.3.15",
"gatsby-remark-responsive-iframe": "^2.2.25",
"gatsby-source-filesystem": "^2.1.35",
"gatsby-transformer-remark": "^2.6.32",
"gatsby-transformer-sharp": "^2.3.2",
"gatsby-transformer-yaml": "^2.2.15",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.1",
"react-typography": "^0.16.19",
"typeface-merriweather": "^0.0.72",
"typeface-montserrat": "^0.0.75",
"typography": "^0.16.19",
"typography-theme-wordpress-2016": "^0.16.19"
},
"keywords": [
"gatsby"
Expand All @@ -35,4 +35,4 @@
"start": "npm run develop",
"build": "gatsby build"
}
}
}

0 comments on commit 833bfef

Please sign in to comment.