From 5137c33e2a2c60285482a7d1c65a6fa4c4f7af97 Mon Sep 17 00:00:00 2001 From: yingying Date: Thu, 22 Aug 2024 10:03:49 +0800 Subject: [PATCH] chore: release thr lui --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- lui/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/package.json b/client/package.json index e2e13e4f..bf199f6c 100644 --- a/client/package.json +++ b/client/package.json @@ -39,7 +39,7 @@ "lottie-react": "^2.4.0", "next": "14.0.1", "openai": "^4.24.7", - "petercat-lui": "^0.1.19", + "petercat-lui": "^0.1.20", "postcss": "^8.4.41", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/client/yarn.lock b/client/yarn.lock index a8e08250..eaff9164 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -8504,10 +8504,10 @@ path-type@^4.0.0: resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== -petercat-lui@^0.1.19: - version "0.1.19" - resolved "https://registry.npmjs.org/petercat-lui/-/petercat-lui-0.1.19.tgz#4d910fb664107ea694fbdfeffdfc3060ba5172cc" - integrity sha512-8MMy1NarNcY/dwl2P5YbDNy1NdmYNRPOe0mJgkp0IQRnodV44KFNaLJ9HDyXxagRYylXPF/MGlGd00GYgX6bSg== +petercat-lui@^0.1.20: + version "0.1.20" + resolved "https://registry.npmjs.org/petercat-lui/-/petercat-lui-0.1.20.tgz#3b38a0f946ff78f189f4d443505f55bd60f3cd2f" + integrity sha512-vpq24RW5wWqgGIXplJ+3KbjfFLnCXFvO8f2cp5TytL4WAKwtl6KwUhz6f66ZSQmkw3NxGLxXTC7e194/83GP2A== dependencies: "@ant-design/icons" "^5.3.5" "@ant-design/pro-chat" "^1.9.0" diff --git a/lui/package.json b/lui/package.json index a7cac2da..0523b1a1 100644 --- a/lui/package.json +++ b/lui/package.json @@ -1,6 +1,6 @@ { "name": "petercat-lui", - "version": "0.1.19", + "version": "0.1.20", "description": "A react library developed with dumi", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts",