diff --git a/package-lock.json b/package-lock.json index 8f80bde0..21344f64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@apollo/client": "^3.11.8", "@apollo/react-testing": "^4.0.0", "@headlessui/react": "^2.2.0", - "@heroicons/react": "^2.1.5", + "@heroicons/react": "^2.2.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", @@ -2651,11 +2651,11 @@ } }, "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==", "peerDependencies": { - "react": ">= 16" + "react": ">= 16 || ^19.0.0-rc" } }, "node_modules/@humanwhocodes/config-array": { diff --git a/package.json b/package.json index f8bfe2e7..d3df3989 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@apollo/client": "^3.11.8", "@apollo/react-testing": "^4.0.0", "@headlessui/react": "^2.2.0", - "@heroicons/react": "^2.1.5", + "@heroicons/react": "^2.2.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 669df0ea..a4be1e36 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ dependencies: specifier: ^2.2.0 version: 2.2.0(react-dom@18.3.1)(react@18.3.1) '@heroicons/react': - specifier: ^2.1.5 - version: 2.1.5(react@18.3.1) + specifier: ^2.2.0 + version: 2.2.0(react@18.3.1) '@testing-library/jest-dom': specifier: ^6.6.3 version: 6.6.3 @@ -1954,10 +1954,10 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: false - /@heroicons/react@2.1.5(react@18.3.1): - resolution: {integrity: sha512-FuzFN+BsHa+7OxbvAERtgBTNeZpUjgM/MIizfVkSCL2/edriN0Hx/DWRCR//aPYwO5QX/YlgLGXk+E3PcfZwjA==} + /@heroicons/react@2.2.0(react@18.3.1): + resolution: {integrity: sha512-LMcepvRaS9LYHJGsF0zzmgKCUim/X3N/DQKc4jepAXJ7l8QxJ1PmxJzqplF2Z3FE4PqBAIGyJAQ/w4B5dsqbtQ==} peerDependencies: - react: '>= 16' + react: '>= 16 || ^19.0.0-rc' dependencies: react: 18.3.1 dev: false