From 6531f70d1a631dcfc34cf360513bae4e85321c72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 20:22:12 +0800 Subject: [PATCH] bump(deps): update dependency @heroicons/react to ^2.1.3 (#219) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@heroicons/react](https://togithub.com/tailwindlabs/heroicons) | [`^2.1.1` -> `^2.1.3`](https://renovatebot.com/diffs/npm/@heroicons%2freact/2.1.1/2.1.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@heroicons%2freact/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@heroicons%2freact/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@heroicons%2freact/2.1.1/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@heroicons%2freact/2.1.1/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
tailwindlabs/heroicons (@​heroicons/react) ### [`v2.1.3`](https://togithub.com/tailwindlabs/heroicons/blob/HEAD/CHANGELOG.md#213---2024-03-22) [Compare Source](https://togithub.com/tailwindlabs/heroicons/compare/v2.1.2...v2.1.3) - Improve project READMEs ([#​1152](https://togithub.com/tailwindlabs/heroicons/pull/1152)) ### [`v2.1.2`](https://togithub.com/tailwindlabs/heroicons/releases/tag/v2.1.2) [Compare Source](https://togithub.com/tailwindlabs/heroicons/compare/v2.1.1...v2.1.2) - Include license file with published packages ([#​1151](https://togithub.com/tailwindlabs/heroicons/pull/1151))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/fuxingloh/crypto-frontmatter). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7087cf6cc..22fdb6cc8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -364,8 +364,8 @@ importers: specifier: workspace:* version: link:../packages/tip474-728126428 '@heroicons/react': - specifier: ^2.1.1 - version: 2.1.1(react@18.2.0) + specifier: ^2.1.3 + version: 2.1.3(react@18.2.0) '@vercel/analytics': specifier: ^1.2.2 version: 1.2.2(next@14.1.4)(react@18.2.0) @@ -947,8 +947,8 @@ packages: resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /@heroicons/react@2.1.1(react@18.2.0): - resolution: {integrity: sha512-JyyN9Lo66kirbCMuMMRPtJxtKJoIsXKS569ebHGGRKbl8s4CtUfLnyKJxteA+vIKySocO4s1SkTkGS4xtG/yEA==} + /@heroicons/react@2.1.3(react@18.2.0): + resolution: {integrity: sha512-fEcPfo4oN345SoqdlCDdSa4ivjaKbk0jTd+oubcgNxnNgAfzysfwWfQUr+51wigiWHQQRiZNd1Ao0M5Y3M2EGg==} peerDependencies: react: '>= 16' dependencies: diff --git a/website/package.json b/website/package.json index de8bc0554..7f55ed10c 100644 --- a/website/package.json +++ b/website/package.json @@ -40,7 +40,7 @@ "@crypto-frontmatter/solana-5eykt4usfv8p8njdtrepy1vzqkqzkvdp": "workspace:*", "@crypto-frontmatter/tip474-2494104990": "workspace:*", "@crypto-frontmatter/tip474-728126428": "workspace:*", - "@heroicons/react": "^2.1.1", + "@heroicons/react": "^2.1.3", "@vercel/analytics": "^1.2.2", "clsx": "^2.1.0", "crypto-frontmatter": "workspace:*",