From d6c90c86eb7e5a1012766f3a26d834a2de5d0832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 02:27:54 +0000 Subject: [PATCH] chore(deps): Bump @radix-ui/themes from 2.0.2 to 2.0.3 Bumps [@radix-ui/themes](https://github.com/radix-ui/themes) from 2.0.2 to 2.0.3. - [Commits](https://github.com/radix-ui/themes/commits) --- updated-dependencies: - dependency-name: "@radix-ui/themes" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 198e4e1..c660091 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@radix-ui/react-separator": "^1.0.3", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-toast": "^1.1.5", - "@radix-ui/themes": "^2.0.2", + "@radix-ui/themes": "^2.0.3", "@t3-oss/env-nextjs": "^0.7.0", "@tanstack/react-query": "^4.32.6", "@tanstack/react-table": "^8.10.7", @@ -1850,9 +1850,9 @@ } }, "node_modules/@radix-ui/themes": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@radix-ui/themes/-/themes-2.0.2.tgz", - "integrity": "sha512-9NaIp3HkoSkyCGAnJ21PL8yuazcV2q/q3wVNJ7jU00qZfzeybYREpoik11tMRA0+DWttQhSUy1ZqD8u6YqsbkQ==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@radix-ui/themes/-/themes-2.0.3.tgz", + "integrity": "sha512-yaXQ8aWT2P1CQ0Xe6YCRD9HXsfMTvKkrIYkrc4aitCzhGTLS0sjtTqKmrxIWMVA+3DIbEuG9K/8aAMRJBhep8g==", "dependencies": { "@radix-ui/colors": "^3.0.0", "@radix-ui/primitive": "^1.0.1", diff --git a/package.json b/package.json index f03e4a3..47e1d9e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@radix-ui/react-separator": "^1.0.3", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-toast": "^1.1.5", - "@radix-ui/themes": "^2.0.2", + "@radix-ui/themes": "^2.0.3", "@t3-oss/env-nextjs": "^0.7.0", "@tanstack/react-query": "^4.32.6", "@tanstack/react-table": "^8.10.7",