Skip to content

Commit 76f555f

Browse files
fix(deps): update dependency @textlint/types to v14
1 parent b4cbbdf commit 76f555f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint": "^8.0.0"
4646
},
4747
"dependencies": {
48-
"@textlint/types": "^13.4.1",
48+
"@textlint/types": "^14.0.5",
4949
"structured-source": "^4.0.0"
5050
}
5151
}

yarn.lock

+12
Original file line numberDiff line numberDiff line change
@@ -1397,6 +1397,11 @@
13971397
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-13.4.1.tgz#00424f7b9bc6fe15cf6a78468ffe1e5d1adce5b2"
13981398
integrity sha512-qrZyhCh8Ekk6nwArx3BROybm9BnX6vF7VcZbijetV/OM3yfS4rTYhoMWISmhVEP2H2re0CtWEyMl/XF+WdvVLQ==
13991399

1400+
"@textlint/ast-node-types@^14.0.5":
1401+
version "14.0.5"
1402+
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-14.0.5.tgz#410009ec7e3d9a692de5c54d6a2a4cc4827c8465"
1403+
integrity sha512-pOMQX9MGee9VYKYVsmQzJpZxllEiTHUgZgpRxorHDNqojrlU6cBKWDX1+cQhptpP+Ry/wS2VsWK6kHx6u1v7CQ==
1404+
14001405
"@textlint/ast-tester@^13.4.1":
14011406
version "13.4.1"
14021407
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-13.4.1.tgz#74a704b582fe7cd3caf1d3ae1c65fa0d7f1f6fec"
@@ -1484,6 +1489,13 @@
14841489
dependencies:
14851490
"@textlint/ast-node-types" "^13.4.1"
14861491

1492+
"@textlint/types@^14.0.5":
1493+
version "14.0.5"
1494+
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-14.0.5.tgz#98a9a6ef49adca45eff810f5d2ec15fd7cb0c8a4"
1495+
integrity sha512-scrY5Zzz/SSAXaxw6OspbgFuiyQpHq88iK7OhUYE3BMnM90ijKzSohGMUHHK872zenzGTTOepE2sdjkIyXr1pA==
1496+
dependencies:
1497+
"@textlint/ast-node-types" "^14.0.5"
1498+
14871499
"@textlint/utils@^13.4.1":
14881500
version "13.4.1"
14891501
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-13.4.1.tgz#721b6c4c83a152f23a70ef0bbbdc7d1c635b5014"

0 commit comments

Comments
 (0)