fix(deps): update dependency @heroicons/react to v2.2.0 (#92)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-03 09:27:18 +01:00 committed by GitHub
parent 7440d3028e
commit 1767ff0c8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -701,11 +701,12 @@
}
},
"node_modules/@heroicons/react": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.1.5.tgz",
"integrity": "sha512-FuzFN+BsHa+7OxbvAERtgBTNeZpUjgM/MIizfVkSCL2/edriN0Hx/DWRCR//aPYwO5QX/YlgLGXk+E3PcfZwjA==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.2.0.tgz",
"integrity": "sha512-LMcepvRaS9LYHJGsF0zzmgKCUim/X3N/DQKc4jepAXJ7l8QxJ1PmxJzqplF2Z3FE4PqBAIGyJAQ/w4B5dsqbtQ==",
"license": "MIT",
"peerDependencies": {
"react": ">= 16"
"react": ">= 16 || ^19.0.0-rc"
}
},
"node_modules/@humanwhocodes/module-importer": {