From 5c102fe6613dd676a43fd13d14e6c7f9a36f0307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 08:26:46 +0000 Subject: [PATCH] chore(deps): bump @tabler/icons-react from 2.47.0 to 3.3.0 Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 2.47.0 to 3.3.0. - [Release notes](https://github.com/tabler/tabler-icons/releases) - [Commits](https://github.com/tabler/tabler-icons/commits/v3.3.0/packages/icons-react) --- updated-dependencies: - dependency-name: "@tabler/icons-react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 17 ++++++++--------- services/manage/package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b9d845b..a819fd2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -203,8 +203,8 @@ importers: specifier: ^7.5.3 version: 7.5.3(react@18.2.0) '@tabler/icons-react': - specifier: ^2.47.0 - version: 2.47.0(react@18.2.0) + specifier: ^3.3.0 + version: 3.3.0(react@18.2.0) '@testing-library/jest-dom': specifier: ^6.4.2 version: 6.4.2(jest@27.5.1) @@ -3516,18 +3516,17 @@ packages: dependencies: defer-to-connect: 2.0.1 - /@tabler/icons-react@2.47.0(react@18.2.0): - resolution: {integrity: sha512-iqly2FvCF/qUbgmvS8E40rVeYY7laltc5GUjRxQj59DuX0x/6CpKHTXt86YlI2whg4czvd/c8Ce8YR08uEku0g==} + /@tabler/icons-react@3.3.0(react@18.2.0): + resolution: {integrity: sha512-Qn1Po+0gErh1zCWlaOdoVoGqeonWfSuiboYgwZBs6PIJNsj7yr3bIa4BkHmgJgtlXLT9LvCzt/RvwlgjxLfjjg==} peerDependencies: - react: ^16.5.1 || ^17.0.0 || ^18.0.0 + react: '>= 16' dependencies: - '@tabler/icons': 2.47.0 - prop-types: 15.8.1 + '@tabler/icons': 3.3.0 react: 18.2.0 dev: false - /@tabler/icons@2.47.0: - resolution: {integrity: sha512-4w5evLh+7FUUiA1GucvGj2ReX2TvOjEr4ejXdwL/bsjoSkof6r1gQmzqI+VHrE2CpJpB3al7bCTulOkFa/RcyA==} + /@tabler/icons@3.3.0: + resolution: {integrity: sha512-PLVe9d7b59sKytbx00KgeGhQG3N176Ezv8YMmsnSz4s0ifDzMWlp/h2wEfQZ0ZNe8e377GY2OW6kovUe3Rnd0g==} dev: false /@testing-library/dom@9.3.4: diff --git a/services/manage/package.json b/services/manage/package.json index 6dd83ec..1755fbd 100644 --- a/services/manage/package.json +++ b/services/manage/package.json @@ -9,7 +9,7 @@ "@mantine/dates": "^7.5.3", "@mantine/form": "^7.5.3", "@mantine/hooks": "^7.5.3", - "@tabler/icons-react": "^2.47.0", + "@tabler/icons-react": "^3.3.0", "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^14.2.1", "@testing-library/user-event": "^14.5.2",