From 6037fa578bcf4d80a90e9277ec51f27bfdddc5ec Mon Sep 17 00:00:00 2001 From: jp calvo Date: Wed, 22 May 2024 11:12:21 +0800 Subject: [PATCH] bump colors dep --- pnpm-lock.yaml | 10 +++++----- website/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f7eb6594..540346ef 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -138,8 +138,8 @@ importers: specifier: 2.2.3 version: 2.2.3(@internationalized/date@3.5.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@untitled-theme/colors': - specifier: 0.1.0 - version: 0.1.0 + specifier: 0.2.0 + version: 0.2.0 '@untitled-theme/icons-react': specifier: 0.9.0 version: 0.9.0(@types/react@18.3.2)(react@18.3.1) @@ -1151,8 +1151,8 @@ packages: '@ungap/structured-clone@1.2.0': resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - '@untitled-theme/colors@0.1.0': - resolution: {integrity: sha512-In9q993z5Ys7dGpfCBzeJYs8HRj9JLI3CHV889gNtn8HTwjK984cOCjW1Zav1xKrnaJOV1ghD/9Ox8yz0fapIg==} + '@untitled-theme/colors@0.2.0': + resolution: {integrity: sha512-5NSFPYNRbfmPZw6F/RXKAkvl238cXPMw6ZtNDpuciNcTTXh7xCxVq+iqyiFr+INlFlB5t3LHC9M2TQeNMxMObA==} '@untitled-theme/icons-react@0.9.0': resolution: {integrity: sha512-BS2imNBmh2t8+xu7nhNXG7g4/sTkb3YBwL7uYSq9+6LGXyyncS2BSU9bxnLIEqqVovKwwGxXwyTm/c36Q5G6DQ==} @@ -4964,7 +4964,7 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@untitled-theme/colors@0.1.0': {} + '@untitled-theme/colors@0.2.0': {} '@untitled-theme/icons-react@0.9.0(@types/react@18.3.2)(react@18.3.1)': dependencies: diff --git a/website/package.json b/website/package.json index 8e73188f..9511f4bf 100644 --- a/website/package.json +++ b/website/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@ark-ui/react": "2.2.3", - "@untitled-theme/colors": "0.1.0", + "@untitled-theme/colors": "0.2.0", "@untitled-theme/icons-react": "0.9.0", "geist": "1.3.0", "next": "14.2.3",