Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
273 changes: 139 additions & 134 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions starters/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^4.5.2",
"gatsby": "^4.5.3",
"gatsby-plugin-feed": "^4.5.0",
"gatsby-plugin-gatsby-cloud": "^4.5.1",
"gatsby-plugin-gatsby-cloud": "^4.5.2",
"gatsby-plugin-google-analytics": "^4.5.0",
"gatsby-plugin-image": "^2.5.1",
"gatsby-plugin-manifest": "^4.5.1",
"gatsby-plugin-offline": "^5.5.1",
"gatsby-plugin-image": "^2.5.2",
"gatsby-plugin-manifest": "^4.5.2",
"gatsby-plugin-offline": "^5.5.2",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-sharp": "^4.5.1",
"gatsby-plugin-sharp": "^4.5.2",
"gatsby-remark-copy-linked-files": "^5.5.0",
"gatsby-remark-images": "^6.5.1",
"gatsby-remark-images": "^6.5.2",
"gatsby-remark-prismjs": "^6.5.0",
"gatsby-remark-responsive-iframe": "^5.5.0",
"gatsby-remark-smartypants": "^5.5.0",
"gatsby-source-filesystem": "^4.5.1",
"gatsby-transformer-remark": "^5.5.1",
"gatsby-source-filesystem": "^4.5.2",
"gatsby-transformer-remark": "^5.5.2",
"gatsby-transformer-sharp": "^4.5.0",
"prismjs": "^1.25.0",
"react": "^17.0.1",
Expand Down
257 changes: 131 additions & 126 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"gatsby": "^4.5.2",
"gatsby-plugin-gatsby-cloud": "^4.5.1",
"gatsby-plugin-image": "^2.5.1",
"gatsby-plugin-manifest": "^4.5.1",
"gatsby-plugin-offline": "^5.5.1",
"gatsby": "^4.5.3",
"gatsby-plugin-gatsby-cloud": "^4.5.2",
"gatsby-plugin-image": "^2.5.2",
"gatsby-plugin-manifest": "^4.5.2",
"gatsby-plugin-offline": "^5.5.2",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-sharp": "^4.5.1",
"gatsby-source-filesystem": "^4.5.1",
"gatsby-plugin-sharp": "^4.5.2",
"gatsby-source-filesystem": "^4.5.2",
"gatsby-transformer-sharp": "^4.5.0",
"prop-types": "^15.8.0",
"react": "^17.0.1",
Expand Down
203 changes: 104 additions & 99 deletions starters/gatsby-starter-minimal/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"license": "0BSD",
"dependencies": {
"gatsby": "^4.5.2",
"gatsby": "^4.5.3",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
203 changes: 104 additions & 99 deletions starters/hello-world/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"gatsby": "^4.5.2",
"gatsby": "^4.5.3",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down