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';