mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
Merge pull request #73 from IT4Change/dependabot/npm_and_yarn/textlint-rule-doubled-spaces-1.0.2
build(other): bump textlint-rule-doubled-spaces from 1.0.1 to 1.0.2
This commit is contained in:
commit
48a2513f49
17
package-lock.json
generated
17
package-lock.json
generated
@ -14,7 +14,7 @@
|
||||
"textlint-filter-rule-comments": "^1.2.2",
|
||||
"textlint-rule-apostrophe": "^2.0.0",
|
||||
"textlint-rule-common-misspellings": "^1.0.1",
|
||||
"textlint-rule-doubled-spaces": "^1.0.1",
|
||||
"textlint-rule-doubled-spaces": "^1.0.2",
|
||||
"textlint-rule-max-comma": "^2.0.2",
|
||||
"textlint-rule-no-dead-link": "^5.1.2",
|
||||
"textlint-rule-no-empty-element": "^0.3.1",
|
||||
@ -16708,12 +16708,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/textlint-rule-doubled-spaces": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/textlint-rule-doubled-spaces/-/textlint-rule-doubled-spaces-1.0.1.tgz",
|
||||
"integrity": "sha512-Y30a2N4hNu0g7prw4768xfr1a0tvTOQqIVqUM2U6I7P1spP1Re1PjeCm088KpnTbYgkt6P1ebZoGEuforTjxfg==",
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/textlint-rule-doubled-spaces/-/textlint-rule-doubled-spaces-1.0.2.tgz",
|
||||
"integrity": "sha512-fIFvBzbZ7HMB7DDbM0dff8f/6OnAmmQmeJWaNqwdHHseGradYyj9YJx8qsexIrwmdHZ5oQjcWVArF3tW9aDI3Q==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@textlint/regexp-string-matcher": "^2.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"textlint": ">= 5.5.0"
|
||||
}
|
||||
},
|
||||
"node_modules/textlint-rule-helper": {
|
||||
@ -32494,9 +32497,9 @@
|
||||
}
|
||||
},
|
||||
"textlint-rule-doubled-spaces": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/textlint-rule-doubled-spaces/-/textlint-rule-doubled-spaces-1.0.1.tgz",
|
||||
"integrity": "sha512-Y30a2N4hNu0g7prw4768xfr1a0tvTOQqIVqUM2U6I7P1spP1Re1PjeCm088KpnTbYgkt6P1ebZoGEuforTjxfg==",
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/textlint-rule-doubled-spaces/-/textlint-rule-doubled-spaces-1.0.2.tgz",
|
||||
"integrity": "sha512-fIFvBzbZ7HMB7DDbM0dff8f/6OnAmmQmeJWaNqwdHHseGradYyj9YJx8qsexIrwmdHZ5oQjcWVArF3tW9aDI3Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@textlint/regexp-string-matcher": "^2.0.1"
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
"textlint-filter-rule-comments": "^1.2.2",
|
||||
"textlint-rule-apostrophe": "^2.0.0",
|
||||
"textlint-rule-common-misspellings": "^1.0.1",
|
||||
"textlint-rule-doubled-spaces": "^1.0.1",
|
||||
"textlint-rule-doubled-spaces": "^1.0.2",
|
||||
"textlint-rule-max-comma": "^2.0.2",
|
||||
"textlint-rule-no-dead-link": "^5.1.2",
|
||||
"textlint-rule-no-empty-element": "^0.3.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user