mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
Bump @textlint-rule/textlint-rule-no-unmatched-pair from 2.0.0 to 2.0.2
Bumps [@textlint-rule/textlint-rule-no-unmatched-pair](https://github.com/textlint-rule/textlint-rule-no-unmatched-pair) from 2.0.0 to 2.0.2. - [Release notes](https://github.com/textlint-rule/textlint-rule-no-unmatched-pair/releases) - [Commits](https://github.com/textlint-rule/textlint-rule-no-unmatched-pair/compare/v2.0.0...v2.0.2) --- updated-dependencies: - dependency-name: "@textlint-rule/textlint-rule-no-unmatched-pair" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5f54a61da8
commit
243c0b333c
26
package-lock.json
generated
26
package-lock.json
generated
@ -9,7 +9,7 @@
|
||||
"version": "1.0.0",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.0",
|
||||
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.2",
|
||||
"textlint": "^13.4.1",
|
||||
"textlint-filter-rule-comments": "^1.2.2",
|
||||
"textlint-rule-apostrophe": "^2.0.0",
|
||||
@ -3066,13 +3066,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@textlint-rule/textlint-rule-no-unmatched-pair": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint-rule/textlint-rule-no-unmatched-pair/-/textlint-rule-no-unmatched-pair-2.0.0.tgz",
|
||||
"integrity": "sha512-dCVg/2ZNY/yHEKUl4ZjTmOEbly96igCLd59Tzdhx4uXAim1X3qJ8d7Tp5ZkjyIRL8uKVHmHNSp9REVrEhOCWKQ==",
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@textlint-rule/textlint-rule-no-unmatched-pair/-/textlint-rule-no-unmatched-pair-2.0.2.tgz",
|
||||
"integrity": "sha512-oE7vVmjCsKcbLy2/igBh0qvDmfbcAgjFfOCbhaOxxgXqD9hDKbnG+vxIPmRl27u2PwijZCQI+5r7FyiVVS/kyw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"sentence-splitter": "^4.3.0",
|
||||
"textlint-rule-helper": "^2.3.0"
|
||||
"sentence-splitter": "^5.0.0",
|
||||
"textlint-rule-helper": "^2.3.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@textlint-rule/textlint-rule-no-unmatched-pair/node_modules/@textlint/ast-node-types": {
|
||||
@ -3088,9 +3088,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@textlint-rule/textlint-rule-no-unmatched-pair/node_modules/sentence-splitter": {
|
||||
"version": "4.4.1",
|
||||
"resolved": "https://registry.npmjs.org/sentence-splitter/-/sentence-splitter-4.4.1.tgz",
|
||||
"integrity": "sha512-4Jks7qn5nOeY5g++wlWbLCKclo2XxT7DBrLYo68UNdP8UEWUpUNH5VgKTEd0QlTo2cYBggtVk0NkvsRhoCZdsA==",
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/sentence-splitter/-/sentence-splitter-5.0.0.tgz",
|
||||
"integrity": "sha512-9Mvf7L8vwpPzkH0/HtXzCbmVkyj4aQXdeG7h8ighRvO0hvcZEy2OUEjeIlnM/z4EX4vBacEfpESC65Oa2rWOig==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@textlint/ast-node-types": "^13.4.1",
|
||||
@ -9260,12 +9260,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/textlint-rule-helper": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/textlint-rule-helper/-/textlint-rule-helper-2.3.0.tgz",
|
||||
"integrity": "sha512-Ug78Saahb/qVImttL0NSFyT5/JJ5wXvOPepR2pYAjNi54BsQAAz/hAyyEgKuYeR0+yjFb0KPhby4f880X5vqHA==",
|
||||
"version": "2.3.1",
|
||||
"resolved": "https://registry.npmjs.org/textlint-rule-helper/-/textlint-rule-helper-2.3.1.tgz",
|
||||
"integrity": "sha512-b1bijvyiUmKinfFE5hkQMSXs3Ky8jyZ3Y6SOoTRJKV9HLL2LWUVFAUezO7z4FpAkVvYruDYWCwA5qWV8GmvyUw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@textlint/ast-node-types": "^13.0.2",
|
||||
"@textlint/ast-node-types": "^13.4.1",
|
||||
"structured-source": "^4.0.0",
|
||||
"unist-util-visit": "^2.0.3"
|
||||
}
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/IT4Change/IT4C.dev#readme",
|
||||
"devDependencies": {
|
||||
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.0",
|
||||
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.2",
|
||||
"textlint": "^13.4.1",
|
||||
"textlint-filter-rule-comments": "^1.2.2",
|
||||
"textlint-rule-apostrophe": "^2.0.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user