Skip to content

Commit

Permalink
fix(deps): update starters and examples - gatsby (#36659)
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 22, 2022
1 parent 281590c commit c6d3bf8
Show file tree
Hide file tree
Showing 21 changed files with 1,759 additions and 1,697 deletions.
375 changes: 189 additions & 186 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 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.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": "^4.23.1",
"gatsby-plugin-feed": "^4.23.1",
"gatsby-plugin-image": "^2.23.1",
"gatsby-plugin-manifest": "^4.23.1",
"gatsby-plugin-sharp": "^4.23.1",
"gatsby-remark-copy-linked-files": "^5.23.0",
"gatsby-remark-images": "^6.23.0",
"gatsby-remark-images": "^6.23.1",
"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",
"gatsby-transformer-remark": "^5.23.1",
"gatsby-transformer-sharp": "^4.23.1",
"prismjs": "^1.29.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
Expand Down
355 changes: 179 additions & 176 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 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.23.0",
"gatsby-plugin-image": "^2.23.0",
"gatsby-plugin-manifest": "^4.23.0",
"gatsby-plugin-sharp": "^4.23.0",
"gatsby": "^4.23.1",
"gatsby-plugin-image": "^2.23.1",
"gatsby-plugin-manifest": "^4.23.1",
"gatsby-plugin-sharp": "^4.23.1",
"gatsby-source-filesystem": "^4.23.0",
"gatsby-transformer-sharp": "^4.23.0",
"gatsby-transformer-sharp": "^4.23.1",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0"
Expand Down
289 changes: 150 additions & 139 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.23.0",
"gatsby": "^4.23.1",
"gatsby-theme-blog-core": "^4.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0"
Expand Down
289 changes: 150 additions & 139 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.23.0",
"gatsby": "^4.23.1",
"gatsby-theme-blog": "^4.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
Expand Down
331 changes: 167 additions & 164 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.23.0",
"gatsby": "^4.23.1",
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
Expand Down
331 changes: 167 additions & 164 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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"license": "0BSD",
"dependencies": {
"gatsby": "^4.23.0",
"gatsby": "^4.23.1",
"react": "^18.1.0",
"react-dom": "^18.1.0"
}
Expand Down
295 changes: 153 additions & 142 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": "^4.23.0",
"gatsby": "^4.23.1",
"gatsby-theme-notes": "^4.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 @@ -8,7 +8,7 @@
"build": "gatsby build"
},
"dependencies": {
"gatsby": "^4.23.0",
"gatsby": "^4.23.1",
"gatsby-theme-minimal": "^1.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0"
Expand Down
Loading

0 comments on commit c6d3bf8

Please sign in to comment.