Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @tabler/icons-react to v2.47.0 #1047

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@mantine/hooks": "7.5.1",
"@mantine/notifications": "7.5.1",
"@sentry/react": "7.99.0",
"@tabler/icons-react": "2.46.0",
"@tabler/icons-react": "2.47.0",
"chroma-js": "2.4.2",
"date-fns": "3.3.1",
"idb": "8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@mantine/core": "7.5.1",
"@mantine/hooks": "7.5.1",
"@tabler/icons-react": "2.46.0",
"@tabler/icons-react": "2.47.0",
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3406,22 +3406,22 @@ __metadata:
languageName: node
linkType: hard

"@tabler/icons-react@npm:2.46.0":
version: 2.46.0
resolution: "@tabler/icons-react@npm:2.46.0"
"@tabler/icons-react@npm:2.47.0":
version: 2.47.0
resolution: "@tabler/icons-react@npm:2.47.0"
dependencies:
"@tabler/icons": "npm:2.46.0"
"@tabler/icons": "npm:2.47.0"
prop-types: "npm:^15.7.2"
peerDependencies:
react: ^16.5.1 || ^17.0.0 || ^18.0.0
checksum: e9097d9addd08b5df69e486593e61c5437f9055e882ff64e1d469fb42a267876345796af26113fa99986e13ff5d3275f6e5a8176b82b64631f5a87b080fb91cc
checksum: 8e3cb9ff71d443f31569176f8d10c55bfdc53d5a762c8133472b8729d8d135380161a7af2cba6ac22b1416030326cf363e33467f5e314933526d8efa34feb222
languageName: node
linkType: hard

"@tabler/icons@npm:2.46.0":
version: 2.46.0
resolution: "@tabler/icons@npm:2.46.0"
checksum: efcc8eb0ea5e7d2c6b024a4aa13971149a1224a01ce8580d270ebf69965e722ebc63597af4798be22b5e1750c468cb542e7ffdf455eca80fb189f6dc8af9cef8
"@tabler/icons@npm:2.47.0":
version: 2.47.0
resolution: "@tabler/icons@npm:2.47.0"
checksum: 1bf27e9c1fecdd6a80f8ff94e89c49890ae85ca0baf91fe3b28f9325a54a509281a5859beb0197f1833ba58a2af71c9ebaf025ad37f0e562d305982812d1de13
languageName: node
linkType: hard

Expand Down Expand Up @@ -8271,7 +8271,7 @@ __metadata:
"@sentry/vite-plugin": "npm:2.10.3"
"@swc-jotai/debug-label": "npm:0.1.0"
"@swc-jotai/react-refresh": "npm:0.1.0"
"@tabler/icons-react": "npm:2.46.0"
"@tabler/icons-react": "npm:2.47.0"
"@types/node": "npm:20.11.16"
"@types/react": "npm:18.2.48"
"@types/react-dom": "npm:18.2.18"
Expand Down Expand Up @@ -10306,7 +10306,7 @@ __metadata:
dependencies:
"@mantine/core": "npm:7.5.1"
"@mantine/hooks": "npm:7.5.1"
"@tabler/icons-react": "npm:2.46.0"
"@tabler/icons-react": "npm:2.47.0"
"@types/node": "npm:20.11.16"
"@types/react": "npm:18.2.48"
"@types/react-dom": "npm:18.2.18"
Expand Down
Loading