mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
Bump textlint-rule-doubled-spaces from 1.0.1 to 1.0.2
Bumps textlint-rule-doubled-spaces from 1.0.1 to 1.0.2. --- updated-dependencies: - dependency-name: textlint-rule-doubled-spaces dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9109c448f5
commit
302f8a119d
17
package-lock.json
generated
17
package-lock.json
generated
@ -14,7 +14,7 @@
|
|||||||
"textlint-filter-rule-comments": "^1.2.2",
|
"textlint-filter-rule-comments": "^1.2.2",
|
||||||
"textlint-rule-apostrophe": "^2.0.0",
|
"textlint-rule-apostrophe": "^2.0.0",
|
||||||
"textlint-rule-common-misspellings": "^1.0.1",
|
"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-max-comma": "^2.0.2",
|
||||||
"textlint-rule-no-dead-link": "^5.1.2",
|
"textlint-rule-no-dead-link": "^5.1.2",
|
||||||
"textlint-rule-no-empty-element": "^0.3.1",
|
"textlint-rule-no-empty-element": "^0.3.1",
|
||||||
@ -16709,12 +16709,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/textlint-rule-doubled-spaces": {
|
"node_modules/textlint-rule-doubled-spaces": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/textlint-rule-doubled-spaces/-/textlint-rule-doubled-spaces-1.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/textlint-rule-doubled-spaces/-/textlint-rule-doubled-spaces-1.0.2.tgz",
|
||||||
"integrity": "sha512-Y30a2N4hNu0g7prw4768xfr1a0tvTOQqIVqUM2U6I7P1spP1Re1PjeCm088KpnTbYgkt6P1ebZoGEuforTjxfg==",
|
"integrity": "sha512-fIFvBzbZ7HMB7DDbM0dff8f/6OnAmmQmeJWaNqwdHHseGradYyj9YJx8qsexIrwmdHZ5oQjcWVArF3tW9aDI3Q==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@textlint/regexp-string-matcher": "^2.0.1"
|
"@textlint/regexp-string-matcher": "^2.0.1"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"textlint": ">= 5.5.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/textlint-rule-helper": {
|
"node_modules/textlint-rule-helper": {
|
||||||
@ -32496,9 +32499,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"textlint-rule-doubled-spaces": {
|
"textlint-rule-doubled-spaces": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/textlint-rule-doubled-spaces/-/textlint-rule-doubled-spaces-1.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/textlint-rule-doubled-spaces/-/textlint-rule-doubled-spaces-1.0.2.tgz",
|
||||||
"integrity": "sha512-Y30a2N4hNu0g7prw4768xfr1a0tvTOQqIVqUM2U6I7P1spP1Re1PjeCm088KpnTbYgkt6P1ebZoGEuforTjxfg==",
|
"integrity": "sha512-fIFvBzbZ7HMB7DDbM0dff8f/6OnAmmQmeJWaNqwdHHseGradYyj9YJx8qsexIrwmdHZ5oQjcWVArF3tW9aDI3Q==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@textlint/regexp-string-matcher": "^2.0.1"
|
"@textlint/regexp-string-matcher": "^2.0.1"
|
||||||
|
|||||||
@ -25,7 +25,7 @@
|
|||||||
"textlint-filter-rule-comments": "^1.2.2",
|
"textlint-filter-rule-comments": "^1.2.2",
|
||||||
"textlint-rule-apostrophe": "^2.0.0",
|
"textlint-rule-apostrophe": "^2.0.0",
|
||||||
"textlint-rule-common-misspellings": "^1.0.1",
|
"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-max-comma": "^2.0.2",
|
||||||
"textlint-rule-no-dead-link": "^5.1.2",
|
"textlint-rule-no-dead-link": "^5.1.2",
|
||||||
"textlint-rule-no-empty-element": "^0.3.1",
|
"textlint-rule-no-empty-element": "^0.3.1",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user