From a9b01e802dfe6cc62cc848500343bb125d4c1f8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 07:03:10 +0000 Subject: [PATCH] Bump unplugin-dts from 1.0.1 to 1.0.2 Bumps [unplugin-dts](https://github.com/qmhc/unplugin-dts/tree/HEAD/packages/unplugin-dts) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/qmhc/unplugin-dts/releases) - [Changelog](https://github.com/qmhc/unplugin-dts/blob/main/packages/unplugin-dts/CHANGELOG.md) - [Commits](https://github.com/qmhc/unplugin-dts/commits/unplugin-dts@1.0.2/packages/unplugin-dts) --- updated-dependencies: - dependency-name: unplugin-dts dependency-version: 1.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc8cc3a..0556682 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "playwright": "^1.60.0", "typescript": "^6.0.3", "typescript-eslint": "^8.58.0", - "unplugin-dts": "^1.0.1", + "unplugin-dts": "^1.0.2", "vite": "^8.0.14", "vitest": "^4.0.1" }, @@ -6052,9 +6052,9 @@ } }, "node_modules/unplugin-dts": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/unplugin-dts/-/unplugin-dts-1.0.1.tgz", - "integrity": "sha512-EdJZxdWP4Tm/xhe58/zAge3Tu0OKDYygm8rucRrcCZ4XzgA31jexUKhaJuEMddOPBDs9ONnq6vwigbjeBqkfuw==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unplugin-dts/-/unplugin-dts-1.0.2.tgz", + "integrity": "sha512-VbNiMD0LMl/t6nJueGtrCp79N7ZO1nquxj/FUybJDnKwZGsnW2wjdwBSzA3QEHujoxmxZIptsG43hL7LzXE96w==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 18ff213..98e5572 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "playwright": "^1.60.0", "typescript": "^6.0.3", "typescript-eslint": "^8.58.0", - "unplugin-dts": "^1.0.1", + "unplugin-dts": "^1.0.2", "vite": "^8.0.14", "vitest": "^4.0.1" },