From 8aeeb3b631f779dd753791bf436b374e11dae28e Mon Sep 17 00:00:00 2001 From: yoho Date: Mon, 29 Aug 2022 22:06:01 +0800 Subject: [PATCH] chore: build generated files (#1930) --- packages/ui/client/auto-imports.d.ts | 1 + packages/vitest/LICENSE.md | 29 ---------------------------- 2 files changed, 1 insertion(+), 29 deletions(-) diff --git a/packages/ui/client/auto-imports.d.ts b/packages/ui/client/auto-imports.d.ts index 69e11b963e69..4381fddf3d5d 100644 --- a/packages/ui/client/auto-imports.d.ts +++ b/packages/ui/client/auto-imports.d.ts @@ -187,6 +187,7 @@ declare global { const usePointer: typeof import('@vueuse/core')['usePointer'] const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe'] const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme'] + const usePreferredContrast: typeof import('@vueuse/core')['usePreferredContrast'] const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark'] const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages'] const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion'] diff --git a/packages/vitest/LICENSE.md b/packages/vitest/LICENSE.md index f4efaa8ab7a6..3903c7feb135 100644 --- a/packages/vitest/LICENSE.md +++ b/packages/vitest/LICENSE.md @@ -1058,35 +1058,6 @@ Repository: git+https://github.com/isaacs/isexe.git --------------------------------------- -## jsonc-parser -License: MIT -By: Microsoft Corporation -Repository: https://github.com/microsoft/node-jsonc-parser - -> The MIT License (MIT) -> -> Copyright (c) Microsoft -> -> Permission is hereby granted, free of charge, to any person obtaining a copy -> of this software and associated documentation files (the "Software"), to deal -> in the Software without restriction, including without limitation the rights -> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -> copies of the Software, and to permit persons to whom the Software is -> furnished to do so, subject to the following conditions: -> -> The above copyright notice and this permission notice shall be included in all -> copies or substantial portions of the Software. -> -> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -> SOFTWARE. - ---------------------------------------- - ## kleur License: MIT By: Luke Edwards