Skip to content

Commit c7f7509

Browse files
fix(deps): update starters and examples - gatsby (#35674)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 5d3bb53 commit c7f7509

File tree

18 files changed

+3139
-2191
lines changed

18 files changed

+3139
-2191
lines changed

starters/blog/package-lock.json

Lines changed: 515 additions & 338 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/blog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"url": "https://github.com/gatsbyjs/gatsby/issues"
99
},
1010
"dependencies": {
11-
"gatsby": "^4.14.0",
11+
"gatsby": "^4.14.1",
1212
"gatsby-plugin-feed": "^4.14.0",
1313
"gatsby-plugin-gatsby-cloud": "^4.14.0",
1414
"gatsby-plugin-google-analytics": "^4.14.0",
1515
"gatsby-plugin-image": "^2.14.1",
1616
"gatsby-plugin-manifest": "^4.14.0",
17-
"gatsby-plugin-offline": "^5.14.0",
17+
"gatsby-plugin-offline": "^5.14.1",
1818
"gatsby-plugin-react-helmet": "^5.14.0",
1919
"gatsby-plugin-sharp": "^4.14.1",
2020
"gatsby-remark-copy-linked-files": "^5.14.0",

starters/default/package-lock.json

Lines changed: 515 additions & 338 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/default/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
77
"dependencies": {
8-
"gatsby": "^4.14.0",
8+
"gatsby": "^4.14.1",
99
"gatsby-plugin-gatsby-cloud": "^4.14.0",
1010
"gatsby-plugin-image": "^2.14.1",
1111
"gatsby-plugin-manifest": "^4.14.0",
12-
"gatsby-plugin-offline": "^5.14.0",
12+
"gatsby-plugin-offline": "^5.14.1",
1313
"gatsby-plugin-react-helmet": "^5.14.0",
1414
"gatsby-plugin-sharp": "^4.14.1",
1515
"gatsby-source-filesystem": "^4.14.0",

starters/gatsby-starter-blog-theme-core/package-lock.json

Lines changed: 240 additions & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/gatsby-starter-blog-theme-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "0BSD",
1212
"dependencies": {
1313
"@mdx-js/react": "^1.6.22",
14-
"gatsby": "^4.14.0",
14+
"gatsby": "^4.14.1",
1515
"gatsby-theme-blog-core": "^4.0.0",
1616
"react": "^17.0.2",
1717
"react-dom": "^17.0.2"

starters/gatsby-starter-blog-theme/package-lock.json

Lines changed: 237 additions & 99 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/gatsby-starter-blog-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@emotion/react": "^11.9.0",
1414
"@emotion/styled": "^11.8.1",
1515
"@mdx-js/react": "^1.6.22",
16-
"gatsby": "^4.14.0",
16+
"gatsby": "^4.14.1",
1717
"gatsby-theme-blog": "^4.0.0",
1818
"react": "^17.0.2",
1919
"react-dom": "^17.0.2",

starters/gatsby-starter-minimal-ts/package-lock.json

Lines changed: 377 additions & 363 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/gatsby-starter-minimal-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"license": "0BSD",
1919
"dependencies": {
20-
"gatsby": "^4.14.0",
20+
"gatsby": "^4.14.1",
2121
"react": "^17.0.1",
2222
"react-dom": "^17.0.1"
2323
},

starters/gatsby-starter-minimal/package-lock.json

Lines changed: 383 additions & 369 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/gatsby-starter-minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"license": "0BSD",
1818
"dependencies": {
19-
"gatsby": "^4.14.0",
19+
"gatsby": "^4.14.1",
2020
"react": "^17.0.1",
2121
"react-dom": "^17.0.1"
2222
}

starters/gatsby-starter-notes-theme/package-lock.json

Lines changed: 241 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/gatsby-starter-notes-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"license": "0BSD",
1212
"dependencies": {
13-
"gatsby": "^4.14.0",
13+
"gatsby": "^4.14.1",
1414
"gatsby-theme-notes": "^4.0.0",
1515
"react": "^17.0.2",
1616
"react-dom": "^17.0.2"

0 commit comments

Comments
 (0)