From 5a2439a281d0c29fb2b76b01e96dc2ce172fb60c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 02:01:35 +0000 Subject: [PATCH] fix(deps): update dependency @heroicons/react to v2 --- services/ui/package-lock.json | 14 +++++++------- services/ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/services/ui/package-lock.json b/services/ui/package-lock.json index fa02cf39e..aa8e57e15 100644 --- a/services/ui/package-lock.json +++ b/services/ui/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@headlessui/react": "1.7.2", - "@heroicons/react": "1.0.6", + "@heroicons/react": "2.0.11", "@icons-pack/react-simple-icons": "5.7.0", "@popperjs/core": "2.11.6", "@tailwindcss/forms": "0.5.3", @@ -2145,9 +2145,9 @@ } }, "node_modules/@heroicons/react": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-1.0.6.tgz", - "integrity": "sha512-JJCXydOFWMDpCP4q13iEplA503MQO3xLoZiKum+955ZCtHINWnx26CUxVxxFQu/uLb4LW3ge15ZpzIkXKkJ8oQ==", + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.11.tgz", + "integrity": "sha512-bASjOgSSaYj8HqXWsOqaBiB6ZLalE/g90WYGgZ5lPm4KCCG7wPXntY4kzHf5NrLh6UBAcnPwvbiw1Ne9GYfJtw==", "peerDependencies": { "react": ">= 16" } @@ -17402,9 +17402,9 @@ "requires": {} }, "@heroicons/react": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-1.0.6.tgz", - "integrity": "sha512-JJCXydOFWMDpCP4q13iEplA503MQO3xLoZiKum+955ZCtHINWnx26CUxVxxFQu/uLb4LW3ge15ZpzIkXKkJ8oQ==", + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.11.tgz", + "integrity": "sha512-bASjOgSSaYj8HqXWsOqaBiB6ZLalE/g90WYGgZ5lPm4KCCG7wPXntY4kzHf5NrLh6UBAcnPwvbiw1Ne9GYfJtw==", "requires": {} }, "@humanwhocodes/config-array": { diff --git a/services/ui/package.json b/services/ui/package.json index 362b86c86..9c303dd90 100644 --- a/services/ui/package.json +++ b/services/ui/package.json @@ -6,7 +6,7 @@ "proxy": "http://localhost:8080", "dependencies": { "@headlessui/react": "1.7.2", - "@heroicons/react": "1.0.6", + "@heroicons/react": "2.0.11", "@icons-pack/react-simple-icons": "5.7.0", "@popperjs/core": "2.11.6", "@tailwindcss/forms": "0.5.3",