tinacms / gatsby-starter-tinacms

Gatsby starter for creating a blog with TinaCMS
MIT License
93 stars 14 forks source link

No editable fields on sidebar for posts #8

Open geocine opened 4 years ago

geocine commented 4 years ago

This issue is related to #3. I have updated the dependencies as follows

{
  "name": "gatsby-starter-tinacms",
  "private": true,
  "description": "A starter for a blog powered by Gatsby and Markdown, made editable with TinaCMS",
  "version": "0.1.0",
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
  "bugs": {
    "url": "https://github.com/tinacms/gatsby-starter-tinacms/issues"
  },
  "dependencies": {
    "gatsby": "^2.15.36",
    "gatsby-image": "^2.2.27",
    "gatsby-plugin-feed": "^2.3.16",
    "gatsby-plugin-google-analytics": "^2.1.21",
    "gatsby-plugin-manifest": "^2.2.21",
    "gatsby-plugin-offline": "^3.0.14",
    "gatsby-plugin-react-helmet": "^3.1.11",
    "gatsby-plugin-sharp": "^2.2.29",
    "gatsby-plugin-tinacms": "^0.1.16",
    "gatsby-plugin-typography": "^2.3.12",
    "gatsby-remark-copy-linked-files": "^2.1.26",
    "gatsby-remark-images": "^3.1.26",
    "gatsby-remark-prismjs": "^3.3.18",
    "gatsby-remark-responsive-iframe": "^2.2.23",
    "gatsby-remark-smartypants": "^2.1.12",
    "gatsby-source-filesystem": "^2.1.31",
    "gatsby-tinacms-git": "^0.2.14",
    "gatsby-tinacms-json": "^0.8.0",
    "gatsby-tinacms-remark": "^0.6.0",
    "gatsby-transformer-json": "^2.2.20",
    "gatsby-transformer-remark": "^2.6.28",
    "gatsby-transformer-sharp": "^2.2.23",
    "moment": "^2.24.0",
    "prismjs": "^1.17.1",
    "prop-types": "^15.7.2",
    "react": "^16.10.2",
    "react-dom": "^16.10.2",
    "react-helmet": "^5.2.1",
    "react-tinacms": "^0.8.0",
    "react-typography": "^0.16.19",
    "slugify": "^1.3.5",
    "styled-components": "^4.4.1",
    "typeface-merriweather": "0.0.72",
    "typeface-montserrat": "0.0.75",
    "typescript": "^3.7.2",
    "typography": "^0.16.19",
    "typography-theme-wordpress-2016": "^0.16.19"
  },
  "devDependencies": {
    "prettier": "^1.18.2"
  },
  "homepage": "https://github.com/tinacms/gatsby-starter-tinacms#readme",
  "keywords": [
    "gatsby"
  ],
  "license": "MIT",
  "main": "n/a",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tinacms/gatsby-starter-tinacms.git"
  },
  "scripts": {
    "build": "gatsby build",
    "develop": "gatsby develop",
    "format": "prettier --write \"**/*.{js,jsx,json,md}\"",
    "start": "npm run develop",
    "serve": "gatsby serve",
    "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
  }
}