Skip to content

Commit

Permalink
chore(deps-dev): bump @testing-library/react from 14.0.0 to 14.2.1 (#182
Browse files Browse the repository at this point in the history
)

* Revert "chore(deps-dev): bump @testing-library/react from 13.4.0 to 14.0.0 (#172)"

This reverts commit ff3c898.

* Update package.json
  • Loading branch information
li-jia-nan authored Mar 1, 2024
1 parent c46c015 commit c659fe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"@rc-component/father-plugin": "^1.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^14.2.1",
"@types/classnames": "^2.2.9",
"@types/jest": "^29.2.4",
"@types/react": "^17.0.13",
Expand Down
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import * as React from 'react';
import classNames from 'classnames';
import useMergedState from 'rc-util/lib/hooks/useMergedState';
import { composeRef } from 'rc-util/lib/ref';
import omit from 'rc-util/lib/omit';
import { composeRef } from 'rc-util/lib/ref';
import * as React from 'react';

import MotionThumb from './MotionThumb';

Expand Down

0 comments on commit c659fe4

Please sign in to comment.