Skip to content

Commit

Permalink
[@mantine/core] Pagination: Fix types definition being incompatible w…
Browse files Browse the repository at this point in the history
…ith @tabler/icons-react 3.x
  • Loading branch information
rtivital committed May 10, 2024
1 parent 1cf277e commit 78ee9bf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@emotion/server": "^11.11.0",
"@emotion/utils": "^1.2.1",
"@floating-ui/react": "^0.26.9",
"@tabler/icons-react": "^2.40.0",
"@tabler/icons-react": "^3.3.0",
"@tiptap/core": "^2.2.1",
"@tiptap/extension-code-block": "^2.2.1",
"@tiptap/extension-code-block-lowlight": "^2.2.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
interface _PaginationIconProps extends React.ComponentPropsWithoutRef<'svg'> {
path: string;
stroke?: any;
}

export type PaginationIconProps = Omit<_PaginationIconProps, 'path'>;
Expand Down
20 changes: 19 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7445,13 +7445,31 @@ __metadata:
languageName: node
linkType: hard

"@tabler/icons-react@npm:^3.3.0":
version: 3.3.0
resolution: "@tabler/icons-react@npm:3.3.0"
dependencies:
"@tabler/icons": "npm:3.3.0"
peerDependencies:
react: ">= 16"
checksum: 10c0/c5debd4afe94179759662e31a54d9bc7be5ffd081a87b2d5d220b15f2ad92220e016577f61b3df611ae8d42df57bfbca9c5b1ffa404f38e17678cccac42e8ddc
languageName: node
linkType: hard

"@tabler/icons@npm:2.40.0":
version: 2.40.0
resolution: "@tabler/icons@npm:2.40.0"
checksum: 10c0/a59adf9b071fb3b54f507c3a7c8adaeb74ccb5af5834c92d312829f7564f1e4255086091fe43dbfeae256510d073bce8476f2171655b337050b08b7521786400
languageName: node
linkType: hard

"@tabler/icons@npm:3.3.0":
version: 3.3.0
resolution: "@tabler/icons@npm:3.3.0"
checksum: 10c0/8151654fcdd58c948c5594ae6ff297e32b5ca82eaba950c7b00e002f13f2b856ba7867f9a898df8df63425b6c8aff0000534317dd9b6d1ab9efd9abb67c57f6d
languageName: node
linkType: hard

"@testing-library/dom@npm:10.1.0, @testing-library/dom@npm:^10.0.0":
version: 10.1.0
resolution: "@testing-library/dom@npm:10.1.0"
Expand Down Expand Up @@ -17846,7 +17864,7 @@ __metadata:
"@storybook/addon-styling-webpack": "npm:^0.0.5"
"@storybook/react": "npm:^7.5.3"
"@storybook/react-webpack5": "npm:7.5.3"
"@tabler/icons-react": "npm:^2.40.0"
"@tabler/icons-react": "npm:^3.3.0"
"@testing-library/dom": "npm:10.1.0"
"@testing-library/jest-dom": "npm:6.4.2"
"@testing-library/react": "npm:15.0.6"
Expand Down

0 comments on commit 78ee9bf

Please sign in to comment.