Skip to content

Commit

Permalink
fix(deps): update dependency @types/mdast to v4 (#2986)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent a41ff3d commit 098c298
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion generators/readme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@manypkg/get-packages": "1.1.3",
"@types/listr": "0.14.9",
"@types/lodash": "4.17.13",
"@types/mdast": "3.0.15",
"@types/mdast": "4.0.4",
"@types/node": "18.19.68",
"@types/shelljs": "0.8.15",
"@types/unist": "3.0.3",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2632,7 +2632,7 @@ __metadata:
"@manypkg/get-packages": 1.1.3
"@types/listr": 0.14.9
"@types/lodash": 4.17.13
"@types/mdast": 3.0.15
"@types/mdast": 4.0.4
"@types/node": 18.19.68
"@types/shelljs": 0.8.15
"@types/unist": 3.0.3
Expand Down Expand Up @@ -9273,16 +9273,7 @@ __metadata:
languageName: node
linkType: hard

"@types/mdast@npm:3.0.15, @types/mdast@npm:^3.0.0":
version: 3.0.15
resolution: "@types/mdast@npm:3.0.15"
dependencies:
"@types/unist": ^2
checksum: af85042a4e3af3f879bde4059fa9e76c71cb552dffc896cdcc6cf9dc1fd38e37035c2dbd6245cfa6535b433f1f0478f5549696234ccace47a64055a10c656530
languageName: node
linkType: hard

"@types/mdast@npm:^4.0.0":
"@types/mdast@npm:4.0.4, @types/mdast@npm:^4.0.0":
version: 4.0.4
resolution: "@types/mdast@npm:4.0.4"
dependencies:
Expand All @@ -9291,6 +9282,15 @@ __metadata:
languageName: node
linkType: hard

"@types/mdast@npm:^3.0.0":
version: 3.0.15
resolution: "@types/mdast@npm:3.0.15"
dependencies:
"@types/unist": ^2
checksum: af85042a4e3af3f879bde4059fa9e76c71cb552dffc896cdcc6cf9dc1fd38e37035c2dbd6245cfa6535b433f1f0478f5549696234ccace47a64055a10c656530
languageName: node
linkType: hard

"@types/mdx@npm:^2.0.0":
version: 2.0.13
resolution: "@types/mdx@npm:2.0.13"
Expand Down

0 comments on commit 098c298

Please sign in to comment.