Skip to content

Commit

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Nov 22, 2021
1 parent c1cbc0f commit aefb152
Show file tree
Hide file tree
Showing 9 changed files with 7,673 additions and 7,413 deletions.
3,785 changes: 1,925 additions & 1,860 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": "^3.14.5",
"gatsby": "^3.14.6",
"gatsby-theme-blog-core": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
3,767 changes: 1,916 additions & 1,851 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 @@ -10,7 +10,7 @@
},
"license": "0BSD",
"dependencies": {
"gatsby": "^3.14.5",
"gatsby": "^3.14.6",
"gatsby-theme-blog": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
3,757 changes: 1,911 additions & 1,846 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": "^3.14.5",
"gatsby": "^3.14.6",
"gatsby-theme-notes": "^3.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 @@ -9,7 +9,7 @@
"build": "gatsby build"
},
"dependencies": {
"gatsby": "^3.14.5",
"gatsby": "^3.14.6",
"gatsby-theme-minimal": "^1.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
3,767 changes: 1,916 additions & 1,851 deletions starters/gatsby-starter-theme/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"license": "0BSD",
"dependencies": {
"gatsby": "^3.14.5",
"gatsby": "^3.14.6",
"gatsby-theme-blog": "^3.0.0",
"gatsby-theme-notes": "^3.0.0",
"react": "^17.0.2",
Expand Down

0 comments on commit aefb152

Please sign in to comment.