Skip to content

Commit 3cf5c34

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

File tree

8 files changed

+868
-367
lines changed

8 files changed

+868
-367
lines changed

starters/blog/package-lock.json

Lines changed: 400 additions & 109 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: 7 additions & 7 deletions
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.1",
12-
"gatsby-plugin-feed": "^4.1.0",
11+
"gatsby": "^4.1.2",
12+
"gatsby-plugin-feed": "^4.1.1",
1313
"gatsby-plugin-gatsby-cloud": "^4.1.0",
1414
"gatsby-plugin-google-analytics": "^4.1.0",
1515
"gatsby-plugin-image": "^2.1.0",
16-
"gatsby-plugin-manifest": "^4.1.0",
17-
"gatsby-plugin-offline": "^5.1.0",
16+
"gatsby-plugin-manifest": "^4.1.1",
17+
"gatsby-plugin-offline": "^5.1.1",
1818
"gatsby-plugin-react-helmet": "^5.1.0",
19-
"gatsby-plugin-sharp": "^4.1.0",
19+
"gatsby-plugin-sharp": "^4.1.1",
2020
"gatsby-remark-copy-linked-files": "^5.1.0",
21-
"gatsby-remark-images": "^6.1.0",
21+
"gatsby-remark-images": "^6.1.1",
2222
"gatsby-remark-prismjs": "^6.1.0",
2323
"gatsby-remark-responsive-iframe": "^5.1.0",
2424
"gatsby-remark-smartypants": "^5.1.0",
2525
"gatsby-source-filesystem": "^4.1.0",
26-
"gatsby-transformer-remark": "^5.1.0",
26+
"gatsby-transformer-remark": "^5.1.1",
2727
"gatsby-transformer-sharp": "^4.1.0",
2828
"prismjs": "^1.25.0",
2929
"react": "^17.0.1",

starters/default/package-lock.json

Lines changed: 299 additions & 89 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"version": "0.1.0",
66
"author": "Kyle Mathews <[email protected]>",
77
"dependencies": {
8-
"gatsby": "^4.1.1",
8+
"gatsby": "^4.1.2",
99
"gatsby-plugin-gatsby-cloud": "^4.1.0",
1010
"gatsby-plugin-image": "^2.1.0",
11-
"gatsby-plugin-manifest": "^4.1.0",
12-
"gatsby-plugin-offline": "^5.1.0",
11+
"gatsby-plugin-manifest": "^4.1.1",
12+
"gatsby-plugin-offline": "^5.1.1",
1313
"gatsby-plugin-react-helmet": "^5.1.0",
14-
"gatsby-plugin-sharp": "^4.1.0",
14+
"gatsby-plugin-sharp": "^4.1.1",
1515
"gatsby-source-filesystem": "^4.1.0",
1616
"gatsby-transformer-sharp": "^4.1.0",
1717
"prop-types": "^15.7.2",

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

Lines changed: 78 additions & 78 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.1.1",
19+
"gatsby": "^4.1.2",
2020
"react": "^17.0.1",
2121
"react-dom": "^17.0.1"
2222
}

starters/hello-world/package-lock.json

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

starters/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
1515
},
1616
"dependencies": {
17-
"gatsby": "^4.1.1",
17+
"gatsby": "^4.1.2",
1818
"react": "^17.0.1",
1919
"react-dom": "^17.0.1"
2020
},

0 commit comments

Comments
 (0)