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 #31934

Merged
merged 1 commit into from
Jun 16, 2021
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
1,797 changes: 900 additions & 897 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions starters/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^3.7.0",
"gatsby-plugin-feed": "^3.7.0",
"gatsby-plugin-gatsby-cloud": "^2.7.0",
"gatsby-plugin-google-analytics": "^3.7.0",
"gatsby-plugin-image": "^1.7.0",
"gatsby-plugin-manifest": "^3.7.0",
"gatsby-plugin-offline": "^4.7.0",
"gatsby-plugin-react-helmet": "^4.7.0",
"gatsby-plugin-sharp": "^3.7.0",
"gatsby": "^3.7.2",
"gatsby-plugin-feed": "^3.7.1",
"gatsby-plugin-gatsby-cloud": "^2.7.1",
"gatsby-plugin-google-analytics": "^3.7.1",
"gatsby-plugin-image": "^1.7.1",
"gatsby-plugin-manifest": "^3.7.1",
"gatsby-plugin-offline": "^4.7.1",
"gatsby-plugin-react-helmet": "^4.7.1",
"gatsby-plugin-sharp": "^3.7.1",
"gatsby-remark-copy-linked-files": "^3.2.0",
"gatsby-remark-images": "^4.2.0",
"gatsby-remark-prismjs": "^4.2.0",
"gatsby-remark-responsive-iframe": "^3.2.0",
"gatsby-remark-smartypants": "^3.2.0",
"gatsby-source-filesystem": "^3.7.0",
"gatsby-source-filesystem": "^3.7.1",
"gatsby-transformer-remark": "^3.2.0",
"gatsby-transformer-sharp": "^3.7.0",
"gatsby-transformer-sharp": "^3.7.1",
"prismjs": "^1.23.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down
1,633 changes: 818 additions & 815 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^3.7.0",
"gatsby-plugin-gatsby-cloud": "^2.7.0",
"gatsby-plugin-image": "^1.7.0",
"gatsby-plugin-manifest": "^3.7.0",
"gatsby-plugin-offline": "^4.7.0",
"gatsby-plugin-react-helmet": "^4.7.0",
"gatsby-plugin-sharp": "^3.7.0",
"gatsby-source-filesystem": "^3.7.0",
"gatsby-transformer-sharp": "^3.7.0",
"gatsby": "^3.7.2",
"gatsby-plugin-gatsby-cloud": "^2.7.1",
"gatsby-plugin-image": "^1.7.1",
"gatsby-plugin-manifest": "^3.7.1",
"gatsby-plugin-offline": "^4.7.1",
"gatsby-plugin-react-helmet": "^4.7.1",
"gatsby-plugin-sharp": "^3.7.1",
"gatsby-source-filesystem": "^3.7.1",
"gatsby-transformer-sharp": "^3.7.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down
3,311 changes: 2,348 additions & 963 deletions starters/gatsby-starter-blog-theme-core/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-blog-theme-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "0BSD",
"dependencies": {
"@mdx-js/react": "^1.6.22",
"gatsby": "^3.7.0",
"gatsby": "^3.7.2",
"gatsby-theme-blog-core": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
3,311 changes: 2,348 additions & 963 deletions starters/gatsby-starter-blog-theme/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-blog-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"license": "0BSD",
"dependencies": {
"gatsby": "^3.7.0",
"gatsby": "^3.7.2",
"gatsby-theme-blog": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion starters/gatsby-starter-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"license": "0BSD",
"dependencies": {
"gatsby": "^3.7.0",
"gatsby": "^3.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
3,331 changes: 2,371 additions & 960 deletions starters/gatsby-starter-notes-theme/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-notes-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"license": "0BSD",
"dependencies": {
"gatsby": "^3.7.0",
"gatsby": "^3.7.2",
"gatsby-theme-notes": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "gatsby build"
},
"dependencies": {
"gatsby": "^3.7.0",
"gatsby": "^3.7.2",
"gatsby-theme-minimal": "^1.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
3,311 changes: 2,348 additions & 963 deletions starters/gatsby-starter-theme/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"license": "0BSD",
"dependencies": {
"gatsby": "^3.7.0",
"gatsby": "^3.7.2",
"gatsby-theme-blog": "^3.0.0",
"gatsby-theme-notes": "^3.0.0",
"react": "^17.0.2",
Expand Down
Loading