Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
chore(deps): upgrade to Gatsby v4 (#549)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires gatsby@^4.0.1
BREAKING CHANGE: drops support for Node.js < 14.15
  • Loading branch information
robinmetral authored Nov 17, 2021
1 parent 54417de commit 640ae01
Show file tree
Hide file tree
Showing 6 changed files with 3,757 additions and 4,023 deletions.
10 changes: 5 additions & 5 deletions examples/gatsby-starter-source-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"license": "MIT",
"author": "Robin Métral <[email protected]>",
"dependencies": {
"gatsby": "^3.14.3",
"gatsby-plugin-image": "^1.14.0",
"gatsby-plugin-sharp": "^3.14.2",
"gatsby-transformer-sharp": "^3.14.0",
"gatsby": "^4.2.0",
"gatsby-plugin-image": "^2.2.0",
"gatsby-plugin-sharp": "^4.2.0",
"gatsby-transformer-sharp": "^4.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"build": "gatsby build --verbose",
"serve": "gatsby serve"
}
}
Loading

0 comments on commit 640ae01

Please sign in to comment.