Skip to content

Commit

Permalink
fix: add missing glob dep for @vxrn/mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
zetavg committed Jan 18, 2025
1 parent 8436b38 commit b1d74c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"dependencies": {
"compare-versions": "^4.1.3",
"glob": "^7.2.3",
"gray-matter": "^4.0.3",
"hast-util-to-html": "^8.0.3",
"hast-util-to-string": "^2.0.0",
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12782,6 +12782,7 @@ __metadata:
dependencies:
"@tamagui/build": "npm:^1.121.11"
compare-versions: "npm:^4.1.3"
glob: "npm:^7.2.3"
gray-matter: "npm:^4.0.3"
hast-util-to-html: "npm:^8.0.3"
hast-util-to-string: "npm:^2.0.0"
Expand Down Expand Up @@ -18987,7 +18988,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^7.0.5, glob@npm:^7.1.1, glob@npm:^7.1.3, glob@npm:^7.1.4, glob@npm:^7.1.6":
"glob@npm:^7.0.5, glob@npm:^7.1.1, glob@npm:^7.1.3, glob@npm:^7.1.4, glob@npm:^7.1.6, glob@npm:^7.2.3":
version: 7.2.3
resolution: "glob@npm:7.2.3"
dependencies:
Expand Down

0 comments on commit b1d74c1

Please sign in to comment.