Skip to content

Commit 01b3e03

Browse files
committed
chore(deps): update dependency @textlint/website-generator to ^0.11.3
1 parent 5481b07 commit 01b3e03

File tree

2 files changed

+39
-25
lines changed

2 files changed

+39
-25
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"website": "textlint-website-generator --output-dir ./dist"
1010
},
1111
"devDependencies": {
12-
"@textlint/website-generator": "^0.11.2",
12+
"@textlint/website-generator": "^0.11.3",
1313
"textlint": "^11.9.1",
1414
"textlint-filter-rule-comments": "^1.2.2",
1515
"textlint-rule-preset-ja-technical-writing": "file:../"

example/yarn.lock

Lines changed: 38 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,14 @@
297297
dependencies:
298298
"@textlint/ast-node-types" "^4.4.3"
299299

300+
"@textlint/config-inliner@^0.11.3":
301+
version "0.11.3"
302+
resolved "https://registry.yarnpkg.com/@textlint/config-inliner/-/config-inliner-0.11.3.tgz#28c92df66d6fc57f3bb078779458e3719f086885"
303+
integrity sha512-XzvWzyTmRWM9bKslXPD+j3J1z3lpHDHWJcolJKP9Zilpapdl5uXKzAcZpVqOb3Hj3ZmpH4jg2k1t57KxqJXoCQ==
304+
dependencies:
305+
"@textlint/config-loader" "^0.11.0"
306+
untildify "^4.0.0"
307+
300308
"@textlint/config-loader@^0.11.0":
301309
version "0.11.0"
302310
resolved "https://registry.yarnpkg.com/@textlint/config-loader/-/config-loader-0.11.0.tgz#9667febee3b13e2a9e83ddb2c333a276c896c83c"
@@ -310,10 +318,10 @@
310318
rc-config-loader "^4.0.0"
311319
try-resolve "^1.0.1"
312320

313-
"@textlint/config-partial-parser@^0.11.0":
314-
version "0.11.0"
315-
resolved "https://registry.yarnpkg.com/@textlint/config-partial-parser/-/config-partial-parser-0.11.0.tgz#f319edea97d5b954f317c622830302108a79fd1c"
316-
integrity sha512-wL7oqI/e7pkgl0u3gXrH+J4e4qhGGrB2upiKMvDURpvIFPusNVyTdBb0NyMyxjN+HmLkKjmepLpswlMEaXwLmg==
321+
"@textlint/config-partial-parser@^0.11.3":
322+
version "0.11.3"
323+
resolved "https://registry.yarnpkg.com/@textlint/config-partial-parser/-/config-partial-parser-0.11.3.tgz#b7861f966fffdc1b93176e87b10d2fe11a968301"
324+
integrity sha512-Eep6BUPNew6gyzBaL1yDyr6mIW8XiP/IK+SExvTR5oQJNCM/t5UY8WOj5kSu3hpiKbGNZZrnjaVsFknXuDtmug==
317325
dependencies:
318326
"@textlint/config-loader" "^0.11.0"
319327
"@textlint/kernel" "^3.4.1"
@@ -506,14 +514,15 @@
506514
"@textlint/types" "^1.5.1"
507515
"@textlint/utils" "^1.2.1"
508516

509-
"@textlint/script-compiler@^0.11.0":
510-
version "0.11.0"
511-
resolved "https://registry.yarnpkg.com/@textlint/script-compiler/-/script-compiler-0.11.0.tgz#1fd3656a344239be9519ca6d74c7475db40c105c"
512-
integrity sha512-wYRrsHBRZV413zKxAqp6RP8+2wMuAmWGXm8CbQfQaT4U0Aj55JpF3tQMGCuSh4iBBiVB+bYUQ4Zb547Y7x3t2Q==
517+
"@textlint/script-compiler@^0.11.3":
518+
version "0.11.3"
519+
resolved "https://registry.yarnpkg.com/@textlint/script-compiler/-/script-compiler-0.11.3.tgz#36895fb56ce62ae23beb0172db9f9e972b7f88af"
520+
integrity sha512-k2p+DCi5GvDYPPZWXGsZMDDBdNOus5I9/vQ0hwnFYEJT9MSWIezU1HrGD3SZ4jaXyP51VMImP5eQFJCz9jMKCw==
513521
dependencies:
514522
"@babel/core" "^7.12.10"
523+
"@textlint/config-inliner" "^0.11.3"
515524
"@textlint/config-loader" "^0.11.0"
516-
"@textlint/config-partial-parser" "^0.11.0"
525+
"@textlint/config-partial-parser" "^0.11.3"
517526
"@textlint/kernel" "^3.4.1"
518527
"@textlint/runtime-helper" "^0.11.0"
519528
"@textlint/script-parser" "^0.11.0"
@@ -614,15 +623,15 @@
614623
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-1.2.5.tgz#1406e179d44d130d8e60322f3f873a721c93ba75"
615624
integrity sha512-2vgz4x3tKK+R9N0OlOovJClRCHubxZi86ki218cvRVpoU9pPrHwkwZud+rjItDl2xFBj7Gujww7c0W1wyytWVQ==
616625

617-
"@textlint/website-generator@^0.11.2":
618-
version "0.11.2"
619-
resolved "https://registry.yarnpkg.com/@textlint/website-generator/-/website-generator-0.11.2.tgz#dab87beac30bb8d5e8d4314921ca53a033985ffe"
620-
integrity sha512-hVynb3WnHThQthU5s+W5DV+MeXvnUqZBSq9tGyXQOlVEYYPRXtfHQcNlToscInkQ3D0CNXr/XjSDPmvnkoJ4Kw==
626+
"@textlint/website-generator@^0.11.3":
627+
version "0.11.3"
628+
resolved "https://registry.yarnpkg.com/@textlint/website-generator/-/website-generator-0.11.3.tgz#f4640d23f46338953a5a9d717f5db4b7d39d528c"
629+
integrity sha512-EuZMUp4adKJ4bYf5exZ86/ipHrN7pULnahvn4surPjz98UnXBIs7yz/AjsFT+0q0Kqg9XU+DniUxQdnrooJUAQ==
621630
dependencies:
622-
"@textlint/script-compiler" "^0.11.0"
631+
"@textlint/script-compiler" "^0.11.3"
623632
meow "^9.0.0"
624633
read-pkg "^5.2.0"
625-
textchecker-element "^0.11.2"
634+
textchecker-element "^0.11.3"
626635

627636
"@types/eslint-scope@^3.7.0":
628637
version "3.7.0"
@@ -3584,10 +3593,10 @@ text-table@^0.2.0:
35843593
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
35853594
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
35863595

3587-
textchecker-element@^0.11.2:
3588-
version "0.11.2"
3589-
resolved "https://registry.yarnpkg.com/textchecker-element/-/textchecker-element-0.11.2.tgz#a7e9bd99fc8044c6bdfb4d80e1cc62489264c730"
3590-
integrity sha512-yr3YBks5SgjjesymJr8eRWMj94bQte4Ebm+SfZVVaQmPV3fm3rKNcUE1fgmp6cbNET0uiQF2Xnp5iba9N9L9tg==
3596+
textchecker-element@^0.11.3:
3597+
version "0.11.3"
3598+
resolved "https://registry.yarnpkg.com/textchecker-element/-/textchecker-element-0.11.3.tgz#92b99c3740cdb028d3d3a9941ff171f28d8b9a39"
3599+
integrity sha512-comOpj7K9tPfNINnxMWlQylC1D4o1XCoHQaAsA5DRb6hydI41lzrYDQ85ekGU0Uovvfw0mOX9o1dwAGyj3pLgQ==
35913600
dependencies:
35923601
"@textlint/source-code-fixer" "^3.4.1"
35933602
delay "^4.4.0"
@@ -3813,13 +3822,13 @@ textlint-rule-no-nfd@^1.0.2:
38133822
textlint-rule-no-hankaku-kana "^1.0.2"
38143823
textlint-rule-no-mix-dearu-desumasu "^5.0.0"
38153824
textlint-rule-no-nfd "^1.0.2"
3816-
textlint-rule-preset-jtf-style "^2.3.9"
3825+
textlint-rule-preset-jtf-style "^2.3.11"
38173826
textlint-rule-sentence-length "^2.2.0"
38183827

3819-
textlint-rule-preset-jtf-style@^2.3.9:
3820-
version "2.3.9"
3821-
resolved "https://registry.yarnpkg.com/textlint-rule-preset-jtf-style/-/textlint-rule-preset-jtf-style-2.3.9.tgz#740b256dfe6cb737b2ae71ba34f89efd0decf333"
3822-
integrity sha512-GIUHwOK3ndhD+2MMkqcaDS4Xh0ZMuLY/UZgzKz8+KodRpQ3MM/+AbPACdJ219z2wF6hhIIdeUKBxuBr2uumeQQ==
3828+
textlint-rule-preset-jtf-style@^2.3.11:
3829+
version "2.3.11"
3830+
resolved "https://registry.yarnpkg.com/textlint-rule-preset-jtf-style/-/textlint-rule-preset-jtf-style-2.3.11.tgz#f6a5f20fafa3ada6671820347c1335b58eb0cf8f"
3831+
integrity sha512-kkzdAZbsUp5iNcjmirX2Fe3O7JZC38PBKmQ9ygU0ZWuStb7IzcpCowsTSTtwR9YEvuXqoufziLnGlsAFXeY3Ow==
38233832
dependencies:
38243833
analyze-desumasu-dearu "^2.1.2"
38253834
japanese-numerals-to-number "^1.0.2"
@@ -4160,6 +4169,11 @@ untildify@^3.0.3:
41604169
resolved "https://registry.yarnpkg.com/untildify/-/untildify-3.0.3.tgz#1e7b42b140bcfd922b22e70ca1265bfe3634c7c9"
41614170
integrity sha512-iSk/J8efr8uPT/Z4eSUywnqyrQU7DSdMfdqK4iWEaUVVmcP5JcnpRqmVMwcwcnmI1ATFNgC5V90u09tBynNFKA==
41624171

4172+
untildify@^4.0.0:
4173+
version "4.0.0"
4174+
resolved "https://registry.yarnpkg.com/untildify/-/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b"
4175+
integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==
4176+
41634177
uri-js@^4.2.2:
41644178
version "4.4.1"
41654179
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"

0 commit comments

Comments
 (0)