Skip to content

Commit 27b919d

Browse files
committed
fix: update dependencies - use fast-equals - remove bindings dependency
1 parent 151153d commit 27b919d

File tree

3 files changed

+202
-264
lines changed

3 files changed

+202
-264
lines changed

package.json

+9-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"name": "zadeh",
3+
"author": "Amin Yahyaabadi, Rajendran T",
4+
"homepage": "https://github.com/atom-ide-community/zadeh",
35
"version": "3.0.0-beta.3",
46
"description": "Blazing fast library for fuzzy filtering, matching, and other fuzzy things!",
57
"main": "./index.js",
@@ -43,36 +45,32 @@
4345
],
4446
"gypfile": true,
4547
"dependencies": {
46-
"bindings": "~1.5.0",
47-
"node-addon-api": "~3.2.1",
48+
"node-addon-api": "~4.0.0",
4849
"node-gyp-build": "^4.2.3"
4950
},
5051
"devDependencies": {
5152
"coffeescript": "^2.5.1",
5253
"cross-env": "^7.0.3",
53-
"eslint": "^7.28.0",
54-
"eslint-config-atomic": "^1.15.3",
55-
"fast-deep-equal": "^3.1.3",
54+
"eslint-config-atomic": "^1.16.1",
55+
"fast-equals": "^2.0.3",
5656
"fuzzaldrin-plus": "^0.6.0",
5757
"growl": ">=1.10.5",
5858
"jasmine": "^3.7.0",
5959
"jasmine-node": "^3.0.0",
60-
"npm-check-updates": "11.6.0",
60+
"npm-check-updates": "11.7.1",
6161
"prebuildify": "^4.1.2",
6262
"prettier-config-atomic": "^2.0.5",
63-
"rollup": "^2.51.1",
63+
"rollup": "^2.52.2",
6464
"rollup-plugin-atomic": "^2.3.2",
6565
"shx": "^0.3.3",
66-
"typescript": "^4.3.2"
66+
"typescript": "^4.3.4"
6767
},
6868
"repository": {
6969
"type": "git",
7070
"url": "https://github.com/atom-ide-community/zadeh.git"
7171
},
72-
"author": "Amin Yahyaabadi, Rajendran T",
7372
"license": "MIT",
7473
"bugs": {
7574
"url": "https://github.com/atom-ide-community/zadeh/issues"
76-
},
77-
"homepage": "https://github.com/atom-ide-community/zadeh"
75+
}
7876
}

0 commit comments

Comments
 (0)