Skip to content

Commit e3fd985

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

File tree

2 files changed

+62
-6
lines changed

2 files changed

+62
-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.20",
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: 61 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1417,6 +1417,11 @@
14171417
"@typescript-eslint/types" "8.18.2"
14181418
"@typescript-eslint/typescript-estree" "8.18.2"
14191419

1420+
"@markuplint/ml-ast@4.4.10":
1421+
version "4.4.10"
1422+
resolved "https://registry.yarnpkg.com/@markuplint/ml-ast/-/ml-ast-4.4.10.tgz#e8f3c0ecf1ed12242ee00fa3dd4abb846ab4d590"
1423+
integrity sha512-cBujnRj/kMP5wtMml7eTzDEJRk/NQx8Fum4TPdRG97VNWVPBZi/FXDrgt7mIUAaLMiNQhaSKU7tTL4HB1qUChQ==
1424+
14201425
"@markuplint/ml-ast@4.4.2":
14211426
version "4.4.2"
14221427
resolved "https://registry.yarnpkg.com/@markuplint/ml-ast/-/ml-ast-4.4.2.tgz#90080443dae5d9fcb74226bf17d96212696bf187"
@@ -1483,6 +1488,17 @@
14831488
is-plain-object "5.0.0"
14841489
type-fest "4.33.0"
14851490

1491+
"@markuplint/ml-spec@4.9.7":
1492+
version "4.9.7"
1493+
resolved "https://registry.yarnpkg.com/@markuplint/ml-spec/-/ml-spec-4.9.7.tgz#61dde2c6f5f697de2e8b2dbee318989c7c43c396"
1494+
integrity sha512-lem+4uXqgfufZxILUQhTKemL+V+yY+92GcYOhnjNCbIVLbyMAq6i2l/WDPqYOuL6hqNTKIRNctWJDTFVNOiCTQ==
1495+
dependencies:
1496+
"@markuplint/ml-ast" "4.4.10"
1497+
"@markuplint/types" "4.7.7"
1498+
dom-accessibility-api "0.7.0"
1499+
is-plain-object "5.0.0"
1500+
type-fest "4.41.0"
1501+
14861502
"@markuplint/parser-utils@4.6.5":
14871503
version "4.6.5"
14881504
resolved "https://registry.yarnpkg.com/@markuplint/parser-utils/-/parser-utils-4.6.5.tgz#564f098974995051cb923d3019442e008067dd22"
@@ -1511,12 +1527,12 @@
15111527
type-fest "4.33.0"
15121528
uuid "11.0.5"
15131529

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==
1530+
"@markuplint/react-spec@4.5.20":
1531+
version "4.5.20"
1532+
resolved "https://registry.yarnpkg.com/@markuplint/react-spec/-/react-spec-4.5.20.tgz#ef0f7a26c16b6e55c730f8669bea8e7f3cf3861f"
1533+
integrity sha512-GmPV67my0Kp7HDt3DKRO0uDOUBJbyBZboAPrpWIaV0gxxqJBU/4VsmkIaIb7G4dyLgFUa+LghWNp1zilHnGl1w==
15181534
dependencies:
1519-
"@markuplint/ml-spec" "4.6.3"
1535+
"@markuplint/ml-spec" "4.9.7"
15201536

15211537
"@markuplint/rules@4.9.3":
15221538
version "4.9.3"
@@ -1554,6 +1570,13 @@
15541570
dependencies:
15551571
html-entities "2.5.2"
15561572

1573+
"@markuplint/shared@4.4.12":
1574+
version "4.4.12"
1575+
resolved "https://registry.yarnpkg.com/@markuplint/shared/-/shared-4.4.12.tgz#2e91300a8b3482cf3f47d6cbcf97245ca5ee6cd7"
1576+
integrity sha512-mDB3tfJyekI5PhCuBHYCHxnZlZYu3Rzb0n9iZJee0lVAqTirKXX6igwj2QC6KcXE+PAG2lPmfIdJZvlGw6yUKw==
1577+
dependencies:
1578+
html-entities "2.6.0"
1579+
15571580
"@markuplint/shared@4.4.3":
15581581
version "4.4.3"
15591582
resolved "https://registry.yarnpkg.com/@markuplint/shared/-/shared-4.4.3.tgz#9a811e251049b6aff26430d008864841dc56db8b"
@@ -1593,6 +1616,22 @@
15931616
type-fest "4.33.0"
15941617
whatwg-mimetype "4.0.0"
15951618

1619+
"@markuplint/types@4.7.7":
1620+
version "4.7.7"
1621+
resolved "https://registry.yarnpkg.com/@markuplint/types/-/types-4.7.7.tgz#70749566f228e49bf11d75923c4890c92b3e5c4b"
1622+
integrity sha512-clbKzzT6RwhjxBSVqgwLHiZBopH3KxYA8xz5ut9G3f4ABSqyc/n8dbzQtgWZT0kCVBdDFtTp1BScruhC4mmNrw==
1623+
dependencies:
1624+
"@markuplint/shared" "4.4.12"
1625+
"@types/css-tree" "2.3.10"
1626+
"@types/debug" "4.1.12"
1627+
"@types/whatwg-mimetype" "3.0.2"
1628+
bcp-47 "2.1.0"
1629+
css-tree "3.1.0"
1630+
debug "4.4.1"
1631+
leven "4.0.0"
1632+
type-fest "4.41.0"
1633+
whatwg-mimetype "4.0.0"
1634+
15961635
"@monaco-editor/loader@^1.4.0":
15971636
version "1.4.0"
15981637
resolved "https://registry.yarnpkg.com/@monaco-editor/loader/-/loader-1.4.0.tgz#f08227057331ec890fa1e903912a5b711a2ad558"
@@ -3249,6 +3288,13 @@ debug@4.4.0, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.7, debug@^4.4.
32493288
dependencies:
32503289
ms "^2.1.3"
32513290

3291+
debug@4.4.1:
3292+
version "4.4.1"
3293+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
3294+
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
3295+
dependencies:
3296+
ms "^2.1.3"
3297+
32523298
debug@^3.2.7:
32533299
version "3.2.7"
32543300
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
@@ -4588,6 +4634,11 @@ html-entities@2.5.2:
45884634
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.5.2.tgz#201a3cf95d3a15be7099521620d19dfb4f65359f"
45894635
integrity sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==
45904636

4637+
html-entities@2.6.0:
4638+
version "2.6.0"
4639+
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.6.0.tgz#7c64f1ea3b36818ccae3d3fb48b6974208e984f8"
4640+
integrity sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==
4641+
45914642
http-proxy-agent@^7.0.2:
45924643
version "7.0.2"
45934644
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz#9a8b1f246866c028509486585f62b8f2c18c270e"
@@ -7061,6 +7112,11 @@ type-fest@4.33.0:
70617112
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.33.0.tgz#2da0c135b9afa76cf8b18ecfd4f260ecd414a432"
70627113
integrity sha512-s6zVrxuyKbbAsSAD5ZPTB77q4YIdRctkTbJ2/Dqlinwz+8ooH2gd+YA7VA6Pa93KML9GockVvoxjZ2vHP+mu8g==
70637114

7115+
type-fest@4.41.0:
7116+
version "4.41.0"
7117+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.41.0.tgz#6ae1c8e5731273c2bf1f58ad39cbae2c91a46c58"
7118+
integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==
7119+
70647120
type-fest@^0.6.0:
70657121
version "0.6.0"
70667122
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"

0 commit comments

Comments
 (0)