Skip to content

Commit 9725c58

Browse files
committed
2 parents 61f946c + b865e64 commit 9725c58

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,24 +73,25 @@
7373
"babel-preset-stage-1": "^6.16.0",
7474
"babel-register": "^6.18.0",
7575
"babel-runtime": "^6.18.0",
76-
"chai": "^3.5.0",
76+
"chai": "^4.0.0",
7777
"copy": "^0.3.0",
7878
"coveralls": "^2.11.15",
7979
"enzyme": "^2.4.1",
80-
"eslint": "^3.11.1",
80+
"eslint": "^4.1.0",
8181
"eslint-plugin-flowtype": "^2.28.2",
8282
"eslint-plugin-react": "^6.4.1",
8383
"eslint-watch": "^3.0.0",
8484
"flow-bin": "^0.42.0",
8585
"flow-watch": "^1.1.0",
86+
"husky": "^0.14.0",
8687
"history": "^4.7.2",
87-
"husky": "^0.13.2",
88+
"husky": "^0.14.0",
8889
"istanbul": "^0.4.5",
8990
"jsdom": "^9.8.0",
9091
"jsdom-global": "^2.1.0",
9192
"lodash.sortby": "^4.7.0",
9293
"mocha": "^3.2.0",
93-
"nyc": "^10.0.0",
94+
"nyc": "^11.0.2",
9495
"react": "^15.3.2",
9596
"react-addons-test-utils": "^15.3.2",
9697
"react-dom": "^15.3.2",
@@ -100,7 +101,7 @@
100101
"redux": "^3.6.0",
101102
"redux-features": "^2.0.0",
102103
"rimraf": "^2.5.4",
103-
"semantic-release": "^6.3.2",
104+
"semantic-release": "^7.0.1",
104105
"sinon": "^2.0.0",
105106
"validate-commit-msg": "^2.8.2"
106107
},

0 commit comments

Comments
 (0)