Skip to content

Commit

Permalink
fix(deps): update dependency antd to ^5.13.1 (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi authored Jan 15, 2024
1 parent 5744679 commit dd75d42
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 80 deletions.
6 changes: 3 additions & 3 deletions components/Header/__snapshots__/Header.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ exports[`Header should render correctly (snapshot) 1`] = `
class="flex-container h-full transform-gpu border-transparent transition md:w-52 lg:w-60 xl:w-max"
>
<div
class="ant-select ant-select-auto-complete ant-select-single ant-select-customize-input ant-select-show-search"
class="ant-select ant-select-outlined ant-select-auto-complete ant-select-single ant-select-customize-input ant-select-show-search"
>
<div
class="ant-select-selector"
Expand All @@ -212,13 +212,13 @@ exports[`Header should render correctly (snapshot) 1`] = `
class="ant-select-selection-search"
>
<span
class="ant-input-group-wrapper ant-input-search ant-input-search-with-button ant-select-selection-search-input"
class="ant-input-group-wrapper ant-input-group-wrapper-outlined ant-input-search ant-input-search-with-button ant-select-selection-search-input"
>
<span
class="ant-input-wrapper ant-input-group"
>
<span
class="ant-input-affix-wrapper"
class="ant-input-affix-wrapper ant-input-outlined"
>
<input
aria-autocomplete="list"
Expand Down
2 changes: 1 addition & 1 deletion components/MDX/__snapshots__/MDX.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ exports[`MDXInput should render checkbox correctly (snapshot) 1`] = `
exports[`MDXInput should render input correctly (snapshot) 1`] = `
<div>
<input
class="ant-input mr-1"
class="ant-input ant-input-outlined mr-1"
type="text"
value=""
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`PostsSearchBar should render correctly (snapshot) 1`] = `
<div>
<div
class="ant-select ant-select-auto-complete ant-select-single ant-select-customize-input ant-select-show-search"
class="ant-select ant-select-outlined ant-select-auto-complete ant-select-single ant-select-customize-input ant-select-show-search"
>
<div
class="ant-select-selector"
Expand All @@ -12,13 +12,13 @@ exports[`PostsSearchBar should render correctly (snapshot) 1`] = `
class="ant-select-selection-search"
>
<span
class="ant-input-group-wrapper ant-input-search ant-input-search-with-button ant-select-selection-search-input"
class="ant-input-group-wrapper ant-input-group-wrapper-outlined ant-input-search ant-input-search-with-button ant-select-selection-search-input"
>
<span
class="ant-input-wrapper ant-input-group"
>
<span
class="ant-input-affix-wrapper"
class="ant-input-affix-wrapper ant-input-outlined"
>
<input
aria-autocomplete="list"
Expand Down
6 changes: 3 additions & 3 deletions layouts/__snapshots__/Layout.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ exports[`Layout should render correctly (snapshot) 1`] = `
class="flex-container h-full transform-gpu border-transparent transition md:w-52 lg:w-60 xl:w-max"
>
<div
class="ant-select ant-select-auto-complete ant-select-single ant-select-customize-input ant-select-show-search"
class="ant-select ant-select-outlined ant-select-auto-complete ant-select-single ant-select-customize-input ant-select-show-search"
>
<div
class="ant-select-selector"
Expand All @@ -215,13 +215,13 @@ exports[`Layout should render correctly (snapshot) 1`] = `
class="ant-select-selection-search"
>
<span
class="ant-input-group-wrapper ant-input-search ant-input-search-with-button ant-select-selection-search-input"
class="ant-input-group-wrapper ant-input-group-wrapper-outlined ant-input-search ant-input-search-with-button ant-select-selection-search-input"
>
<span
class="ant-input-wrapper ant-input-group"
>
<span
class="ant-input-affix-wrapper"
class="ant-input-affix-wrapper ant-input-outlined"
>
<input
aria-autocomplete="list"
Expand Down
6 changes: 3 additions & 3 deletions layouts/__snapshots__/PostLayout.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ exports[`PostLayout should render correctly (snapshot) 1`] = `
class="flex-container h-full transform-gpu border-transparent transition md:w-52 lg:w-60 xl:w-max"
>
<div
class="ant-select ant-select-auto-complete ant-select-single ant-select-customize-input ant-select-show-search"
class="ant-select ant-select-outlined ant-select-auto-complete ant-select-single ant-select-customize-input ant-select-show-search"
>
<div
class="ant-select-selector"
Expand All @@ -215,13 +215,13 @@ exports[`PostLayout should render correctly (snapshot) 1`] = `
class="ant-select-selection-search"
>
<span
class="ant-input-group-wrapper ant-input-search ant-input-search-with-button ant-select-selection-search-input"
class="ant-input-group-wrapper ant-input-group-wrapper-outlined ant-input-search ant-input-search-with-button ant-select-selection-search-input"
>
<span
class="ant-input-wrapper ant-input-group"
>
<span
class="ant-input-affix-wrapper"
class="ant-input-affix-wrapper ant-input-outlined"
>
<input
aria-autocomplete="list"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@codesandbox/sandpack-react": "^2.11.2",
"@codesandbox/sandpack-themes": "^2.0.21",
"@octokit/rest": "^20.0.2",
"antd": "^5.12.8",
"antd": "^5.13.1",
"classnames": "^2.5.1",
"framer-motion": "^10.18.0",
"gray-matter": "^4.0.3",
Expand Down
Loading

1 comment on commit dd75d42

@vercel
Copy link

@vercel vercel bot commented on dd75d42 Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog-sabertaz.vercel.app
blog.tazimi.dev
blog-git-main-sabertaz.vercel.app

Please sign in to comment.