From 4bbe4c868b8f5f62896556c1c67ae311b448b0b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 10:04:31 +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 5bc669e..8621499 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@deskpro/app-sdk": "^5.1.1", "@deskpro/deskpro-ui": "^8.2.0", - "@heroicons/react": "1.0.6", + "@heroicons/react": "2.2.0", "@hookform/resolvers": "^3.9.1", "@tanstack/react-query": "^4.36.1", "polished": "^4.3.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 045e128..7288c9e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^8.2.0 version: 8.2.0(@types/web@0.0.86)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.14(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@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)) @@ -592,6 +592,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: @@ -3683,6 +3688,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)