Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 84bc1d3

Browse files
authored
Merge pull request #50 from Nargonath/develop
Updates dependencies
2 parents f977eff + dceef2f commit 84bc1d3

File tree

2 files changed

+606
-661
lines changed

2 files changed

+606
-661
lines changed

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"scripts": {
1616
"test": "jest",
17-
"cm": "git-cz",
17+
"cm": "npx git-cz",
1818
"travis-deploy-once": "travis-deploy-once",
1919
"semantic-release": "semantic-release"
2020
},
@@ -62,16 +62,15 @@
6262
"react-scripts": ">= 1.0.x"
6363
},
6464
"devDependencies": {
65-
"@commitlint/cli": "7.6.0",
66-
"@commitlint/config-conventional": "7.6.0",
65+
"@commitlint/cli": "8.1.0",
66+
"@commitlint/config-conventional": "8.1.0",
6767
"@dixeed/eslint-config": "2.0.0",
68-
"commitizen": "3.1.1",
6968
"cz-conventional-changelog": "2.1.0",
70-
"eslint": "5.16.0",
71-
"husky": "2.2.0",
69+
"eslint": "6.1.0",
70+
"husky": "3.0.3",
7271
"jest": "^24.8.0",
73-
"lint-staged": "8.1.6",
74-
"prettier": "1.17.0"
72+
"lint-staged": "9.2.1",
73+
"prettier": "1.18.2"
7574
},
7675
"dependencies": {
7776
"cross-spawn": "6.0.5",

0 commit comments

Comments
 (0)