Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
chore: update dependencies (#10)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node >=10.13.0 is required
BREAKING CHANGE: Gatsby ^2.20.0 is required
  • Loading branch information
MichaelDeBoey authored Mar 20, 2020
1 parent c932d06 commit 8b85b29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cache: npm
notifications:
email: false
node_js:
- 10.18
- 10.13
- 12
- node
install: npm install
Expand All @@ -13,7 +13,7 @@ script:
branches:
only:
- master
- next
- beta

jobs:
include:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"validate": "kcd-scripts validate"
},
"dependencies": {
"@babel/runtime": "^7.8.4"
"@babel/runtime": "^7.8.7"
},
"devDependencies": {
"all-contributors-cli": "^6.14.0",
"kcd-scripts": "^5.2.0"
"kcd-scripts": "^5.4.0"
},
"peerDependencies": {
"gatsby": "^2.0.0"
"gatsby": "^2.20.0"
},
"engines": {
"node": ">=10.18",
"node": ">=10.13.0",
"npm": ">=6",
"yarn": ">=1"
}
Expand Down

0 comments on commit 8b85b29

Please sign in to comment.