diff --git a/example/package-lock.json b/example/package-lock.json index 7bb06d4..a2f32a7 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -10,7 +10,7 @@ "devDependencies": { "@textlint/website-generator": "^0.17.0", "install-local": "^3.0.1", - "textlint": "^14.4.0", + "textlint": "^14.4.2", "textlint-filter-rule-comments": "^1.2.2" } }, diff --git a/example/package.json b/example/package.json index 680bf61..a1d3f3b 100644 --- a/example/package.json +++ b/example/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@textlint/website-generator": "^0.17.0", - "textlint": "^14.4.0", + "textlint": "^14.4.2", "textlint-filter-rule-comments": "^1.2.2", "install-local": "^3.0.1" } diff --git a/package-lock.json b/package-lock.json index cc10e9b..aec6b33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "textlint-rule-preset-ja-technical-writing", - "version": "10.0.1", + "version": "12.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "textlint-rule-preset-ja-technical-writing", - "version": "10.0.1", + "version": "12.0.2", "license": "MIT", "dependencies": { "@textlint-rule/textlint-rule-no-invalid-control-character": "^3.0.0", "@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4", - "@textlint/module-interop": "^14.4.0", + "@textlint/module-interop": "^14.4.2", "textlint-rule-ja-no-abusage": "^3.0.0", "textlint-rule-ja-no-mixed-period": "^3.0.1", "textlint-rule-ja-no-redundant-expression": "^4.0.1", diff --git a/package.json b/package.json index c3ec2e8..4108548 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "@textlint-rule/textlint-rule-no-invalid-control-character": "^3.0.0", "@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4", - "@textlint/module-interop": "^14.4.0", + "@textlint/module-interop": "^14.4.2", "textlint-rule-ja-no-abusage": "^3.0.0", "textlint-rule-ja-no-mixed-period": "^3.0.1", "textlint-rule-ja-no-redundant-expression": "^4.0.1",