From 0866f3b5f7ba0b3880877ca3127959c2bfea8f92 Mon Sep 17 00:00:00 2001 From: Ben Smithett Date: Thu, 10 Feb 2022 10:19:26 +1100 Subject: [PATCH] Add dependency on vfile 5 until @mdx-js/rollup updates See https://github.com/mdx-js/mdx/pull/1936 --- package.json | 1 + yarn.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bcd07b3..3aa5799 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "storybook-builder-vite": "^0.1.10", "tropical-islands": "^1.0.0", "tropical-scaffold": "^1.0.0", + "vfile": "^5.3.0", "vite": "^2.4.2" }, "engines": { diff --git a/yarn.lock b/yarn.lock index af3fd7a..857c8a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10665,7 +10665,7 @@ vfile@^4.0.0: unist-util-stringify-position "^2.0.0" vfile-message "^2.0.0" -vfile@^5.0.0: +vfile@^5.0.0, vfile@^5.3.0: version "5.3.0" resolved "https://registry.yarnpkg.com/vfile/-/vfile-5.3.0.tgz#4990c78cb3157005590ee8c930b71cd7fa6a006e" integrity sha512-Tj44nY/48OQvarrE4FAjUfrv7GZOYzPbl5OD65HxVKwLJKMPU7zmfV8cCgCnzKWnSfYG2f3pxu+ALqs7j22xQQ==