Browse Source

Upgrade to latest Gatsby packages (#1244)

This includes a number of fixing including this PR which prevents errors
during development when editing markdown files https://github.com/gatsbyjs/gatsby/pull/8859
main
Kyle Mathews 6 years ago
committed by Dan Abramov
parent
commit
8bca96cb1b
  1. 2
      package.json
  2. 1285
      yarn.lock

2
package.json

@ -56,7 +56,7 @@
"unist-util-visit": "^1.1.3"
},
"engines": {
"node": "^8.4.0",
"node": ">8.4.0",
"yarn": "^1.3.2"
},
"homepage": "https://reactjs.org/",

1285
yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save