Skip to content

Commit

Permalink
chore: apply patches for v4 (gatsbyjs#33170)
Browse files Browse the repository at this point in the history
* chore: apply patches for v4

* adjust publish-next command

* replace alpha with next

* switch to node14 in circleci

* update yarn.lock

* set COMPILER_OPTIONS and update circleci config

* use sudo for now
  • Loading branch information
vladar committed Sep 14, 2021
1 parent 5ff2f72 commit ed7ddc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -34,7 +34,7 @@
],
"license": "MIT",
"peerDependencies": {
"gatsby": "^3.0.0-next.0"
"gatsby": "^4.0.0-next"
},
"repository": {
"type": "git",
Expand All @@ -48,6 +48,6 @@
},
"types": "index.d.ts",
"engines": {
"node": ">=12.13.0"
"node": ">=14.15.0"
}
}

0 comments on commit ed7ddc2

Please sign in to comment.