From 7fdebb45c0fae1a02219c5d91693eb8cf6d401be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 09:48:48 +0000 Subject: [PATCH] Bump @heroicons/react from 1.0.6 to 2.2.0 Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 1.0.6 to 2.2.0. - [Release notes](https://github.com/tailwindlabs/heroicons/releases) - [Changelog](https://github.com/tailwindlabs/heroicons/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/heroicons/compare/v1.0.6...v2.2.0) --- updated-dependencies: - dependency-name: "@heroicons/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b055500..e0ba567 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@deskpro/app-sdk": "5.1.1", "@deskpro/deskpro-ui": "^8.2.0", "@fortawesome/free-solid-svg-icons": "^6.7.2", - "@heroicons/react": "1.0.6", + "@heroicons/react": "2.2.0", "@hookform/resolvers": "^3.9.1", "@tanstack/react-query": "^4.36.1", "date-fns": "^2.30.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e1f00ec..e2fcb5e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^6.7.2 version: 6.7.2 '@heroicons/react': - specifier: 1.0.6 - version: 1.0.6(react@18.3.1) + specifier: 2.2.0 + version: 2.2.0(react@18.3.1) '@hookform/resolvers': specifier: ^3.9.1 version: 3.9.1(react-hook-form@7.54.2(react@18.3.1)) @@ -653,6 +653,11 @@ packages: peerDependencies: react: '>= 16' + '@heroicons/react@2.2.0': + resolution: {integrity: sha512-LMcepvRaS9LYHJGsF0zzmgKCUim/X3N/DQKc4jepAXJ7l8QxJ1PmxJzqplF2Z3FE4PqBAIGyJAQ/w4B5dsqbtQ==} + peerDependencies: + react: '>= 16 || ^19.0.0-rc' + '@hookform/resolvers@3.9.1': resolution: {integrity: sha512-ud2HqmGBM0P0IABqoskKWI6PEf6ZDDBZkFqe2Vnl+mTHCEHzr3ISjjZyCwTjC/qpL25JC9aIDkloQejvMeq0ug==} peerDependencies: @@ -3847,6 +3852,10 @@ snapshots: dependencies: react: 18.3.1 + '@heroicons/react@2.2.0(react@18.3.1)': + dependencies: + react: 18.3.1 + '@hookform/resolvers@3.9.1(react-hook-form@7.54.2(react@18.3.1))': dependencies: react-hook-form: 7.54.2(react@18.3.1)