Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major) (#1359)
Browse files Browse the repository at this point in the history
* fix(deps): update dependencies (non-major)

* test: update snapshots

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sabertazimi <[email protected]>
  • Loading branch information
renovate[bot] and sabertazimi authored Jan 11, 2025
1 parent e5d866e commit 7d97101
Show file tree
Hide file tree
Showing 6 changed files with 611 additions and 610 deletions.
7 changes: 3 additions & 4 deletions components/Header/__snapshots__/Header.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,9 @@ exports[`Header should render correctly (snapshot) 1`] = `
<span
class="ant-input-suffix"
>
<span
<button
class="ant-input-clear-icon ant-input-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
<span
aria-label="close-circle"
Expand All @@ -265,7 +264,7 @@ exports[`Header should render correctly (snapshot) 1`] = `
/>
</svg>
</span>
</span>
</button>
</span>
</span>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ exports[`PostsSearchBar should render correctly (snapshot) 1`] = `
<span
class="ant-input-suffix"
>
<span
<button
class="ant-input-clear-icon ant-input-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
<span
aria-label="close-circle"
Expand All @@ -65,7 +64,7 @@ exports[`PostsSearchBar should render correctly (snapshot) 1`] = `
/>
</svg>
</span>
</span>
</button>
</span>
</span>
<span
Expand Down
7 changes: 3 additions & 4 deletions layouts/__snapshots__/Layout.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,9 @@ exports[`Layout should render correctly (snapshot) 1`] = `
<span
class="ant-input-suffix"
>
<span
<button
class="ant-input-clear-icon ant-input-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
<span
aria-label="close-circle"
Expand All @@ -268,7 +267,7 @@ exports[`Layout should render correctly (snapshot) 1`] = `
/>
</svg>
</span>
</span>
</button>
</span>
</span>
<span
Expand Down
7 changes: 3 additions & 4 deletions layouts/__snapshots__/PostLayout.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,9 @@ exports[`PostLayout should render correctly (snapshot) 1`] = `
<span
class="ant-input-suffix"
>
<span
<button
class="ant-input-clear-icon ant-input-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
<span
aria-label="close-circle"
Expand All @@ -268,7 +267,7 @@ exports[`PostLayout should render correctly (snapshot) 1`] = `
/>
</svg>
</span>
</span>
</button>
</span>
</span>
<span
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sabertazimi/blog",
"version": "4.0.0",
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"description": "A blog system based on React and Next",
"author": "sabertazimi",
"license": "MIT",
Expand Down Expand Up @@ -54,11 +54,11 @@
"@ant-design/nextjs-registry": "^1.0.2",
"@codesandbox/sandpack-react": "^2.19.10",
"@codesandbox/sandpack-themes": "^2.0.21",
"@octokit/rest": "^21.0.2",
"antd": "5.22.7",
"@octokit/rest": "^21.1.0",
"antd": "5.23.0",
"antd-style": "^3.7.1",
"classnames": "^2.5.1",
"framer-motion": "^11.15.0",
"framer-motion": "^11.17.0",
"gray-matter": "^4.0.3",
"katex": "^0.16.19",
"next": "^14.2.23",
Expand Down Expand Up @@ -89,7 +89,7 @@
"devDependencies": {
"@dg-scripts/eslint-config": "^5.21.5",
"@dg-scripts/stylelint-config": "^5.21.5",
"@octokit/types": "^13.6.2",
"@octokit/types": "^13.7.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/jest": "^29.5.14",
Expand All @@ -101,8 +101,8 @@
"@types/unist": "^3.0.3",
"commit-and-tag-version": "^12.5.0",
"cypress": "^13.17.0",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.3",
"eslint": "^9.18.0",
"eslint-config-next": "^15.1.4",
"jest": "^29.7.0",
"jest-axe": "^9.0.0",
"jest-environment-jsdom": "^29.7.0",
Expand All @@ -116,6 +116,6 @@
"tailwindcss": "^3.4.17",
"ts-jest": "^29.2.5",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
Loading

0 comments on commit 7d97101

Please sign in to comment.