From f47aebc5afa9b7d4ade13e12032f736cb2d298c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 18:40:44 +0000 Subject: [PATCH] chore(deps): update dependency vite-plugin-dts to v4.1.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 08bae02190..d1395d50dc 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "typescript-eslint": "8.3.0", "urlpattern-polyfill": "10.0.0", "vite": "5.4.2", - "vite-plugin-dts": "4.0.3" + "vite-plugin-dts": "4.1.0" }, "resolutions": { "@types/node": "20.16.3", diff --git a/yarn.lock b/yarn.lock index 24d43dcc6e..2996f4866b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10427,10 +10427,10 @@ vfile@^4.0.0: unist-util-stringify-position "^2.0.0" vfile-message "^2.0.0" -vite-plugin-dts@4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/vite-plugin-dts/-/vite-plugin-dts-4.0.3.tgz#0f452be5ea81a50fa27ade4e0f3a0d750873affc" - integrity sha512-+xnTsaONwU2kV6zhRjtbRJSGN41uFR/whqmcb4k4fftLFDJElxthp0PP5Fq8gMeM9ytWMt1yk5gGgekLREWYQQ== +vite-plugin-dts@4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/vite-plugin-dts/-/vite-plugin-dts-4.1.0.tgz#616ba66a3793e71f12a80c7df2fd9ec5d98e1f35" + integrity sha512-sRlmt9k2q8MrX4F2058N3KmB6WyJ3Ao6QaExOv1X99F3j0GhPziEz1zscWQ1q2r1PeFc96L7GIUu8Pl2DPr2Hg== dependencies: "@microsoft/api-extractor" "7.47.4" "@rollup/pluginutils" "^5.1.0"