Skip to content

Commit 2c9478a

Browse files
committed
Merge pull request nodegit#790 from nodegit/update-modules
update/tighten modules
2 parents 8c1f704 + 8cbc46f commit 2c9478a

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed

package.json

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,25 @@
3737
"node-pre-gyp"
3838
],
3939
"dependencies": {
40-
"fs-extra": "^0.24.0",
41-
"node-pre-gyp": "^0.6.15",
42-
"nodegit-promise": "^4.0.0",
43-
"npm": "^3.3.3",
44-
"promisify-node": "^0.3.0",
45-
"which-native-nodish": "^1.1.3"
40+
"fs-extra": "~0.26.2",
41+
"node-pre-gyp": "~0.6.15",
42+
"nodegit-promise": "~4.0.0",
43+
"promisify-node": "~0.3.0",
44+
"which-native-nodish": "~1.1.3"
4645
},
4746
"devDependencies": {
48-
"clean-for-publish": "^1.0.2",
49-
"combyne": "^0.8.1",
50-
"coveralls": "^2.11.4",
51-
"istanbul": "^0.3.20",
52-
"js-beautify": "^1.5.10",
53-
"jshint": "^2.8.0",
54-
"lcov-result-merger": "^1.0.2",
55-
"lodash": "^3.10.1",
56-
"mocha": "^2.3.3",
57-
"nan": "^2.0.9",
58-
"node-gyp": "^3.0.3",
59-
"nw-gyp": "^0.12.4",
60-
"request": "^2.63.0",
61-
"tar": "^2.2.1"
47+
"clean-for-publish": "~1.0.2",
48+
"combyne": "~0.8.1",
49+
"coveralls": "~2.11.4",
50+
"istanbul": "~0.3.20",
51+
"js-beautify": "~1.5.10",
52+
"jshint": "~2.8.0",
53+
"lcov-result-merger": "~1.0.2",
54+
"lodash": "~3.10.1",
55+
"mocha": "~2.3.4",
56+
"nan": "~2.0.9",
57+
"node-gyp": "~3.0.3",
58+
"nw-gyp": "~0.12.4"
6259
},
6360
"vendorDependencies": {
6461
"libgit2": {

0 commit comments

Comments
 (0)