Skip to content

Commit d4eae8e

Browse files
chore(deps): update dependency @markuplint/react-spec to v4.5.16
1 parent 4092f9f commit d4eae8e

File tree

2 files changed

+38
-6
lines changed

2 files changed

+38
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@markuplint-dev/eslint-config": "^1.0.11",
4343
"@markuplint-dev/prettier-config": "^1.0.9",
4444
"@markuplint/jsx-parser": "^4.7.15",
45-
"@markuplint/react-spec": "4.5.5",
45+
"@markuplint/react-spec": "4.5.16",
4646
"@playwright/test": "^1.50.1",
4747
"@testing-library/dom": "10.4.0",
4848
"@testing-library/jest-dom": "6.4.8",

yarn.lock

Lines changed: 37 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,6 +1483,17 @@
14831483
is-plain-object "5.0.0"
14841484
type-fest "4.33.0"
14851485

1486+
"@markuplint/ml-spec@4.9.3":
1487+
version "4.9.3"
1488+
resolved "https://registry.yarnpkg.com/@markuplint/ml-spec/-/ml-spec-4.9.3.tgz#75385f6019b7eabc87490f0078cb03759c1d14b2"
1489+
integrity sha512-9Gg2veY7s/R9D940irshdpHVGowBTMtnaHP/NqkGcKrcJKsh5gPBhoz/WLTbZ5MLQvDAZ5bXQ8FW4x7P82DOng==
1490+
dependencies:
1491+
"@markuplint/ml-ast" "4.4.9"
1492+
"@markuplint/types" "4.7.3"
1493+
dom-accessibility-api "0.7.0"
1494+
is-plain-object "5.0.0"
1495+
type-fest "4.34.1"
1496+
14861497
"@markuplint/parser-utils@4.6.5":
14871498
version "4.6.5"
14881499
resolved "https://registry.yarnpkg.com/@markuplint/parser-utils/-/parser-utils-4.6.5.tgz#564f098974995051cb923d3019442e008067dd22"
@@ -1511,12 +1522,12 @@
15111522
type-fest "4.33.0"
15121523
uuid "11.0.5"
15131524

1514-
"@markuplint/react-spec@4.5.5":
1515-
version "4.5.5"
1516-
resolved "https://registry.yarnpkg.com/@markuplint/react-spec/-/react-spec-4.5.5.tgz#06ffce2eaf8378700add19d36ffe746a840bcdee"
1517-
integrity sha512-exEFSIlkCOIB8wUy9grBJD+W8Qdny4m9aRQ3kgUqyiE43YmHc1doyjm9N4fyxFvP7Vv0Z9rCQtrSyftO8WbbMw==
1525+
"@markuplint/react-spec@4.5.16":
1526+
version "4.5.16"
1527+
resolved "https://registry.yarnpkg.com/@markuplint/react-spec/-/react-spec-4.5.16.tgz#3090508a292f65c002465439a06000dfcde94794"
1528+
integrity sha512-hJA6oK4z7BFD3TsuRIOySZDi7CAzfWtRMDzlRmlPMZ+KXA9NRln99BTtjDgGeC6bWBWZhpEudBpg50L937y1Lw==
15181529
dependencies:
1519-
"@markuplint/ml-spec" "4.6.3"
1530+
"@markuplint/ml-spec" "4.9.3"
15201531

15211532
"@markuplint/rules@4.9.3":
15221533
version "4.9.3"
@@ -1593,6 +1604,22 @@
15931604
type-fest "4.33.0"
15941605
whatwg-mimetype "4.0.0"
15951606

1607+
"@markuplint/types@4.7.3":
1608+
version "4.7.3"
1609+
resolved "https://registry.yarnpkg.com/@markuplint/types/-/types-4.7.3.tgz#21489e498357ed6082a186d48858f0482b03ff30"
1610+
integrity sha512-eCcmcDMekzOv3L6EfbzCZfauP9oFmyonL35REt3z4ND9BflnpbELoNFkz5/YAHEtbL5jO8OH8qZSzZVR59E6GA==
1611+
dependencies:
1612+
"@markuplint/shared" "4.4.10"
1613+
"@types/css-tree" "2.3.10"
1614+
"@types/debug" "4.1.12"
1615+
"@types/whatwg-mimetype" "3.0.2"
1616+
bcp-47 "2.1.0"
1617+
css-tree "3.1.0"
1618+
debug "4.4.0"
1619+
leven "4.0.0"
1620+
type-fest "4.34.1"
1621+
whatwg-mimetype "4.0.0"
1622+
15961623
"@monaco-editor/loader@^1.4.0":
15971624
version "1.4.0"
15981625
resolved "https://registry.yarnpkg.com/@monaco-editor/loader/-/loader-1.4.0.tgz#f08227057331ec890fa1e903912a5b711a2ad558"
@@ -7061,6 +7088,11 @@ type-fest@4.33.0:
70617088
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.33.0.tgz#2da0c135b9afa76cf8b18ecfd4f260ecd414a432"
70627089
integrity sha512-s6zVrxuyKbbAsSAD5ZPTB77q4YIdRctkTbJ2/Dqlinwz+8ooH2gd+YA7VA6Pa93KML9GockVvoxjZ2vHP+mu8g==
70637090

7091+
type-fest@4.34.1:
7092+
version "4.34.1"
7093+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.34.1.tgz#406a9c573cc51c3fbfee3c85742cf85c52860076"
7094+
integrity sha512-6kSc32kT0rbwxD6QL1CYe8IqdzN/J/ILMrNK+HMQCKH3insCDRY/3ITb0vcBss0a3t72fzh2YSzj8ko1HgwT3g==
7095+
70647096
type-fest@^0.6.0:
70657097
version "0.6.0"
70667098
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"

0 commit comments

Comments
 (0)