From a2d85cc78798778d9a6b325d83fe59e5496cd8fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:06:03 +0000 Subject: [PATCH] chore(deps): update dependency vite-plugin-dts to v3.7.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index edeb5e087d8..31db930475b 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "tsx": "4.7.0", "typescript": "5.3.3", "vite": "5.0.11", - "vite-plugin-dts": "3.7.0" + "vite-plugin-dts": "3.7.1" }, "resolutions": { "jackspeak": "2.1.1", diff --git a/yarn.lock b/yarn.lock index 06de18f4410..0d0f60d5a81 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12357,10 +12357,10 @@ vfile@^4.0.0: unist-util-stringify-position "^2.0.0" vfile-message "^2.0.0" -vite-plugin-dts@3.7.0: - version "3.7.0" - resolved "https://registry.yarnpkg.com/vite-plugin-dts/-/vite-plugin-dts-3.7.0.tgz#654ee7c38c0cdd4589b9bc198a264f34172bd870" - integrity sha512-np1uPaYzu98AtPReB8zkMnbjwcNHOABsLhqVOf81b3ol9b5M2wPcAVs8oqPnOpr6Us+7yDXVauwkxsk5+ldmRA== +vite-plugin-dts@3.7.1: + version "3.7.1" + resolved "https://registry.yarnpkg.com/vite-plugin-dts/-/vite-plugin-dts-3.7.1.tgz#b2c76749e78348d355c816c30583c2aa574c7986" + integrity sha512-VZJckNFpVfRAkmOxhGT5OgTUVWVXxkNQqLpBUuiNGAr9HbtvmvsPLo2JB3Xhn+o/Z9+CT6YZfYa4bX9SGR5hNw== dependencies: "@microsoft/api-extractor" "7.39.0" "@rollup/pluginutils" "^5.1.0"