Skip to content

Commit

Permalink
fix(deps): update starters and examples - gatsby (#36603)
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] authored Sep 14, 2022
1 parent 53a4e5a commit 186e33d
Show file tree
Hide file tree
Showing 21 changed files with 2,298 additions and 3,795 deletions.
1,077 changes: 277 additions & 800 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions starters/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^4.22.1",
"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",
"gatsby": "^4.23.0",
"gatsby-plugin-feed": "^4.23.0",
"gatsby-plugin-image": "^2.23.0",
"gatsby-plugin-manifest": "^4.23.0",
"gatsby-plugin-sharp": "^4.23.0",
"gatsby-remark-copy-linked-files": "^5.23.0",
"gatsby-remark-images": "^6.23.0",
"gatsby-remark-prismjs": "^6.23.0",
"gatsby-remark-responsive-iframe": "^5.23.0",
"gatsby-remark-smartypants": "^5.23.0",
"gatsby-source-filesystem": "^4.23.0",
"gatsby-transformer-remark": "^5.23.0",
"gatsby-transformer-sharp": "^4.23.0",
"prismjs": "^1.29.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
Expand Down
1,021 changes: 249 additions & 772 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,12 +5,12 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^4.22.1",
"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",
"gatsby": "^4.23.0",
"gatsby-plugin-image": "^2.23.0",
"gatsby-plugin-manifest": "^4.23.0",
"gatsby-plugin-sharp": "^4.23.0",
"gatsby-source-filesystem": "^4.23.0",
"gatsby-transformer-sharp": "^4.23.0",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0"
Expand Down
440 changes: 227 additions & 213 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.22.1",
"gatsby": "^4.23.0",
"gatsby-theme-blog-core": "^4.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0"
Expand Down
434 changes: 224 additions & 210 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.10.4",
"@emotion/styled": "^11.10.4",
"@mdx-js/react": "^1.6.22",
"gatsby": "^4.22.1",
"gatsby": "^4.23.0",
"gatsby-theme-blog": "^4.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
Expand Down
354 changes: 184 additions & 170 deletions starters/gatsby-starter-minimal-ts/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-minimal-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"license": "0BSD",
"dependencies": {
"gatsby": "^4.22.1",
"gatsby": "^4.23.0",
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
Expand Down
Loading

0 comments on commit 186e33d

Please sign in to comment.