Skip to content

Commit fd514c2

Browse files
committed
chore: upgrade deps
1 parent 2a83824 commit fd514c2

File tree

3 files changed

+614
-547
lines changed

3 files changed

+614
-547
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,30 @@
2020
"typecheck": "tsc -b tsconfig.project.json -verbose"
2121
},
2222
"devDependencies": {
23-
"@octokit/rest": "^17.8.0",
24-
"@typescript-eslint/eslint-plugin": "^2.29.0",
25-
"@typescript-eslint/parser": "^2.29.0",
26-
"ava": "^3.8.0",
23+
"@octokit/rest": "^18.0.0",
24+
"@typescript-eslint/eslint-plugin": "^3.2.0",
25+
"@typescript-eslint/parser": "^3.2.0",
26+
"ava": "^3.8.2",
2727
"benchmark": "^2.1.4",
28-
"chalk": "^4.0.0",
29-
"codecov": "^3.6.5",
28+
"chalk": "^4.1.0",
29+
"codecov": "^3.7.0",
3030
"cross-env": "^7.0.2",
31-
"eslint": "^6.8.0",
31+
"eslint": "^7.2.0",
3232
"eslint-config-prettier": "^6.11.0",
33-
"eslint-plugin-import": "^2.20.2",
33+
"eslint-plugin-import": "^2.21.2",
3434
"eslint-plugin-prettier": "^3.1.3",
3535
"eslint-plugin-sonarjs": "^0.5.0",
3636
"husky": "^4.2.5",
37-
"lerna": "^3.20.2",
38-
"lint-staged": "^10.1.7",
37+
"lerna": "^3.22.1",
38+
"lint-staged": "^10.2.9",
3939
"napi-rs": "^0.2.4",
4040
"npm-run-all": "^4.1.5",
41-
"nyc": "^15.0.1",
41+
"nyc": "^15.1.0",
4242
"prettier": "^2.0.5",
4343
"putasset": "^5.0.3",
44-
"ts-node": "^8.9.1",
44+
"ts-node": "^8.10.2",
4545
"tsconfig-paths": "^3.9.0",
46-
"typescript": "^3.8.3"
46+
"typescript": "^3.9.5"
4747
},
4848
"ava": {
4949
"extensions": ["ts"],

packages/jieba/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111
jieba-rs = { version = "0.5", features = ["default-dict", "tfidf", "textrank"] }
1212
napi-rs = { version = "0.3" }
1313
napi-rs-derive = { version = "0.2" }
14-
once_cell = "1.3"
14+
once_cell = "1.4"
1515

1616
[target.'cfg(all(unix, not(target_env = "musl")))'.dependencies]
1717
jemallocator = { version = "0.3", features = ["disable_initial_exec_tls"] }

0 commit comments

Comments
 (0)