Skip to content

Commit

Permalink
chore(starters): Update deps (gatsbyjs#20891)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthachatterjee authored and GatsbyJS Bot committed Jan 26, 2020
1 parent 23bcd34 commit 82a1e15
Show file tree
Hide file tree
Showing 15 changed files with 8,495 additions and 8,984 deletions.
2,526 changes: 1,199 additions & 1,327 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions starters/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^2.18.12",
"gatsby-image": "^2.2.34",
"gatsby-plugin-feed": "^2.3.23",
"gatsby-plugin-google-analytics": "^2.1.29",
"gatsby-plugin-manifest": "^2.2.31",
"gatsby-plugin-offline": "^3.0.27",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-sharp": "^2.3.5",
"gatsby-plugin-typography": "^2.3.18",
"gatsby-remark-copy-linked-files": "^2.1.31",
"gatsby-remark-images": "^3.1.35",
"gatsby-remark-prismjs": "^3.3.25",
"gatsby-remark-responsive-iframe": "^2.2.28",
"gatsby-remark-smartypants": "^2.1.17",
"gatsby-source-filesystem": "^2.1.40",
"gatsby-transformer-remark": "^2.6.39",
"gatsby-transformer-sharp": "^2.3.7",
"prismjs": "^1.17.1",
"gatsby": "^2.19.5",
"gatsby-image": "^2.2.39",
"gatsby-plugin-feed": "^2.3.26",
"gatsby-plugin-google-analytics": "^2.1.34",
"gatsby-plugin-manifest": "^2.2.38",
"gatsby-plugin-offline": "^3.0.32",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-sharp": "^2.4.0",
"gatsby-plugin-typography": "^2.3.21",
"gatsby-remark-copy-linked-files": "^2.1.36",
"gatsby-remark-images": "^3.1.42",
"gatsby-remark-prismjs": "^3.3.30",
"gatsby-remark-responsive-iframe": "^2.2.31",
"gatsby-remark-smartypants": "^2.1.20",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-transformer-remark": "^2.6.48",
"gatsby-transformer-sharp": "^2.3.13",
"prismjs": "^1.19.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
Expand Down
2,264 changes: 1,056 additions & 1,208 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^2.18.12",
"gatsby-image": "^2.2.34",
"gatsby-plugin-manifest": "^2.2.31",
"gatsby-plugin-offline": "^3.0.27",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-sharp": "^2.3.5",
"gatsby-source-filesystem": "^2.1.40",
"gatsby-transformer-sharp": "^2.3.7",
"gatsby": "^2.19.5",
"gatsby-image": "^2.2.39",
"gatsby-plugin-manifest": "^2.2.38",
"gatsby-plugin-offline": "^3.0.32",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-sharp": "^2.4.0",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-transformer-sharp": "^2.3.13",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down
2,552 changes: 1,244 additions & 1,308 deletions starters/gatsby-starter-blog-theme-core/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions starters/gatsby-starter-blog-theme-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^2.18.12",
"gatsby-theme-blog-core": "^1.0.35",
"@mdx-js/react": "^1.5.1",
"gatsby": "^2.19.5",
"gatsby-theme-blog-core": "^1.0.60",
"@mdx-js/react": "^1.5.5",
"react": "^16.12.0",
"react-dom": "^16.12.0"
}
Expand Down
2,766 changes: 1,351 additions & 1,415 deletions starters/gatsby-starter-blog-theme/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions starters/gatsby-starter-blog-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^2.18.12",
"gatsby-theme-blog": "^1.2.7",
"gatsby": "^2.19.5",
"gatsby-theme-blog": "^1.2.32",
"react": "^16.12.0",
"react-dom": "^16.12.0"
}
Expand Down
2,620 changes: 1,273 additions & 1,347 deletions starters/gatsby-starter-notes-theme/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions starters/gatsby-starter-notes-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^2.18.12",
"gatsby-theme-notes": "^1.0.31",
"gatsby": "^2.19.5",
"gatsby-theme-notes": "^1.0.54",
"react": "^16.12.0",
"react-dom": "^16.12.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "gatsby build"
},
"dependencies": {
"gatsby": "^2.18.8",
"gatsby": "^2.19.5",
"gatsby-theme-minimal": "^1.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down
Loading

0 comments on commit 82a1e15

Please sign in to comment.