Skip to content

Commit 167c501

Browse files
🐛 fix: Fix deps
1 parent 9d151e2 commit 167c501

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,15 @@
143143
"publishConfig": {
144144
"access": "public",
145145
"registry": "https://registry.npmjs.org"
146+
},
147+
"pnpm": {
148+
"overrides": {
149+
"mdast-util-gfm-autolink-literal": "2.0.0",
150+
"mdast-util-gfm-table": "2.0.0"
151+
}
152+
},
153+
"overrides": {
154+
"mdast-util-gfm-autolink-literal": "2.0.0",
155+
"mdast-util-gfm-table": "2.0.0"
146156
}
147157
}

0 commit comments

Comments
 (0)