From 1758da12e9aafe2fbee3a2786120638b7f33c636 Mon Sep 17 00:00:00 2001 From: satnaing Date: Thu, 18 Apr 2024 16:24:02 +0700 Subject: [PATCH] build(deps): bump tabler icon from 2.46.0 to 3.2.0 --- package.json | 2 +- pnpm-lock.yaml | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index b74bb707..3a4c33bf 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@radix-ui/react-tabs": "^1.0.4", "@radix-ui/react-toast": "^1.1.5", "@radix-ui/react-tooltip": "^1.0.7", - "@tabler/icons-react": "^2.46.0", + "@tabler/icons-react": "^3.2.0", "@tanstack/react-table": "^8.16.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 02f24f5c..1744bd64 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -57,8 +57,8 @@ dependencies: specifier: ^1.0.7 version: 1.0.7(@types/react-dom@18.2.25)(@types/react@18.2.79)(react-dom@18.2.0)(react@18.2.0) '@tabler/icons-react': - specifier: ^2.46.0 - version: 2.46.0(react@18.2.0) + specifier: ^3.2.0 + version: 3.2.0(react@18.2.0) '@tanstack/react-table': specifier: ^8.16.0 version: 8.16.0(react-dom@18.2.0)(react@18.2.0) @@ -1881,18 +1881,17 @@ packages: resolution: {integrity: sha512-myfUej5naTBWnqOCc/MdVOLVjXUXtIA+NpDrDBKJtLLg2shUjBu3cZmB/85RyitKc55+lUUyl7oRfLOvkr2hsw==} dev: true - /@tabler/icons-react@2.46.0(react@18.2.0): - resolution: {integrity: sha512-X8MRxuslIOFqMjAo+GvUZDpjlOwNYNJTuOsHXf/NBvVI6ygqUf0FUNsDLLA5fQ6k6KtRwxMlgGB+eR8ZG1UP0g==} + /@tabler/icons-react@3.2.0(react@18.2.0): + resolution: {integrity: sha512-b1mZT1XpZrzvbM+eFe1YbYbxkzgJ18tM4knZKqXh0gnHDZ6XVLIH3TzJZ3HZ7PTkUqZLZ7XcGae3qQVGburlBw==} peerDependencies: - react: ^16.5.1 || ^17.0.0 || ^18.0.0 + react: '>= 16' dependencies: - '@tabler/icons': 2.46.0 - prop-types: 15.8.1 + '@tabler/icons': 3.2.0 react: 18.2.0 dev: false - /@tabler/icons@2.46.0: - resolution: {integrity: sha512-Q5G8Pj5IO+Uhc6pszpu5/hGYY018JwEzzvmuqr+gKJtfIvAHA3umpwUilMRLEy89p+WCP+YsDhicMhfBCCv1qA==} + /@tabler/icons@3.2.0: + resolution: {integrity: sha512-h8GQ2rtxgiSjltrVz4vcopAxTPSpUSUi5nBfJ09H3Bk4fJk6wZ/dVUjzhv/BHfDwGTkAxZBiYe/Q/T95cPeg5Q==} dev: false /@tanstack/react-table@8.16.0(react-dom@18.2.0)(react@18.2.0):