Skip to content

Commit

Permalink
docs(example): update example site
Browse files Browse the repository at this point in the history
  • Loading branch information
mohatt committed Jul 30, 2021
1 parent 027824a commit bb91a5a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"serve": "gatsby serve"
},
"dependencies": {
"gatsby": "^2.25.0",
"gatsby-plugin-advanced-pages": "^2.1.0",
"gatsby-source-filesystem": "^2.9.0",
"gatsby-transformer-remark": "^2.14.0",
"react": "^16.14.0",
"react-dom": "^16.14.0"
"gatsby": "^3.0.0",
"gatsby-plugin-advanced-pages": "^3.0.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-transformer-remark": "^4.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"homepage": "https://github.com/mohatt/gatsby-plugin-advanced-pages/tree/master/example#readme",
"repository": {
Expand Down

0 comments on commit bb91a5a

Please sign in to comment.