Skip to content

Commit dbf1cb9

Browse files
committed
chore(package.json): update deps
1 parent 7cd3aab commit dbf1cb9

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

PROJECT-package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,27 +56,27 @@
5656
"babel-cli": "^6.22.2",
5757
"babel-core": "^6.22.1",
5858
"babel-eslint": "^7.1.1",
59-
"babel-plugin-istanbul": "^3.1.2",
59+
"babel-plugin-istanbul": "^4.0.0",
6060
"babel-plugin-transform-runtime": "^6.22.0",
6161
"babel-preset-es2015": "^6.22.0",
62-
"babel-preset-flow": "^1.0.0",
62+
"babel-preset-flow": "^6.23.0",
6363
"babel-preset-stage-1": "^6.22.0",
6464
"babel-register": "^6.22.0",
6565
"babel-runtime": "^6.22.0",
6666
"chai": "^3.5.0",
6767
"copy": "^0.3.0",
68-
"coveralls": "^2.11.15",
68+
"coveralls": "^2.11.16",
6969
"eslint": "^3.13.1",
7070
"eslint-plugin-flowtype": "^2.30.0",
71-
"eslint-watch": "^2.1.14",
72-
"flow-bin": "^0.38.0",
71+
"eslint-watch": "^3.0.0",
72+
"flow-bin": "^0.39.0",
7373
"flow-watch": "^1.1.0",
74-
"husky": "^0.12.0",
74+
"husky": "^0.13.1",
7575
"istanbul": "^0.4.5",
7676
"mocha": "^3.2.0",
7777
"nyc": "^10.1.2",
7878
"rimraf": "^2.5.4",
79-
"semantic-release": "^6.3.2",
79+
"semantic-release": "^6.3.6",
8080
"validate-commit-msg": "^2.8.2"
8181
},
8282
"dependencies": {}

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,24 +50,23 @@
5050
"babel-cli": "^6.22.2",
5151
"babel-core": "^6.22.1",
5252
"babel-eslint": "^7.1.1",
53-
"babel-plugin-istanbul": "^3.1.2",
53+
"babel-plugin-istanbul": "^4.0.0",
5454
"babel-plugin-transform-runtime": "^6.22.0",
5555
"babel-preset-es2015": "^6.22.0",
56-
"babel-preset-flow": "^1.0.0",
56+
"babel-preset-flow": "^6.23.0",
5757
"babel-preset-stage-1": "^6.22.0",
5858
"babel-register": "^6.22.0",
5959
"babel-runtime": "^6.22.0",
6060
"eslint": "^3.13.1",
6161
"eslint-plugin-flowtype": "^2.30.0",
62-
"eslint-watch": "^2.1.14",
63-
"flow-bin": "^0.38.0",
62+
"eslint-watch": "^3.0.0",
63+
"flow-bin": "^0.39.0",
6464
"flow-watch": "^1.1.0",
65-
"husky": "^0.12.0",
65+
"husky": "^0.13.1",
6666
"istanbul": "^0.4.5",
6767
"nyc": "^10.1.2",
6868
"rimraf": "^2.5.4",
6969
"validate-commit-msg": "^2.8.2"
7070
},
7171
"dependencies": {}
7272
}
73-

0 commit comments

Comments
 (0)