Skip to content

Commit

Permalink
chore: node to version 12 and update peerdeps (gatsbyjs#29312)
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Feb 5, 2021
1 parent f863c1b commit e053be6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
"license": "MIT",
"peerDependencies": {
"gatsby": "^2.2.0"
"gatsby": "^3.0.0-next.0"
},
"repository": {
"type": "git",
Expand All @@ -49,6 +49,6 @@
},
"types": "index.d.ts",
"engines": {
"node": ">=10.13.0"
"node": ">=12.13.0"
}
}

0 comments on commit e053be6

Please sign in to comment.