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

Merged
merged 1 commit into from
Mar 24, 2022
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
261 changes: 128 additions & 133 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": "^4.10.2",
"gatsby-plugin-feed": "^4.10.1",
"gatsby-plugin-gatsby-cloud": "^4.10.0",
"gatsby": "^4.10.3",
"gatsby-plugin-feed": "^4.10.2",
"gatsby-plugin-gatsby-cloud": "^4.10.1",
"gatsby-plugin-google-analytics": "^4.10.0",
"gatsby-plugin-image": "^2.10.0",
"gatsby-plugin-manifest": "^4.10.1",
"gatsby-plugin-offline": "^5.10.1",
"gatsby-plugin-image": "^2.10.1",
"gatsby-plugin-manifest": "^4.10.2",
"gatsby-plugin-offline": "^5.10.2",
"gatsby-plugin-react-helmet": "^5.10.0",
"gatsby-plugin-sharp": "^4.10.1",
"gatsby-plugin-sharp": "^4.10.2",
"gatsby-remark-copy-linked-files": "^5.10.0",
"gatsby-remark-images": "^6.10.1",
"gatsby-remark-images": "^6.10.2",
"gatsby-remark-prismjs": "^6.10.0",
"gatsby-remark-responsive-iframe": "^5.10.0",
"gatsby-remark-smartypants": "^5.10.0",
"gatsby-source-filesystem": "^4.10.0",
"gatsby-transformer-remark": "^5.10.1",
"gatsby-source-filesystem": "^4.10.1",
"gatsby-transformer-remark": "^5.10.2",
"gatsby-transformer-sharp": "^4.10.0",
"prismjs": "^1.27.0",
"react": "^17.0.1",
Expand Down
243 changes: 119 additions & 124 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 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": "^4.10.2",
"gatsby-plugin-gatsby-cloud": "^4.10.0",
"gatsby-plugin-image": "^2.10.0",
"gatsby-plugin-manifest": "^4.10.1",
"gatsby-plugin-offline": "^5.10.1",
"gatsby": "^4.10.3",
"gatsby-plugin-gatsby-cloud": "^4.10.1",
"gatsby-plugin-image": "^2.10.1",
"gatsby-plugin-manifest": "^4.10.2",
"gatsby-plugin-offline": "^5.10.2",
"gatsby-plugin-react-helmet": "^5.10.0",
"gatsby-plugin-sharp": "^4.10.1",
"gatsby-source-filesystem": "^4.10.0",
"gatsby-plugin-sharp": "^4.10.2",
"gatsby-source-filesystem": "^4.10.1",
"gatsby-transformer-sharp": "^4.10.0",
"prop-types": "^15.8.1",
"react": "^17.0.1",
Expand Down
186 changes: 93 additions & 93 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": "^4.10.2",
"gatsby": "^4.10.3",
"gatsby-theme-blog-core": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
186 changes: 93 additions & 93 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 @@ -13,7 +13,7 @@
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mdx-js/react": "^1.6.22",
"gatsby": "^4.10.2",
"gatsby": "^4.10.3",
"gatsby-theme-blog": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
146 changes: 73 additions & 73 deletions starters/gatsby-starter-minimal-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading