Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update starters and examples - gatsby #27496

Merged
merged 1 commit into from
Oct 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
949 changes: 666 additions & 283 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions starters/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^2.24.79",
"gatsby": "^2.24.85",
"gatsby-image": "^2.4.21",
"gatsby-plugin-feed": "^2.5.14",
"gatsby-plugin-google-analytics": "^2.3.18",
"gatsby-plugin-manifest": "^2.4.34",
"gatsby-plugin-offline": "^3.2.33",
"gatsby-plugin-feed": "^2.5.19",
"gatsby-plugin-google-analytics": "^2.3.19",
"gatsby-plugin-manifest": "^2.4.35",
"gatsby-plugin-offline": "^3.2.37",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sharp": "^2.6.42",
"gatsby-plugin-sharp": "^2.6.43",
"gatsby-remark-copy-linked-files": "^2.3.19",
"gatsby-remark-images": "^3.3.35",
"gatsby-remark-images": "^3.3.39",
"gatsby-remark-prismjs": "^3.5.16",
"gatsby-remark-responsive-iframe": "^2.4.17",
"gatsby-remark-smartypants": "^2.3.13",
"gatsby-source-filesystem": "^2.3.34",
"gatsby-transformer-remark": "^2.8.41",
"gatsby-transformer-sharp": "^2.5.17",
"gatsby-source-filesystem": "^2.3.35",
"gatsby-transformer-remark": "^2.8.46",
"gatsby-transformer-sharp": "^2.5.19",
"prismjs": "^1.22.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down
934 changes: 654 additions & 280 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 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.24.79",
"gatsby": "^2.24.85",
"gatsby-image": "^2.4.21",
"gatsby-plugin-manifest": "^2.4.34",
"gatsby-plugin-offline": "^3.2.33",
"gatsby-plugin-manifest": "^2.4.35",
"gatsby-plugin-offline": "^3.2.37",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sharp": "^2.6.42",
"gatsby-source-filesystem": "^2.3.34",
"gatsby-transformer-sharp": "^2.5.17",
"gatsby-plugin-sharp": "^2.6.43",
"gatsby-source-filesystem": "^2.3.35",
"gatsby-transformer-sharp": "^2.5.19",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down
Loading