Skip to content

Commit

Permalink
feat: add support for Gatsby v3 (#72)
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 authored Mar 4, 2021
1 parent 64096e5 commit 1360441
Show file tree
Hide file tree
Showing 2 changed files with 1,080 additions and 1,806 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@
"@commitlint/cli": "12.0.1",
"@commitlint/config-conventional": "12.0.1",
"@wkovacs64/prettier-config": "3.0.0",
"babel-preset-gatsby-package": "0.12.0",
"babel-preset-gatsby-package": "1.0.0",
"commitizen": "4.2.3",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"del-cli": "3.0.1",
"eslint": "7.21.0",
"eslint-plugin-wkovacs64": "12.0.0",
"gatsby": "2.32.9",
"gatsby-plugin-utils": "0.9.0",
"gatsby": "3.0.1",
"gatsby-plugin-utils": "1.0.0",
"husky": "5.1.3",
"jest": "26.6.3",
"lint-staged": "10.5.4",
Expand All @@ -83,7 +83,7 @@
"semantic-release": "17.4.0"
},
"peerDependencies": {
"gatsby": "^2.0.0",
"gatsby": "^2.0.0 || ^3.0.0",
"react": "^16.8.0 || ^17.0.0",
"use-dark-mode": "^2.3.1"
}
Expand Down
Loading

0 comments on commit 1360441

Please sign in to comment.