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

Commit 7439f91

Browse files
committed
bump latest libcore
1 parent 9f4bbeb commit 7439f91

File tree

2 files changed

+304
-253
lines changed

2 files changed

+304
-253
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ledgerhq/ledger-core",
33
"version": "6.4.0",
4-
"libcoreVersion": "3.3.0-rc-3c37bc",
4+
"libcoreVersion": "3.3.0-rc-7c6712",
55
"description": "Ledger Core Library cross-platform C++ bindings for NodeJs",
66
"main": "js/index.js",
77
"repository": {
@@ -41,17 +41,17 @@
4141
"license": "MIT",
4242
"dependencies": {
4343
"bindings": "1.5.0",
44-
"nan": "^2.6.2",
44+
"nan": "^2.14.1",
4545
"node-gyp": "^6.1.0",
4646
"node-pre-gyp": "^0.14.0",
4747
"node-pre-gyp-github": "^1.4.3"
4848
},
4949
"devDependencies": {
5050
"babel-eslint": "^10.1.0",
51-
"eslint": "^6.8.0",
51+
"eslint": "^7.0.0",
5252
"eslint-config-airbnb-base": "^14.1.0",
53-
"eslint-config-prettier": "^6.10.1",
54-
"prettier": "^1.12.1",
53+
"eslint-config-prettier": "^6.11.0",
54+
"prettier": "^2.0.5",
5555
"rimraf": "^3.0.2"
5656
}
5757
}

0 commit comments

Comments
 (0)