Skip to content

Commit c659fe4

Browse files
authored
chore(deps-dev): bump @testing-library/react from 14.0.0 to 14.2.1 (#182)
* Revert "chore(deps-dev): bump @testing-library/react from 13.4.0 to 14.0.0 (#172)" This reverts commit ff3c898. * Update package.json
1 parent c46c015 commit c659fe4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"devDependencies": {
5555
"@rc-component/father-plugin": "^1.0.1",
5656
"@testing-library/jest-dom": "^5.16.5",
57-
"@testing-library/react": "^14.0.0",
57+
"@testing-library/react": "^14.2.1",
5858
"@types/classnames": "^2.2.9",
5959
"@types/jest": "^29.2.4",
6060
"@types/react": "^17.0.13",

src/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import * as React from 'react';
21
import classNames from 'classnames';
32
import useMergedState from 'rc-util/lib/hooks/useMergedState';
4-
import { composeRef } from 'rc-util/lib/ref';
53
import omit from 'rc-util/lib/omit';
4+
import { composeRef } from 'rc-util/lib/ref';
5+
import * as React from 'react';
66

77
import MotionThumb from './MotionThumb';
88

0 commit comments

Comments
 (0)