diff --git a/components/form/__tests__/__snapshots__/demo.test.js.snap b/components/form/__tests__/__snapshots__/demo.test.js.snap
index a7c1b06a18..5a91b0b3ff 100644
--- a/components/form/__tests__/__snapshots__/demo.test.js.snap
+++ b/components/form/__tests__/__snapshots__/demo.test.js.snap
@@ -2123,7 +2123,12 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
/>
{
>
this.toggleTooltipVisible(index, true)}
onMouseLeave={() => this.toggleTooltipVisible(index, false)}
/>
diff --git a/package.json b/package.json
index 2b9bb02a10..cfb61395e1 100644
--- a/package.json
+++ b/package.json
@@ -62,7 +62,7 @@
"rc-progress": "~2.1.0",
"rc-rate": "~2.1.0",
"rc-select": "~6.8.0",
- "rc-slider": "~7.0.0",
+ "rc-slider": "~8.0.0",
"rc-steps": "~2.5.0",
"rc-switch": "~1.4.2",
"rc-table": "~5.3.3",