Upgrade dependencies

This commit is contained in:
Kyle Mathews 2018-02-20 16:40:27 -08:00
parent 3b1c85770d
commit d8df877889
2 changed files with 464 additions and 291 deletions

739
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -7,22 +7,22 @@
"url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues" "url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues"
}, },
"dependencies": { "dependencies": {
"gatsby": "^1.9.202", "gatsby": "^1.9.204",
"gatsby-link": "^1.6.37", "gatsby-link": "^1.6.37",
"gatsby-plugin-feed": "^1.3.18", "gatsby-plugin-feed": "^1.3.18",
"gatsby-plugin-google-analytics": "^1.0.19", "gatsby-plugin-google-analytics": "^1.0.19",
"gatsby-plugin-offline": "^1.0.14", "gatsby-plugin-offline": "^1.0.14",
"gatsby-plugin-react-helmet": "^1.0.8", "gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-sharp": "^1.6.30", "gatsby-plugin-sharp": "^1.6.31",
"gatsby-plugin-typography": "^1.7.14", "gatsby-plugin-typography": "^1.7.14",
"gatsby-remark-copy-linked-files": "^1.5.27", "gatsby-remark-copy-linked-files": "^1.5.27",
"gatsby-remark-images": "^1.5.46", "gatsby-remark-images": "^1.5.47",
"gatsby-remark-prismjs": "^1.2.15", "gatsby-remark-prismjs": "^1.2.15",
"gatsby-remark-responsive-iframe": "^1.4.17", "gatsby-remark-responsive-iframe": "^1.4.17",
"gatsby-remark-smartypants": "^1.4.11", "gatsby-remark-smartypants": "^1.4.11",
"gatsby-source-filesystem": "^1.5.20", "gatsby-source-filesystem": "^1.5.21",
"gatsby-transformer-remark": "^1.7.32", "gatsby-transformer-remark": "^1.7.33",
"gatsby-transformer-sharp": "^1.6.19", "gatsby-transformer-sharp": "^1.6.20",
"lodash": "^4.17.5", "lodash": "^4.17.5",
"react-responsive-grid": "^0.3.4", "react-responsive-grid": "^0.3.4",
"typeface-merriweather": "0.0.43", "typeface-merriweather": "0.0.43",
@ -30,8 +30,8 @@
"typography-theme-wordpress-2016": "^0.15.10" "typography-theme-wordpress-2016": "^0.15.10"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^4.18.0", "eslint": "^4.18.1",
"eslint-plugin-react": "^7.6.1", "eslint-plugin-react": "^7.7.0",
"gh-pages": "^1.1.0", "gh-pages": "^1.1.0",
"prettier": "^1.10.2" "prettier": "^1.10.2"
}, },