Skip to content

Commit

Permalink
feat: add support for Gatsby v4
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Oct 21, 2021
1 parent b3ab67d commit 8f39e4a
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 244 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@
"@commitlint/cli": "13.2.1",
"@commitlint/config-conventional": "13.2.0",
"@wkovacs64/prettier-config": "3.0.0",
"babel-preset-gatsby-package": "1.14.0",
"babel-preset-gatsby-package": "2.0.0",
"commitizen": "4.2.4",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"del-cli": "4.0.1",
"eslint": "7.32.0",
"eslint-plugin-wkovacs64": "13.5.2",
"gatsby": "3.14.3",
"gatsby-plugin-utils": "1.14.0",
"gatsby": "4.0.0",
"gatsby-plugin-utils": "2.0.0",
"husky": "7.0.4",
"jest": "27.3.1",
"lint-staged": "11.2.3",
Expand All @@ -80,7 +80,7 @@
"semantic-release": "18.0.0"
},
"peerDependencies": {
"gatsby": "^2.0.0 || ^3.0.0",
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0",
"react": "^16.8.0 || ^17.0.0",
"use-dark-mode": "^2.3.1"
}
Expand Down

0 comments on commit 8f39e4a

Please sign in to comment.