From c0a8f3bdb7e4a10f5ec6bc5ebe81c24d187d502c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 18 Nov 2024 20:08:12 +0000 Subject: [PATCH] chore(deps): changeset for dependency update --- .changeset/dependencies-GH-2558.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .changeset/dependencies-GH-2558.md diff --git a/.changeset/dependencies-GH-2558.md b/.changeset/dependencies-GH-2558.md new file mode 100644 index 000000000..f26886917 --- /dev/null +++ b/.changeset/dependencies-GH-2558.md @@ -0,0 +1,30 @@ +--- +"@substrate/wallet-template": patch +--- + +chore(deps): bump the radix-ui group with 2 updates + +Bumps the radix-ui group with 2 updates: [@radix-ui/react-scroll-area](https://github.com/radix-ui/primitives) and [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives). + + +Updates `@radix-ui/react-scroll-area` from 1.2.0 to 1.2.1 +- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) +- [Commits](https://github.com/radix-ui/primitives/commits) + +Updates `@radix-ui/react-tooltip` from 1.1.3 to 1.1.4 +- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) +- [Commits](https://github.com/radix-ui/primitives/commits) + +--- +updated-dependencies: +- dependency-name: "@radix-ui/react-scroll-area" + dependency-type: direct:production + update-type: version-update:semver-patch + dependency-group: radix-ui +- dependency-name: "@radix-ui/react-tooltip" + dependency-type: direct:production + update-type: version-update:semver-patch + dependency-group: radix-ui +... + +Signed-off-by: dependabot[bot]