Skip to content

Commit 2cf474b

Browse files
fix(deps): update starters and examples - gatsby (#34934)
Co-authored-by: Renovate Bot <[email protected]>
1 parent da2a1ba commit 2cf474b

File tree

10 files changed

+542
-522
lines changed

10 files changed

+542
-522
lines changed

starters/blog/package-lock.json

+132-122
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/blog/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
88
"url": "https://github.com/gatsbyjs/gatsby/issues"
99
},
1010
"dependencies": {
11-
"gatsby": "^4.8.0",
11+
"gatsby": "^4.8.2",
1212
"gatsby-plugin-feed": "^4.8.0",
13-
"gatsby-plugin-gatsby-cloud": "^4.8.0",
13+
"gatsby-plugin-gatsby-cloud": "^4.8.2",
1414
"gatsby-plugin-google-analytics": "^4.8.0",
15-
"gatsby-plugin-image": "^2.8.0",
16-
"gatsby-plugin-manifest": "^4.8.0",
17-
"gatsby-plugin-offline": "^5.8.0",
15+
"gatsby-plugin-image": "^2.8.2",
16+
"gatsby-plugin-manifest": "^4.8.2",
17+
"gatsby-plugin-offline": "^5.8.2",
1818
"gatsby-plugin-react-helmet": "^5.8.0",
19-
"gatsby-plugin-sharp": "^4.8.0",
19+
"gatsby-plugin-sharp": "^4.8.2",
2020
"gatsby-remark-copy-linked-files": "^5.8.0",
21-
"gatsby-remark-images": "^6.8.0",
21+
"gatsby-remark-images": "^6.8.2",
2222
"gatsby-remark-prismjs": "^6.8.0",
2323
"gatsby-remark-responsive-iframe": "^5.8.0",
2424
"gatsby-remark-smartypants": "^5.8.0",
25-
"gatsby-source-filesystem": "^4.8.0",
26-
"gatsby-transformer-remark": "^5.8.0",
25+
"gatsby-source-filesystem": "^4.8.2",
26+
"gatsby-transformer-remark": "^5.8.2",
2727
"gatsby-transformer-sharp": "^4.8.0",
2828
"prismjs": "^1.25.0",
2929
"react": "^17.0.1",

starters/default/package-lock.json

+124-114
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/default/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^4.8.0",
9-
"gatsby-plugin-gatsby-cloud": "^4.8.0",
10-
"gatsby-plugin-image": "^2.8.0",
11-
"gatsby-plugin-manifest": "^4.8.0",
12-
"gatsby-plugin-offline": "^5.8.0",
8+
"gatsby": "^4.8.2",
9+
"gatsby-plugin-gatsby-cloud": "^4.8.2",
10+
"gatsby-plugin-image": "^2.8.2",
11+
"gatsby-plugin-manifest": "^4.8.2",
12+
"gatsby-plugin-offline": "^5.8.2",
1313
"gatsby-plugin-react-helmet": "^5.8.0",
14-
"gatsby-plugin-sharp": "^4.8.0",
15-
"gatsby-source-filesystem": "^4.8.0",
14+
"gatsby-plugin-sharp": "^4.8.2",
15+
"gatsby-source-filesystem": "^4.8.2",
1616
"gatsby-transformer-sharp": "^4.8.0",
1717
"prop-types": "^15.8.0",
1818
"react": "^17.0.1",

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

+87-87
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"license": "0BSD",
1919
"dependencies": {
20-
"gatsby": "^4.8.0",
20+
"gatsby": "^4.8.2",
2121
"react": "^17.0.1",
2222
"react-dom": "^17.0.1"
2323
},

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

+90-90
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/gatsby-starter-minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"license": "0BSD",
1818
"dependencies": {
19-
"gatsby": "^4.8.0",
19+
"gatsby": "^4.8.2",
2020
"react": "^17.0.1",
2121
"react-dom": "^17.0.1"
2222
}

0 commit comments

Comments
 (0)