From 21b4e6099b9afbf395b640f02950797535e20e56 Mon Sep 17 00:00:00 2001 From: tanjinzhou <415800467@qq.com> Date: Wed, 28 Oct 2020 18:30:07 +0800 Subject: [PATCH] chore: update typings --- antdv-demo | 2 +- package.json | 1 - typings/custom-typings.d.ts | 3 --- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/antdv-demo b/antdv-demo index 281b50130..a216bc03d 160000 --- a/antdv-demo +++ b/antdv-demo @@ -1 +1 @@ -Subproject commit 281b50130fbf7eeff96985567952d2b1d7730da0 +Subproject commit a216bc03d348a2af7688fa75fd4d81ec453cbf5c diff --git a/package.json b/package.json index 7f8322852..18fd46a5a 100644 --- a/package.json +++ b/package.json @@ -201,7 +201,6 @@ }, "dependencies": { "@ant-design-vue/use": "^0.0.1-0", - "@ant-design/css-animation": "^1.7.3", "@ant-design/icons-vue": "^5.1.5", "@babel/runtime": "^7.10.5", "@simonwep/pickr": "~1.7.0", diff --git a/typings/custom-typings.d.ts b/typings/custom-typings.d.ts index aeefc07de..6b213301e 100644 --- a/typings/custom-typings.d.ts +++ b/typings/custom-typings.d.ts @@ -1,7 +1,4 @@ -declare module '@ant-design/css-animation*'; declare module 'component-classes'; -declare module '*.vue'; -declare module '*.md'; declare module '*vc-*'; declare module 'omit.js';