From c3b94e4ebe1d44b371cdd2949021dc3a79df7166 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 18:33:46 +0000 Subject: [PATCH] chore(deps): update dependency vite-plugin-dts to v4.1.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f7e8c1e303..27f0054ccc 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "typescript-eslint": "8.4.0", "urlpattern-polyfill": "10.0.0", "vite": "5.4.3", - "vite-plugin-dts": "4.1.0" + "vite-plugin-dts": "4.1.1" }, "resolutions": { "@types/node": "20.16.5", diff --git a/yarn.lock b/yarn.lock index 19e7c41b53..5492aa6347 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10453,10 +10453,10 @@ vfile@^4.0.0: unist-util-stringify-position "^2.0.0" vfile-message "^2.0.0" -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== +vite-plugin-dts@4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/vite-plugin-dts/-/vite-plugin-dts-4.1.1.tgz#1837a304cfd83c02bdaed3bb3bec7c3a6ad1ba0d" + integrity sha512-SxYXwJQbAZ1IMtGEcOuzzZtDWCdcV2JkU7esvpPA8E5tIWVcJB42rZwN9EdULicWGLfaXrUgPIGVSidXBTae2Q== dependencies: "@microsoft/api-extractor" "7.47.4" "@rollup/pluginutils" "^5.1.0"