Skip to content

Commit 3f739a3

Browse files
authoredFeb 9, 2022
Add missing dependency (#1936)
Add a missing dependency on `vfile`. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent 71bc6ff commit 3f739a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎packages/rollup/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"dependencies": {
4141
"@mdx-js/mdx": "^2.0.0",
4242
"@rollup/pluginutils": "^4.0.0",
43-
"source-map": "^0.7.0"
43+
"source-map": "^0.7.0",
44+
"vfile": "^5.0.0"
4445
},
4546
"peerDependencies": {
4647
"rollup": ">=2"

1 commit comments

Comments
 (1)

vercel[bot] commented on Feb 9, 2022

@vercel[bot]

Successfully deployed to the following URLs:

Please sign in to comment.