Skip to content

Commit

Permalink
chore(starters): bump dependencies (#22819)
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Apr 4, 2020
1 parent 9d256d4 commit 7b083a6
Show file tree
Hide file tree
Showing 15 changed files with 8,095 additions and 5,114 deletions.
2,008 changes: 1,238 additions & 770 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions starters/blog/package.json
Expand Up @@ -8,23 +8,23 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^2.19.45",
"gatsby-image": "^2.2.44",
"gatsby-plugin-feed": "^2.3.29",
"gatsby-plugin-google-analytics": "^2.1.38",
"gatsby-plugin-manifest": "^2.2.48",
"gatsby-plugin-offline": "^3.0.41",
"gatsby-plugin-react-helmet": "^3.1.24",
"gatsby-plugin-sharp": "^2.4.13",
"gatsby-plugin-typography": "^2.3.25",
"gatsby-remark-copy-linked-files": "^2.1.40",
"gatsby-remark-images": "^3.1.50",
"gatsby-remark-prismjs": "^3.3.36",
"gatsby-remark-responsive-iframe": "^2.2.34",
"gatsby-remark-smartypants": "^2.1.23",
"gatsby-source-filesystem": "^2.1.56",
"gatsby-transformer-remark": "^2.6.59",
"gatsby-transformer-sharp": "^2.3.19",
"gatsby": "^2.20.12",
"gatsby-image": "^2.3.1",
"gatsby-plugin-feed": "^2.4.1",
"gatsby-plugin-google-analytics": "^2.2.2",
"gatsby-plugin-manifest": "^2.3.3",
"gatsby-plugin-offline": "^3.1.2",
"gatsby-plugin-react-helmet": "^3.2.1",
"gatsby-plugin-sharp": "^2.5.3",
"gatsby-plugin-typography": "^2.4.1",
"gatsby-remark-copy-linked-files": "^2.2.1",
"gatsby-remark-images": "^3.2.1",
"gatsby-remark-prismjs": "^3.4.1",
"gatsby-remark-responsive-iframe": "^2.3.1",
"gatsby-remark-smartypants": "^2.2.1",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-transformer-remark": "^2.7.1",
"gatsby-transformer-sharp": "^2.4.3",
"prismjs": "^1.19.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down
1,947 changes: 1,207 additions & 740 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions starters/default/package.json
Expand Up @@ -5,14 +5,14 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^2.19.45",
"gatsby-image": "^2.2.44",
"gatsby-plugin-manifest": "^2.2.48",
"gatsby-plugin-offline": "^3.0.41",
"gatsby-plugin-react-helmet": "^3.1.24",
"gatsby-plugin-sharp": "^2.4.13",
"gatsby-source-filesystem": "^2.1.56",
"gatsby-transformer-sharp": "^2.3.19",
"gatsby": "^2.20.12",
"gatsby-image": "^2.3.1",
"gatsby-plugin-manifest": "^2.3.3",
"gatsby-plugin-offline": "^3.1.2",
"gatsby-plugin-react-helmet": "^3.2.1",
"gatsby-plugin-sharp": "^2.5.3",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-transformer-sharp": "^2.4.3",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down
2,044 changes: 1,260 additions & 784 deletions starters/gatsby-starter-blog-theme-core/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions starters/gatsby-starter-blog-theme-core/package.json
Expand Up @@ -9,8 +9,8 @@
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^2.19.45",
"gatsby-theme-blog-core": "^1.2.29",
"gatsby": "^2.20.12",
"gatsby-theme-blog-core": "^1.3.12",
"@mdx-js/react": "^1.5.7",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down
2,108 changes: 1,292 additions & 816 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
Expand Up @@ -9,8 +9,8 @@
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^2.19.45",
"gatsby-theme-blog": "^1.3.30",
"gatsby": "^2.20.12",
"gatsby-theme-blog": "^1.4.12",
"react": "^16.12.0",
"react-dom": "^16.12.0"
}
Expand Down
1,316 changes: 742 additions & 574 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
Expand Up @@ -9,8 +9,8 @@
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^2.19.45",
"gatsby-theme-notes": "^1.1.27",
"gatsby": "^2.20.12",
"gatsby-theme-notes": "^1.2.12",
"react": "^16.12.0",
"react-dom": "^16.12.0"
}
Expand Down
Expand Up @@ -9,7 +9,7 @@
"build": "gatsby build"
},
"dependencies": {
"gatsby": "^2.19.45",
"gatsby": "^2.20.12",
"gatsby-theme-minimal": "^1.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down

0 comments on commit 7b083a6

Please sign in to comment.