Skip to content

Commit 99ba8b4

Browse files
author
Minggang Wang
committed
Update dependency
This patch updates following: - ref-napi: 1.4.3 => 2.0.0 - uuid: 7.0.2 => 8.0.0 - prettier: 1.19.1 => 2.0.5 Fix #None
1 parent 326ad70 commit 99ba8b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"husky": "^4.2.3",
4343
"lint-staged": "^10.0.7",
4444
"mocha": "^7.0.1",
45-
"prettier": "^1.19.1",
45+
"prettier": "^2.0.5",
4646
"sinon": "^9.0.0",
4747
"tree-kill": "^1.2.1",
4848
"typescript": "^3.7.2"
@@ -58,11 +58,11 @@
5858
"mkdirp": "^1.0.3",
5959
"mz": "^2.6.0",
6060
"nan": "^2.8.0",
61-
"ref-napi": "^1.4.3",
61+
"ref-napi": "^2.0.0",
6262
"ref-array-di": "^1.2.0",
6363
"ref-struct-di": "^1.1.0",
6464
"walk": "^2.3.9",
65-
"uuid": "^7.0.2",
65+
"uuid": "^8.0.0",
6666
"int64-napi": "^1.0.1"
6767
},
6868
"husky": {

0 commit comments

Comments
 (0)