Skip to content

Commit aad6b79

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

File tree

2 files changed

+72
-6
lines changed

2 files changed

+72
-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.22",
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: 71 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"
@@ -1461,6 +1466,17 @@
14611466
is-plain-object "5.0.0"
14621467
type-fest "4.20.1"
14631468

1469+
"@markuplint/ml-spec@4.10.1":
1470+
version "4.10.1"
1471+
resolved "https://registry.yarnpkg.com/@markuplint/ml-spec/-/ml-spec-4.10.1.tgz#02780df81b4ac678d586eefc764535e022ec107c"
1472+
integrity sha512-HYxN2Rh8UqWnDBAVSZtFwHvG5laTN0dOOROMhId/O4SBcOilvJffvi/gJvIOGM5y92DWjxqPF4zVRuDOFiHdPQ==
1473+
dependencies:
1474+
"@markuplint/ml-ast" "4.4.10"
1475+
"@markuplint/types" "4.8.1"
1476+
dom-accessibility-api "0.7.0"
1477+
is-plain-object "5.0.0"
1478+
type-fest "4.41.0"
1479+
14641480
"@markuplint/ml-spec@4.6.3":
14651481
version "4.6.3"
14661482
resolved "https://registry.yarnpkg.com/@markuplint/ml-spec/-/ml-spec-4.6.3.tgz#b656af2a9c3c20ebd00bf6ef11e9eb56f1017e6d"
@@ -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.22":
1531+
version "4.5.22"
1532+
resolved "https://registry.yarnpkg.com/@markuplint/react-spec/-/react-spec-4.5.22.tgz#1bbeb2b8341b17c322fa3a45c19aa5c048472aa7"
1533+
integrity sha512-W5ZZO0PSZJS73SOJ3vPNwwJxr0SA4HSDiRXfCTux2Go9axgVUYy5rDL9Yz6SNDf8dO0O/9D+NPziG2aZQm7icA==
15181534
dependencies:
1519-
"@markuplint/ml-spec" "4.6.3"
1535+
"@markuplint/ml-spec" "4.10.1"
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.8.1":
1620+
version "4.8.1"
1621+
resolved "https://registry.yarnpkg.com/@markuplint/types/-/types-4.8.1.tgz#d2c7dee01f2abe4cb060fe48e76d629219cd0949"
1622+
integrity sha512-jAG4b8k9W7O7bNgOPkuHhgROah1rqb79NAJvhFRz2jbjhhtchKg+8Qyn39ey9gwX6rdjajuRDjc/KsD7UI/eqg==
1623+
dependencies:
1624+
"@markuplint/shared" "4.4.12"
1625+
"@types/css-tree" "2.3.11"
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.3"
1631+
leven "4.1.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"
@@ -2009,6 +2048,11 @@
20092048
resolved "https://registry.yarnpkg.com/@types/css-tree/-/css-tree-2.3.10.tgz#b96abb37c1b51b03fe16054c186130c6ab69fef7"
20102049
integrity sha512-WcaBazJ84RxABvRttQjjFWgTcHvZR9jGr0Y3hccPkHjFyk/a3N8EuxjKr+QfrwjoM5b1yI1Uj1i7EzOAAwBwag==
20112050

2051+
"@types/css-tree@2.3.11":
2052+
version "2.3.11"
2053+
resolved "https://registry.yarnpkg.com/@types/css-tree/-/css-tree-2.3.11.tgz#c9457a54fe8ea02d2d72ddc864c1b9c5625f10d0"
2054+
integrity sha512-aEokibJOI77uIlqoBOkVbaQGC9zII0A+JH1kcTNKW2CwyYWD8KM6qdo+4c77wD3wZOQfJuNWAr9M4hdk+YhDIg==
2055+
20122056
"@types/css-tree@2.3.8":
20132057
version "2.3.8"
20142058
resolved "https://registry.yarnpkg.com/@types/css-tree/-/css-tree-2.3.8.tgz#0eabc115e45051b2f7abe51ee1531074b234ed19"
@@ -3249,6 +3293,13 @@ debug@4.4.0, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.7, debug@^4.4.
32493293
dependencies:
32503294
ms "^2.1.3"
32513295

3296+
debug@4.4.3:
3297+
version "4.4.3"
3298+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
3299+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
3300+
dependencies:
3301+
ms "^2.1.3"
3302+
32523303
debug@^3.2.7:
32533304
version "3.2.7"
32543305
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
@@ -4588,6 +4639,11 @@ html-entities@2.5.2:
45884639
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.5.2.tgz#201a3cf95d3a15be7099521620d19dfb4f65359f"
45894640
integrity sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==
45904641

4642+
html-entities@2.6.0:
4643+
version "2.6.0"
4644+
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.6.0.tgz#7c64f1ea3b36818ccae3d3fb48b6974208e984f8"
4645+
integrity sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==
4646+
45914647
http-proxy-agent@^7.0.2:
45924648
version "7.0.2"
45934649
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz#9a8b1f246866c028509486585f62b8f2c18c270e"
@@ -5156,6 +5212,11 @@ leven@4.0.0:
51565212
resolved "https://registry.yarnpkg.com/leven/-/leven-4.0.0.tgz#b9c39c803f835950fabef9e122a9b47b95708710"
51575213
integrity sha512-puehA3YKku3osqPlNuzGDUHq8WpwXupUg1V6NXdV38G+gr+gkBwFC8g1b/+YcIvp8gnqVIus+eJCH/eGsRmJNw==
51585214

5215+
leven@4.1.0:
5216+
version "4.1.0"
5217+
resolved "https://registry.yarnpkg.com/leven/-/leven-4.1.0.tgz#1e37150e1711d18bb14e380a5c779995235a710e"
5218+
integrity sha512-KZ9W9nWDT7rF7Dazg8xyLHGLrmpgq2nVNFUckhqdW3szVP6YhCpp/RAnpmVExA9JvrMynjwSLVrEj3AepHR6ew==
5219+
51595220
levn@^0.4.1:
51605221
version "0.4.1"
51615222
resolved "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade"
@@ -7061,6 +7122,11 @@ type-fest@4.33.0:
70617122
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.33.0.tgz#2da0c135b9afa76cf8b18ecfd4f260ecd414a432"
70627123
integrity sha512-s6zVrxuyKbbAsSAD5ZPTB77q4YIdRctkTbJ2/Dqlinwz+8ooH2gd+YA7VA6Pa93KML9GockVvoxjZ2vHP+mu8g==
70637124

7125+
type-fest@4.41.0:
7126+
version "4.41.0"
7127+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.41.0.tgz#6ae1c8e5731273c2bf1f58ad39cbae2c91a46c58"
7128+
integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==
7129+
70647130
type-fest@^0.6.0:
70657131
version "0.6.0"
70667132
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"

0 commit comments

Comments
 (0)