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",