mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 12:39:49 +08:00
refactor: upgrade rc-trigger (#19179)
* add rc-trigger to devDependencies * upgrade dev and dep * change dep rc* tilde to caret * remove package.json rc-calendar and upgrade rc-util Fixes #19169
This commit is contained in:
parent
5a431868f5
commit
bb844e245c
@ -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",
|
||||
|
4
typings/custom-typings.d.ts
vendored
4
typings/custom-typings.d.ts
vendored
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user