Skip to content

Commit

Permalink
refactor: upgrade rc-trigger (ant-design#19179)
Browse files Browse the repository at this point in the history
* 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 ant-design#19169
  • Loading branch information
shaodahong authored Dec 12, 2019
1 parent 5a43186 commit bb844e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 0 additions & 4 deletions typings/custom-typings.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
declare module '*.svg';

declare module 'rc-calendar*';

declare module 'rc-time-picker*';

declare module 'rc-pagination/*';
Expand Down Expand Up @@ -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';
Expand Down

0 comments on commit bb844e2

Please sign in to comment.