Skip to content

Commit

Permalink
fix(deps): update starters and examples - gatsby (#34515)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jan 17, 2022
1 parent 7387918 commit 15e549c
Show file tree
Hide file tree
Showing 8 changed files with 496 additions and 476 deletions.
273 changes: 139 additions & 134 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions starters/blog/package.json
Expand Up @@ -8,22 +8,22 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^4.5.2",
"gatsby": "^4.5.3",
"gatsby-plugin-feed": "^4.5.0",
"gatsby-plugin-gatsby-cloud": "^4.5.1",
"gatsby-plugin-gatsby-cloud": "^4.5.2",
"gatsby-plugin-google-analytics": "^4.5.0",
"gatsby-plugin-image": "^2.5.1",
"gatsby-plugin-manifest": "^4.5.1",
"gatsby-plugin-offline": "^5.5.1",
"gatsby-plugin-image": "^2.5.2",
"gatsby-plugin-manifest": "^4.5.2",
"gatsby-plugin-offline": "^5.5.2",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-sharp": "^4.5.1",
"gatsby-plugin-sharp": "^4.5.2",
"gatsby-remark-copy-linked-files": "^5.5.0",
"gatsby-remark-images": "^6.5.1",
"gatsby-remark-images": "^6.5.2",
"gatsby-remark-prismjs": "^6.5.0",
"gatsby-remark-responsive-iframe": "^5.5.0",
"gatsby-remark-smartypants": "^5.5.0",
"gatsby-source-filesystem": "^4.5.1",
"gatsby-transformer-remark": "^5.5.1",
"gatsby-source-filesystem": "^4.5.2",
"gatsby-transformer-remark": "^5.5.2",
"gatsby-transformer-sharp": "^4.5.0",
"prismjs": "^1.25.0",
"react": "^17.0.1",
Expand Down
257 changes: 131 additions & 126 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions starters/default/package.json
Expand Up @@ -5,14 +5,14 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^4.5.2",
"gatsby-plugin-gatsby-cloud": "^4.5.1",
"gatsby-plugin-image": "^2.5.1",
"gatsby-plugin-manifest": "^4.5.1",
"gatsby-plugin-offline": "^5.5.1",
"gatsby": "^4.5.3",
"gatsby-plugin-gatsby-cloud": "^4.5.2",
"gatsby-plugin-image": "^2.5.2",
"gatsby-plugin-manifest": "^4.5.2",
"gatsby-plugin-offline": "^5.5.2",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-sharp": "^4.5.1",
"gatsby-source-filesystem": "^4.5.1",
"gatsby-plugin-sharp": "^4.5.2",
"gatsby-source-filesystem": "^4.5.2",
"gatsby-transformer-sharp": "^4.5.0",
"prop-types": "^15.8.0",
"react": "^17.0.1",
Expand Down
203 changes: 104 additions & 99 deletions starters/gatsby-starter-minimal/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-minimal/package.json
Expand Up @@ -16,7 +16,7 @@
},
"license": "0BSD",
"dependencies": {
"gatsby": "^4.5.2",
"gatsby": "^4.5.3",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
203 changes: 104 additions & 99 deletions starters/hello-world/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/hello-world/package.json
Expand Up @@ -14,7 +14,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"gatsby": "^4.5.2",
"gatsby": "^4.5.3",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down

0 comments on commit 15e549c

Please sign in to comment.