Browse Source
chore: bump rc-picker (#43367)
* chore: bump rc-picker
* chore: update snapshot
pull/43340/head
JiaQi
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
31 deletions
-
components/date-picker/__tests__/__snapshots__/demo-extend.test.ts.snap
-
package.json
|
|
@ -28480,36 +28480,6 @@ exports[`renders components/date-picker/demo/mode.tsx extend context correctly 1 |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div |
|
|
|
class="ant-picker-footer" |
|
|
|
> |
|
|
|
<ul |
|
|
|
class="ant-picker-ranges" |
|
|
|
> |
|
|
|
<li |
|
|
|
class="ant-picker-now" |
|
|
|
> |
|
|
|
<a |
|
|
|
class="ant-picker-now-btn" |
|
|
|
> |
|
|
|
Now |
|
|
|
</a> |
|
|
|
</li> |
|
|
|
<li |
|
|
|
class="ant-picker-ok" |
|
|
|
> |
|
|
|
<button |
|
|
|
class="ant-btn ant-btn-primary ant-btn-sm" |
|
|
|
disabled="" |
|
|
|
type="button" |
|
|
|
> |
|
|
|
<span> |
|
|
|
OK |
|
|
|
</span> |
|
|
|
</button> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -137,7 +137,7 @@ |
|
|
|
"rc-motion": "^2.7.3", |
|
|
|
"rc-notification": "~5.0.4", |
|
|
|
"rc-pagination": "~3.5.0", |
|
|
|
"rc-picker": "~3.9.0", |
|
|
|
"rc-picker": "~3.10.0", |
|
|
|
"rc-progress": "~3.4.1", |
|
|
|
"rc-rate": "~2.12.0", |
|
|
|
"rc-resize-observer": "^1.2.0", |
|
|
|