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

Commit 640ae01

Browse files
authored
chore(deps): upgrade to Gatsby v4 (#549)
BREAKING CHANGE: requires gatsby@^4.0.1 BREAKING CHANGE: drops support for Node.js < 14.15
1 parent 54417de commit 640ae01

File tree

6 files changed

+3757
-4023
lines changed

6 files changed

+3757
-4023
lines changed

examples/gatsby-starter-source-s3/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
"license": "MIT",
77
"author": "Robin Métral <robin@metral.ch>",
88
"dependencies": {
9-
"gatsby": "^3.14.3",
10-
"gatsby-plugin-image": "^1.14.0",
11-
"gatsby-plugin-sharp": "^3.14.2",
12-
"gatsby-transformer-sharp": "^3.14.0",
9+
"gatsby": "^4.2.0",
10+
"gatsby-plugin-image": "^2.2.0",
11+
"gatsby-plugin-sharp": "^4.2.0",
12+
"gatsby-transformer-sharp": "^4.2.0",
1313
"react": "^17.0.2",
1414
"react-dom": "^17.0.2"
1515
},
1616
"scripts": {
1717
"develop": "gatsby develop",
18-
"build": "gatsby build",
18+
"build": "gatsby build --verbose",
1919
"serve": "gatsby serve"
2020
}
2121
}

0 commit comments

Comments
 (0)