diff --git a/package.json b/package.json index e80a10034a..40646155e8 100644 --- a/package.json +++ b/package.json @@ -106,8 +106,7 @@ "omit.js": "^1.0.2", "prop-types": "^15.7.2", "raf": "^3.4.1", - "rc-animate": "^2.10.2", - "rc-calendar": "~9.15.7", + "rc-animate": "~2.10.2", "rc-cascader": "~1.0.0-alpha.0", "rc-checkbox": "~2.1.6", "rc-collapse": "~1.11.3", @@ -136,7 +135,7 @@ "rc-tree-select": "~3.0.0-alpha.5", "rc-trigger": "~4.0.0-alpha.7", "rc-upload": "~2.9.1", - "rc-util": "^4.10.0", + "rc-util": "~4.16.1", "rc-virtual-list": "^0.0.0-alpha.25", "react-lazy-load": "^3.0.13", "react-lifecycles-compat": "^3.0.4", @@ -217,6 +216,7 @@ "rc-footer": "^0.6.0", "rc-queue-anim": "^1.6.12", "rc-scroll-anim": "^2.5.8", + "rc-trigger": "^4.0.0-alpha.5", "rc-tween-one": "^2.4.1", "react": "^16.9.0", "react-color": "^2.17.3", diff --git a/typings/custom-typings.d.ts b/typings/custom-typings.d.ts index bcafe85f9d..dc9538ec29 100644 --- a/typings/custom-typings.d.ts +++ b/typings/custom-typings.d.ts @@ -1,7 +1,5 @@ declare module '*.svg'; -declare module 'rc-calendar*'; - declare module 'rc-time-picker*'; declare module 'rc-pagination/*'; @@ -53,8 +51,6 @@ declare module 'rc-switch'; declare module 'rc-upload'; -declare module 'rc-form*'; - declare module 'react-lazy-load'; declare module 'dom-closest';