Skip to content

Commit 4407db7

Browse files
committed
fix(deps): update to sentence-splitter@5
Require Node.js 18+ https://github.com/textlint-rule/sentence-splitter/releases/tag/v5.0.0
1 parent 06b4246 commit 4407db7

File tree

2 files changed

+1657
-3061
lines changed

2 files changed

+1657
-3061
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"trailingComma": "none"
4141
},
4242
"devDependencies": {
43-
"lint-staged": "^7.3.0",
43+
"lint-staged": "^15.1.0",
4444
"prettier": "^3.1.0",
45-
"textlint-scripts": "^12.0.1",
46-
"textlint-tester": "12.0.0"
45+
"textlint-scripts": "^13.4.1",
46+
"textlint-tester": "13.4.1"
4747
},
4848
"publishConfig": {
4949
"access": "public"
@@ -54,7 +54,7 @@
5454
]
5555
},
5656
"dependencies": {
57-
"sentence-splitter": "^4.3.0",
58-
"textlint-rule-helper": "^2.3.0"
57+
"sentence-splitter": "^5.0.0",
58+
"textlint-rule-helper": "^2.3.1"
5959
}
6060
}

0 commit comments

Comments
 (0)