Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit ae43983

Browse files
authored
upgade tooling dependencies to support Node 14 (#265)
1 parent 95d958b commit ae43983

File tree

2 files changed

+52
-30
lines changed

2 files changed

+52
-30
lines changed

package-lock.json

+49-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@
4545
"babel-core": "^6.26.3",
4646
"babel-plugin-transform-async-to-generator": "^6.24.1",
4747
"chai": "^4.2.0",
48-
"mocha": "^7.0.0",
49-
"node-abi": "^2.14.0",
48+
"mocha": "^7.1.2",
49+
"node-abi": "^2.16.0",
5050
"node-cpplint": "~0.4.0",
5151
"node-gyp": "^6.0.0",
5252
"prebuild": "^10.0.0"
5353
},
5454
"dependencies": {
55-
"nan": "2.14.0",
55+
"nan": "2.14.1",
5656
"prebuild-install": "5.3.3"
5757
}
5858
}

0 commit comments

Comments
 (0)