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

Commit 0965ef4

Browse files
chore(deps): update gatsby monorepo (#247)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 80755ba commit 0965ef4

File tree

3 files changed

+772
-590
lines changed

3 files changed

+772
-590
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"author": "Robin Métral <robin@metral.ch>",
88
"dependencies": {
99
"@robinmetral/gatsby-source-s3": "file:../../robinmetral-gatsby-source-s3-0.0.0-semantically-released.tgz",
10-
"gatsby": "^2.26.1",
11-
"gatsby-image": "^2.5.0",
12-
"gatsby-plugin-sharp": "^2.8.0",
13-
"gatsby-transformer-sharp": "^2.6.0",
10+
"gatsby": "^2.27.0",
11+
"gatsby-image": "^2.6.0",
12+
"gatsby-plugin-sharp": "^2.9.0",
13+
"gatsby-transformer-sharp": "^2.7.0",
1414
"react": "^17.0.1",
1515
"react-dom": "^17.0.1"
1616
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint": "^7.14.0",
2525
"eslint-config-prettier": "^6.15.0",
2626
"eslint-plugin-prettier": "^3.1.4",
27-
"gatsby": "^2.26.1",
27+
"gatsby": "^2.27.0",
2828
"husky": "^4.3.0",
2929
"prettier": "^2.2.0",
3030
"semantic-release": "^17.2.2",
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"aws-sdk": "^2.797.0",
45-
"gatsby-source-filesystem": "^2.5.0"
45+
"gatsby-source-filesystem": "^2.6.1"
4646
},
4747
"publishConfig": {
4848
"access": "public"

0 commit comments

Comments
 (0)