feat(gatsby-theme-notes): Implement initial version of notes theme (#14066)

This implements the first pass of gatsby-theme-notes.

It's still a WIP and Chris will be following with GraphQL schema
updates. Eventually we will want to handle directory listing via
GraphQL queries as well.

This also bumps dependencies of all existing themes.
This commit is contained in:
GatsbyJS Bot
2019-05-15 19:00:37 +00:00
parent 10eab17401
commit 758f227b68
3 changed files with 213 additions and 255 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"gatsby": "^2.4.3",
"gatsby": "^2.4.6",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},