Skip to content

Commit

Permalink
chore(deps): bump rc-input (#67)
Browse files Browse the repository at this point in the history
* Update package.json

* Update allowClear.test.tsx.snap
  • Loading branch information
li-jia-nan authored Dec 31, 2024
1 parent 4810b21 commit 72a238e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.1",
"rc-input": "~1.6.0",
"rc-input": "~1.7.1",
"rc-resize-observer": "^1.0.0",
"rc-util": "^5.27.0"
},
Expand Down
42 changes: 18 additions & 24 deletions tests/__snapshots__/allowClear.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ exports[`should support allowClear should not show icon if defaultValue is undef
<span
class="rc-textarea-suffix"
>
<span
<button
class="rc-textarea-clear-icon rc-textarea-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;
Expand All @@ -31,13 +30,12 @@ exports[`should support allowClear should not show icon if defaultValue is undef
<span
class="rc-textarea-suffix"
>
<span
<button
class="rc-textarea-clear-icon rc-textarea-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;
Expand All @@ -52,13 +50,12 @@ exports[`should support allowClear should not show icon if defaultValue is undef
<span
class="rc-textarea-suffix"
>
<span
<button
class="rc-textarea-clear-icon rc-textarea-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;
Expand All @@ -73,13 +70,12 @@ exports[`should support allowClear should not show icon if value is undefined, n
<span
class="rc-textarea-suffix"
>
<span
<button
class="rc-textarea-clear-icon rc-textarea-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;
Expand All @@ -94,13 +90,12 @@ exports[`should support allowClear should not show icon if value is undefined, n
<span
class="rc-textarea-suffix"
>
<span
<button
class="rc-textarea-clear-icon rc-textarea-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;
Expand All @@ -115,13 +110,12 @@ exports[`should support allowClear should not show icon if value is undefined, n
<span
class="rc-textarea-suffix"
>
<span
<button
class="rc-textarea-clear-icon rc-textarea-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;

0 comments on commit 72a238e

Please sign in to comment.