From 5aa3e1b794e98d8727b72f34ac44c02c9788f740 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:42:05 +0000 Subject: [PATCH] fix(deps): update dependency @clerk/themes to v2 --- package-lock.json | 25 ++++++++++++------------- package.json | 2 +- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4106dee..03dc3c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/react": "3.6.2", "@astrojs/tailwind": "5.1.2", "@clerk/clerk-js": "5.26.5", - "@clerk/themes": "1.7.19", + "@clerk/themes": "2.1.45", "@hookform/resolvers": "3.9.0", "@radix-ui/react-avatar": "1.1.1", "@radix-ui/react-checkbox": "^1.0.4", @@ -835,29 +835,28 @@ } }, "node_modules/@clerk/themes": { - "version": "1.7.19", - "resolved": "https://registry.npmjs.org/@clerk/themes/-/themes-1.7.19.tgz", - "integrity": "sha512-hEEH4ygopXWQx4pBCU5yWvyMORg4LPby2Px7kvPZFx42TebTpw3Ku5dD3eLzHjgII21p+KwqBWWhnFnbzuG5kQ==", + "version": "2.1.45", + "resolved": "https://registry.npmjs.org/@clerk/themes/-/themes-2.1.45.tgz", + "integrity": "sha512-o8hb8ttQVdoTuAEpAGWDwbCzTvcJJNTAWI8wbJULvvy6FB0WhU62o0t0DX0VKGXe+nRs+qDmQ3bz1d5lahr2Xw==", + "license": "MIT", "dependencies": { - "@clerk/types": "3.65.4", + "@clerk/types": "4.34.0", "tslib": "2.4.1" }, "engines": { - "node": ">=14" - }, - "peerDependencies": { - "react": ">=16" + "node": ">=18.17.0" } }, "node_modules/@clerk/types": { - "version": "3.65.4", - "resolved": "https://registry.npmjs.org/@clerk/types/-/types-3.65.4.tgz", - "integrity": "sha512-sDNt7kp/rYVUF+wJvLPlH+YMm/iKgtARVmTZBU0rgXKPrEKJA1vdmT2UCe4geO1lgqHCi1lXTzm2O90NCWC9yA==", + "version": "4.34.0", + "resolved": "https://registry.npmjs.org/@clerk/types/-/types-4.34.0.tgz", + "integrity": "sha512-4ghDvf80/sFlpx5HnmIl3vW7SOqEaTDwyKAw64H/E2ahgGUMk+qLVpxnBumTpowq+bGjfMVwbneDQOhtmYidoQ==", + "license": "MIT", "dependencies": { "csstype": "3.1.1" }, "engines": { - "node": ">=14" + "node": ">=18.17.0" } }, "node_modules/@coinbase/wallet-sdk": { diff --git a/package.json b/package.json index 8f023a7..a9ae5ce 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@astrojs/react": "3.6.2", "@astrojs/tailwind": "5.1.2", "@clerk/clerk-js": "5.26.5", - "@clerk/themes": "1.7.19", + "@clerk/themes": "2.1.45", "@hookform/resolvers": "3.9.0", "@radix-ui/react-avatar": "1.1.1", "@radix-ui/react-checkbox": "^1.0.4",