Skip to content

Commit d434db2

Browse files
committed
refactor: upgrade match-index
1 parent 0ed956c commit d434db2

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"typescript": "^3.5.3"
4040
},
4141
"dependencies": {
42-
"match-index": "^1.0.1",
42+
"match-index": "^1.0.2",
4343
"textlint-rule-helper": "^2.1.1",
4444
"unorm": "^1.4.1"
4545
}

src/textlint-rule-no-nfd.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// LICENSE : MIT
22
"use strict";
3-
// @ts-ignore
43
import {matchCaptureGroupAll} from "match-index"
54
import {RuleHelper} from "textlint-rule-helper";
65
import {TextlintRuleReporter} from "@textlint/types";

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2479,10 +2479,10 @@ markdown-escapes@^1.0.0:
24792479
resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.3.tgz#6155e10416efaafab665d466ce598216375195f5"
24802480
integrity sha512-XUi5HJhhV5R74k8/0H2oCbCiYf/u4cO/rX8tnGkRvrqhsr5BRNU6Mg0yt/8UIx1iIS8220BNJsDb7XnILhLepw==
24812481

2482-
match-index@^1.0.1:
2483-
version "1.0.1"
2484-
resolved "https://registry.yarnpkg.com/match-index/-/match-index-1.0.1.tgz#b4b673e99ab3ac5a6af303ccf4db709812bc3f58"
2485-
integrity sha1-tLZz6ZqzrFpq8wPM9NtwmBK8P1g=
2482+
match-index@^1.0.2:
2483+
version "1.0.2"
2484+
resolved "https://registry.yarnpkg.com/match-index/-/match-index-1.0.2.tgz#fa4da56d9d4939aaec0a6f102241670e3f91cce1"
2485+
integrity sha512-Q85XYCuGBcKPL2JbxSRm56icREJW3dcyJTu5nUTkENhLIdt/KAVts53jZfj9p6bgUGWa5A9smNU+3CvmlBf+Bw==
24862486
dependencies:
24872487
regexp.prototype.flags "^1.1.1"
24882488

0 commit comments

Comments
 (0)