Skip to content

Commit 28aae3e

Browse files
committed
chore(deps): update deps
1 parent 71e89be commit 28aae3e

File tree

3 files changed

+3009
-1751
lines changed

3 files changed

+3009
-1751
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
},
3232
"homepage": "https://github.com/textlint-ja/textlint-rule-no-insert-dropping-sa",
3333
"devDependencies": {
34-
"textlint-scripts": "^1.2.4"
34+
"textlint-scripts": "^3.0.0"
3535
},
3636
"dependencies": {
3737
"array-find-index": "^1.0.2",
3838
"kuromojin": "^2.1.1",
39-
"morpheme-match-all": "^1.1.0"
39+
"morpheme-match-all": "^2.0.5"
4040
}
4141
}

src/textlint-rule-no-insert-dropping-sa.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
// MIT © 2017 azu
22
"use strict";
3-
const assert = require("assert");
43
const arrayFindIndex = require("array-find-index");
54
const kuromojin = require("kuromojin");
6-
const createMatcher = require("morpheme-match-all");
5+
const { createMatcher} = require("morpheme-match-all");
76
const saInsertDict = require("./dict/sa-insert-dict");
87
const saDroppingDict = require("./dict/sa-dropping-dict");
98
const matchAll = createMatcher(saInsertDict.concat([

0 commit comments

Comments
 (0)