Skip to content

Commit 35317bc

Browse files
author
Minggang Wang
committed
Upgrade dependencies used in rclnodejs
Fix #None
1 parent 3071fea commit 35317bc

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -32,37 +32,37 @@
3232
"url": "git+https://github.com/RobotWebTools/rclnodejs.git"
3333
},
3434
"devDependencies": {
35-
"@typescript-eslint/eslint-plugin": "^2.10.0",
36-
"@typescript-eslint/parser": "^2.3.1",
35+
"@typescript-eslint/eslint-plugin": "^3.7.0",
36+
"@typescript-eslint/parser": "^3.7.0",
3737
"clang-format": "^1.4.0",
38+
"commander": "^6.0.0",
3839
"deep-equal": "^1.1.1",
39-
"dtslint": "^3.0.0",
40-
"eslint": "^6.8.0",
41-
"eslint-config-prettier": "^6.10.0",
42-
"husky": "^4.2.3",
43-
"lint-staged": "^10.0.7",
44-
"mocha": "^7.0.1",
40+
"dtslint": "^3.6.13",
41+
"eslint": "^7.5.0",
42+
"eslint-config-prettier": "^6.11.0",
43+
"husky": "^4.2.5",
44+
"lint-staged": "^10.2.11",
45+
"mocha": "^8.0.1",
4546
"prettier": "^2.0.5",
46-
"sinon": "^9.0.0",
47-
"tree-kill": "^1.2.1",
48-
"typescript": "^3.7.2"
47+
"sinon": "^9.0.2",
48+
"tree-kill": "^1.2.2",
49+
"typescript": "^3.9.7"
4950
},
5051
"dependencies": {
51-
"bindings": "^1.2.1",
52-
"commander": "^5.0.0",
53-
"compare-versions": "^3.1.0",
54-
"debug": "^4.0.1",
55-
"dot": "^1.1.2",
56-
"fs-extra": "^9.0.0",
52+
"bindings": "^1.5.0",
53+
"compare-versions": "^3.6.0",
54+
"debug": "^4.1.1",
55+
"dot": "^1.1.3",
56+
"fs-extra": "^9.0.1",
5757
"is-close": "^1.3.3",
58-
"mkdirp": "^1.0.3",
59-
"mz": "^2.6.0",
60-
"nan": "^2.8.0",
61-
"ref-napi": "^2.0.0",
62-
"ref-array-di": "^1.2.0",
63-
"ref-struct-di": "^1.1.0",
64-
"walk": "^2.3.9",
65-
"uuid": "^8.0.0",
58+
"mkdirp": "^1.0.4",
59+
"mz": "^2.7.0",
60+
"nan": "^2.14.1",
61+
"ref-napi": "^2.0.3",
62+
"ref-array-di": "^1.2.2",
63+
"ref-struct-di": "^1.1.1",
64+
"walk": "^2.3.14",
65+
"uuid": "^8.2.0",
6666
"int64-napi": "^1.0.1"
6767
},
6868
"husky": {

0 commit comments

Comments
 (0)