Skip to content

Commit ccafea2

Browse files
authored
Merge pull request #98 from bufferoverflow/chore/upgrade-packages
chore/upgrade packages
2 parents 7aa11b1 + 8af48c3 commit ccafea2

File tree

3 files changed

+1635
-3181
lines changed

3 files changed

+1635
-3181
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ script:
77
- yarn install
88
- commitlint-travis
99
- yarn license
10-
- yarn lint:ts
10+
- yarn lint
1111
- yarn code:build
1212
- yarn test:all

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "license-checker --onlyAllow 'Apache-2.0; Apache License, Version 2.0; BSD; BSD-2-Clause; BSD-3-Clause; ISC; MIT; Unlicense; WTFPL; CC-BY-3.0; CC0-1.0' --production",
1111
"type-check:watch": "npm run type-check -- --watch",
1212
"lint:ts": "eslint . --ext .js,.ts",
13-
"lint": "yarn type-check && npm run lint:ts",
13+
"lint": "yarn type-check && yarn lint:ts && markdownlint README.md",
1414
"prepublish": "in-publish && yarn lint && yarn code:build || not-in-publish",
1515
"release:major": "changelog -M && git commit -a -m 'docs: updated CHANGELOG.md' && yarn version --major && git push origin && git push origin --tags",
1616
"release:minor": "changelog -m && git commit -a -m 'docs: updated CHANGELOG.md' && yarn version --minor && git push origin && git push origin --tags",
@@ -57,9 +57,9 @@
5757
"verdaccio": "^4.3.4"
5858
},
5959
"devDependencies": {
60-
"@commitlint/cli": "7.0.0",
61-
"@commitlint/config-conventional": "7.0.1",
62-
"@commitlint/travis-cli": "7.0.0",
60+
"@commitlint/cli": "8.2.0",
61+
"@commitlint/config-conventional": "8.2.0",
62+
"@commitlint/travis-cli": "8.2.0",
6363
"@types/http-errors": "1.6.2",
6464
"@types/jest": "24.0.22",
6565
"@types/lodash": "^4.14.146",
@@ -79,7 +79,7 @@
7979
"husky": "0.14.3",
8080
"in-publish": "2.0.0",
8181
"jest": "24.9.0",
82-
"jest-environment-node": "^23.4.0",
82+
"jest-environment-node": "^24.9.0",
8383
"license-checker": "20.1.0",
8484
"lodash": "^4.17.15",
8585
"markdownlint-cli": "0.19.0",

0 commit comments

Comments
 (0)