From d696cd57977406e6e1106ec618c20fefa244e183 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 02:10:32 +0000 Subject: [PATCH] chore: bump vite-plugin-dts from 2.0.2 to 2.1.0 Bumps [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/qmhc/vite-plugin-dts/releases) - [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md) - [Commits](https://github.com/qmhc/vite-plugin-dts/compare/v2.0.2...v2.1.0) --- updated-dependencies: - dependency-name: vite-plugin-dts dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 0b6898cc..e7d6e04e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6718,9 +6718,9 @@ vite-node@0.29.2: vite "^3.0.0 || ^4.0.0" vite-plugin-dts@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/vite-plugin-dts/-/vite-plugin-dts-2.0.2.tgz#ecee6198830012ed3e741ad9c1c5223f99e49546" - integrity sha512-i3HBlrdqE2FQxQqrNwFj9P2ei/I7lt/d3Q8NOE1JCz/gNYhNf/oUeIJamIdWQUNQGhUd/Y6mtpm3kOYPw1gz8Q== + version "2.1.0" + resolved "https://registry.yarnpkg.com/vite-plugin-dts/-/vite-plugin-dts-2.1.0.tgz#40784ddad7a7be13176ed1da2c11352181f4891b" + integrity sha512-Vw0FdCuM3VLR4hTFHh0yMEzfwI7NyFvPIMFwvE+Q0t4qtoHIfYOP/JXs7nTnHuQk87FSjlhGeIJ1fLBcktgPgA== dependencies: "@babel/parser" "^7.20.15" "@microsoft/api-extractor" "^7.33.5"