Skip to content

Commit

Permalink
fix(deps): update starters and examples gatsby packages to ^4.18.2 (#…
Browse files Browse the repository at this point in the history
…36122)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 14, 2022
1 parent 428355c commit b7b3f31
Show file tree
Hide file tree
Showing 21 changed files with 2,843 additions and 449 deletions.
299 changes: 264 additions & 35 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^4.18.1",
"gatsby": "^4.18.2",
"gatsby-plugin-feed": "^4.18.1",
"gatsby-plugin-gatsby-cloud": "^4.18.1",
"gatsby-plugin-google-analytics": "^4.18.0",
Expand Down
299 changes: 264 additions & 35 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^4.18.1",
"gatsby": "^4.18.2",
"gatsby-plugin-gatsby-cloud": "^4.18.1",
"gatsby-plugin-image": "^2.18.1",
"gatsby-plugin-manifest": "^4.18.1",
Expand Down
369 changes: 312 additions & 57 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.18.1",
"gatsby": "^4.18.2",
"gatsby-theme-blog-core": "^4.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0"
Expand Down
369 changes: 312 additions & 57 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.9.3",
"@emotion/styled": "^11.9.3",
"@mdx-js/react": "^1.6.22",
"gatsby": "^4.18.1",
"gatsby": "^4.18.2",
"gatsby-theme-blog": "^4.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
Expand Down
299 changes: 264 additions & 35 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.18.1",
"gatsby": "^4.18.2",
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
Expand Down
299 changes: 264 additions & 35 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.18.1",
"gatsby": "^4.18.2",
"react": "^18.1.0",
"react-dom": "^18.1.0"
}
Expand Down
369 changes: 312 additions & 57 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.18.1",
"gatsby": "^4.18.2",
"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.18.1",
"gatsby": "^4.18.2",
"gatsby-theme-minimal": "^1.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0"
Expand Down

0 comments on commit b7b3f31

Please sign in to comment.