Skip to content

Commit

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

* Update package.json

* fix: fix snap
  • Loading branch information
li-jia-nan authored Dec 31, 2024
1 parent c7e1bf8 commit 2955d38
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 @@ -48,7 +48,7 @@
"@babel/runtime": "^7.22.5",
"@rc-component/trigger": "^2.0.0",
"classnames": "^2.2.6",
"rc-input": "~1.6.0",
"rc-input": "~1.7.1",
"rc-menu": "~9.16.0",
"rc-textarea": "~1.8.0",
"rc-util": "^5.34.1"
Expand Down
42 changes: 18 additions & 24 deletions tests/__snapshots__/AllowClear.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ exports[`should support allowClear should not show icon if defaultValue is undef
<span
class="rc-mentions-suffix"
>
<span
<button
class="rc-mentions-clear-icon rc-mentions-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;
Expand All @@ -41,13 +40,12 @@ exports[`should support allowClear should not show icon if defaultValue is undef
<span
class="rc-mentions-suffix"
>
<span
<button
class="rc-mentions-clear-icon rc-mentions-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;
Expand All @@ -67,13 +65,12 @@ exports[`should support allowClear should not show icon if defaultValue is undef
<span
class="rc-mentions-suffix"
>
<span
<button
class="rc-mentions-clear-icon rc-mentions-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;
Expand All @@ -93,13 +90,12 @@ exports[`should support allowClear should not show icon if value is undefined, n
<span
class="rc-mentions-suffix"
>
<span
<button
class="rc-mentions-clear-icon rc-mentions-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;
Expand All @@ -119,13 +115,12 @@ exports[`should support allowClear should not show icon if value is undefined, n
<span
class="rc-mentions-suffix"
>
<span
<button
class="rc-mentions-clear-icon rc-mentions-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;
Expand All @@ -145,13 +140,12 @@ exports[`should support allowClear should not show icon if value is undefined, n
<span
class="rc-mentions-suffix"
>
<span
<button
class="rc-mentions-clear-icon rc-mentions-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;

0 comments on commit 2955d38

Please sign in to comment.