We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee9ec6 commit b29f887Copy full SHA for b29f887
package.json
@@ -47,16 +47,16 @@
47
"gypfile": true,
48
"readmeFilename": "README.md",
49
"dependencies": {
50
- "async": "^2.0.1",
51
- "nan": "^2.4.0"
+ "async": "^2.5.0",
+ "nan": "^2.6.2"
52
},
53
"devDependencies": {
54
- "mocha": "~3.3.0",
55
- "chai": "~3.5.0",
+ "mocha": "~3.5.0",
+ "chai": "~4.1.1",
56
"grunt": "~1.0.1",
57
- "grunt-mocha-test": "~0.13.0",
+ "grunt-mocha-test": "~0.13.2",
58
"grunt-contrib-watch": "~1.0.0",
59
- "grunt-node-gyp": "~3.1.0",
+ "grunt-node-gyp": "~4.0.0",
60
"q": "~1.5.0"
61
}
62
0 commit comments