Skip to content

Commit

Permalink
upgrade antd
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Oct 9, 2024
1 parent 4cda3b6 commit 11bb2e8
Show file tree
Hide file tree
Showing 3 changed files with 750 additions and 645 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
]
},
"dependencies": {
"antd": "^5.14.1",
"antd": "^5.21.3",
"electron-log": "^5.2.0",
"electron-squirrel-startup": "^1.0.0",
"fuse.js": "^7.0.0",
Expand Down Expand Up @@ -77,16 +77,16 @@
"@types/node": "^20.16.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.2",
"chromatic": "^11.0.0",
"electron": "^32.1.2",
"electron-devtools-installer": "^3.2.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.9.0",
"husky": "^9.0.11",
"jsdom": "^25.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/component/ButtonLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type Props = LinkProps & BaseButtonProps;
const ButtonLink = forwardRef(
(
{ onClick, replace = false, state, target, to, ...rest }: Props,
ref: Ref<HTMLElement>
ref: Ref<HTMLButtonElement>
) => {
const href = useHref(to);
const handleClick = useLinkClickHandler(to, {
Expand Down
Loading

0 comments on commit 11bb2e8

Please sign in to comment.