Skip to content

Commit

Permalink
fix(deps): update starters and examples - gatsby (#36503)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 2, 2022
1 parent 0d4dfe9 commit 59c1f4f
Show file tree
Hide file tree
Showing 21 changed files with 3,583 additions and 14,557 deletions.
1,986 changes: 364 additions & 1,622 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions starters/blog/package.json
Expand Up @@ -8,19 +8,19 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^4.21.1",
"gatsby-plugin-feed": "^4.21.0",
"gatsby-plugin-image": "^2.21.0",
"gatsby-plugin-manifest": "^4.21.0",
"gatsby-plugin-sharp": "^4.21.0",
"gatsby-remark-copy-linked-files": "^5.21.0",
"gatsby-remark-images": "^6.21.0",
"gatsby-remark-prismjs": "^6.21.0",
"gatsby-remark-responsive-iframe": "^5.21.0",
"gatsby-remark-smartypants": "^5.21.0",
"gatsby-source-filesystem": "^4.21.1",
"gatsby-transformer-remark": "^5.21.0",
"gatsby-transformer-sharp": "^4.21.0",
"gatsby": "^4.22.0",
"gatsby-plugin-feed": "^4.22.0",
"gatsby-plugin-image": "^2.22.0",
"gatsby-plugin-manifest": "^4.22.0",
"gatsby-plugin-sharp": "^4.22.0",
"gatsby-remark-copy-linked-files": "^5.22.0",
"gatsby-remark-images": "^6.22.0",
"gatsby-remark-prismjs": "^6.22.0",
"gatsby-remark-responsive-iframe": "^5.22.0",
"gatsby-remark-smartypants": "^5.22.0",
"gatsby-source-filesystem": "^4.22.0",
"gatsby-transformer-remark": "^5.22.0",
"gatsby-transformer-sharp": "^4.22.0",
"prismjs": "^1.29.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
Expand Down
1,918 changes: 330 additions & 1,588 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions starters/default/package.json
Expand Up @@ -5,12 +5,12 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^4.21.1",
"gatsby-plugin-image": "^2.21.0",
"gatsby-plugin-manifest": "^4.21.0",
"gatsby-plugin-sharp": "^4.21.0",
"gatsby-source-filesystem": "^4.21.1",
"gatsby-transformer-sharp": "^4.21.0",
"gatsby": "^4.22.0",
"gatsby-plugin-image": "^2.22.0",
"gatsby-plugin-manifest": "^4.22.0",
"gatsby-plugin-sharp": "^4.22.0",
"gatsby-source-filesystem": "^4.22.0",
"gatsby-transformer-sharp": "^4.22.0",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0"
Expand Down
1,339 changes: 341 additions & 998 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
Expand Up @@ -11,7 +11,7 @@
"license": "0BSD",
"dependencies": {
"@mdx-js/react": "^1.6.22",
"gatsby": "^4.21.1",
"gatsby": "^4.22.0",
"gatsby-theme-blog-core": "^4.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0"
Expand Down
1,351 changes: 341 additions & 1,010 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
Expand Up @@ -13,7 +13,7 @@
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mdx-js/react": "^1.6.22",
"gatsby": "^4.21.1",
"gatsby": "^4.22.0",
"gatsby-theme-blog": "^4.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
Expand Down

0 comments on commit 59c1f4f

Please sign in to comment.