diff --git a/package-lock.json b/package-lock.json index 4357778..e6b86c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "tsx": "4.21.0", "typescript": "6.0.3", "vite": "8.0.11", - "vite-plugin-dts": "5.0.0", + "vite-plugin-dts": "5.1.0", "vitest": "4.1.10", "vscode-jsonrpc": "^8.2.1" } @@ -1593,6 +1593,13 @@ "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" } }, + "node_modules/glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "dev": true, + "license": "BSD-2-Clause" + }, "node_modules/kolorist": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz", @@ -2242,9 +2249,9 @@ } }, "node_modules/unplugin-dts": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unplugin-dts/-/unplugin-dts-1.0.0.tgz", - "integrity": "sha512-qz+U1lCscwq+t8Mkaxy5Esa7IQ5wWV18b4mnioOXSdnPaNiJ0+qgE3I+KL6UkXYZWxxGo2qdGone8LEQ52Sfkw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/unplugin-dts/-/unplugin-dts-1.1.0.tgz", + "integrity": "sha512-KZJ+qk+lmd9dJY/PJvDRFL9BUtVubKDiX7Ai/X6mlkCArcQNzwmupKjVqHbRA42uqO5ZfFRFc+o8/OCbQ1GonQ==", "dev": true, "license": "MIT", "dependencies": { @@ -2252,6 +2259,7 @@ "@volar/typescript": "^2.4.26", "compare-versions": "^6.1.1", "debug": "^4.4.0", + "glob-to-regexp": "0.4.1", "kolorist": "^1.8.0", "local-pkg": "^1.1.1", "magic-string": "^0.30.17", @@ -2260,7 +2268,7 @@ "peerDependencies": { "@microsoft/api-extractor": ">=7", "@rspack/core": "^1", - "@vue/language-core": "~3.1.5", + "@vue/language-core": "^3.1.5", "esbuild": "*", "rolldown": "*", "rollup": ">=3", @@ -2374,13 +2382,13 @@ } }, "node_modules/vite-plugin-dts": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/vite-plugin-dts/-/vite-plugin-dts-5.0.0.tgz", - "integrity": "sha512-VLNAUttBq7pLxxL/m/ztjd5zj5yiviiC7ijfPFVLK5c45FLcibvieBsdjSka3a4ag1qdrAF9K3OysH4/lW+rPQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/vite-plugin-dts/-/vite-plugin-dts-5.1.0.tgz", + "integrity": "sha512-MfLc2G+mXPUDGGxpHQeYbdunavFP9UpT9yxiAsTgUXRxfEd3HqysSAM4E72jhz5eIz3OOexCHkqiVlQq8ok9/A==", "dev": true, "license": "MIT", "dependencies": { - "unplugin-dts": "1.0.0" + "unplugin-dts": "1.1.0" }, "peerDependencies": { "@microsoft/api-extractor": ">=7", diff --git a/package.json b/package.json index 6ee13d7..1c81413 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "tsx": "4.21.0", "typescript": "6.0.3", "vite": "8.0.11", - "vite-plugin-dts": "5.0.0", + "vite-plugin-dts": "5.1.0", "vitest": "4.1.10", "vscode-jsonrpc": "^8.2.1" },