Skip to content

Commit a67d339

Browse files
fix(deps): update starters and examples - gatsby (#33929)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 3cf5c34 commit a67d339

File tree

8 files changed

+252
-361
lines changed

8 files changed

+252
-361
lines changed

starters/blog/package-lock.json

+63-141
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.1.2",
11+
"gatsby": "^4.1.3",
1212
"gatsby-plugin-feed": "^4.1.1",
13-
"gatsby-plugin-gatsby-cloud": "^4.1.0",
13+
"gatsby-plugin-gatsby-cloud": "^4.1.1",
1414
"gatsby-plugin-google-analytics": "^4.1.0",
15-
"gatsby-plugin-image": "^2.1.0",
16-
"gatsby-plugin-manifest": "^4.1.1",
17-
"gatsby-plugin-offline": "^5.1.1",
15+
"gatsby-plugin-image": "^2.1.1",
16+
"gatsby-plugin-manifest": "^4.1.2",
17+
"gatsby-plugin-offline": "^5.1.2",
1818
"gatsby-plugin-react-helmet": "^5.1.0",
19-
"gatsby-plugin-sharp": "^4.1.1",
19+
"gatsby-plugin-sharp": "^4.1.2",
2020
"gatsby-remark-copy-linked-files": "^5.1.0",
21-
"gatsby-remark-images": "^6.1.1",
21+
"gatsby-remark-images": "^6.1.2",
2222
"gatsby-remark-prismjs": "^6.1.0",
2323
"gatsby-remark-responsive-iframe": "^5.1.0",
2424
"gatsby-remark-smartypants": "^5.1.0",
25-
"gatsby-source-filesystem": "^4.1.0",
26-
"gatsby-transformer-remark": "^5.1.1",
25+
"gatsby-source-filesystem": "^4.1.1",
26+
"gatsby-transformer-remark": "^5.1.2",
2727
"gatsby-transformer-sharp": "^4.1.0",
2828
"prismjs": "^1.25.0",
2929
"react": "^17.0.1",

starters/default/package-lock.json

+71-102
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.1.2",
9-
"gatsby-plugin-gatsby-cloud": "^4.1.0",
10-
"gatsby-plugin-image": "^2.1.0",
11-
"gatsby-plugin-manifest": "^4.1.1",
12-
"gatsby-plugin-offline": "^5.1.1",
8+
"gatsby": "^4.1.3",
9+
"gatsby-plugin-gatsby-cloud": "^4.1.1",
10+
"gatsby-plugin-image": "^2.1.1",
11+
"gatsby-plugin-manifest": "^4.1.2",
12+
"gatsby-plugin-offline": "^5.1.2",
1313
"gatsby-plugin-react-helmet": "^5.1.0",
14-
"gatsby-plugin-sharp": "^4.1.1",
15-
"gatsby-source-filesystem": "^4.1.0",
14+
"gatsby-plugin-sharp": "^4.1.2",
15+
"gatsby-source-filesystem": "^4.1.1",
1616
"gatsby-transformer-sharp": "^4.1.0",
1717
"prop-types": "^15.7.2",
1818
"react": "^17.0.1",

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

+50-50
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.1.2",
19+
"gatsby": "^4.1.3",
2020
"react": "^17.0.1",
2121
"react-dom": "^17.0.1"
2222
}

0 commit comments

Comments
 (0)