diff --git a/components/locale-provider/__tests__/__snapshots__/index.test.js.snap b/components/locale-provider/__tests__/__snapshots__/index.test.js.snap index f140dad943..590fbf67ee 100644 --- a/components/locale-provider/__tests__/__snapshots__/index.test.js.snap +++ b/components/locale-provider/__tests__/__snapshots__/index.test.js.snap @@ -109918,11 +109918,11 @@ exports[`Locale Provider should display the text as id 1`] = ` @@ -112553,11 +112553,11 @@ exports[`Locale Provider should display the text as id 1`] = ` diff --git a/package.json b/package.json index dda5b5a9ac..7ae6b7ec6e 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "raf": "^3.4.1", "rc-animate": "^2.8.3", "rc-calendar": "~9.15.5", - "rc-cascader": "~0.17.4", + "rc-cascader": "~1.0.0-alpha.0", "rc-checkbox": "~2.1.6", "rc-collapse": "~1.11.3", "rc-dialog": "~7.5.2", diff --git a/typings/custom-typings.d.ts b/typings/custom-typings.d.ts index ae06dbedbe..0601c071b9 100644 --- a/typings/custom-typings.d.ts +++ b/typings/custom-typings.d.ts @@ -14,8 +14,6 @@ declare module 'rc-util*'; declare module 'css-animation*'; -declare module 'rc-cascader'; - declare module 'rc-checkbox'; declare module 'rc-radio';