From ef23b750b94533a69f97771a0246ab2a4d6528ae Mon Sep 17 00:00:00 2001 From: Sylar Date: Mon, 11 Mar 2024 23:50:55 +0800 Subject: [PATCH] chore: upgrade dependencies --- package.json | 6 +++--- src/Izpalace/Izpalace.css | 2 +- yarn.lock | 18 +++++++++--------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index fa1f80e..ba7a982 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-iztro", - "version": "1.3.0", + "version": "1.3.1", "description": "基于iztro实现的react紫微斗数星盘组件。A react component used to generate an astrolabe of ziweidoushu based on iztro.", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -67,8 +67,8 @@ }, "dependencies": { "classnames": "^2.3.2", - "iztro": "2.3.0", - "iztro-hook": "1.2.12", + "iztro": "2.3.1", + "iztro-hook": "1.2.13", "lunar-lite": "^0.1.2" }, "resolutions": { diff --git a/src/Izpalace/Izpalace.css b/src/Izpalace/Izpalace.css index 51e55db..1fa269b 100644 --- a/src/Izpalace/Izpalace.css +++ b/src/Izpalace/Izpalace.css @@ -111,7 +111,7 @@ z-index: 2; border-radius: 0 4px 4px 0; font-weight: normal !important; - margin-top: 2px; + bottom: 0; } .iztro-palace-gz { text-align: right; diff --git a/yarn.lock b/yarn.lock index c337b5c..ce34a9f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5761,17 +5761,17 @@ istanbul-reports@^3.1.4: html-escaper "^2.0.0" istanbul-lib-report "^3.0.0" -iztro-hook@1.2.12: - version "1.2.12" - resolved "https://registry.npmjs.org/iztro-hook/-/iztro-hook-1.2.12.tgz#8042851275d9d08228537c1d0079bdc2b5f86fe7" - integrity sha512-tZAFK3H5GnDTVuaR0bnfAzQBjLsenKfc2cxx5A00TNSgq84wEwxNrsTGpGSodbfVXo5kn4e2aU2hNxuWm8pcew== +iztro-hook@1.2.13: + version "1.2.13" + resolved "https://registry.npmjs.org/iztro-hook/-/iztro-hook-1.2.13.tgz#82a3891e781dfbb393266a93483fb71d09251bb2" + integrity sha512-GHBAoGCaGwgEq6eadA2zRP/ZjxU8iaN5SpSTK+uhymCETWeW+NdI0GkO1fcDbYqyDR1nX9WF/MyB9ypQPDEGTQ== dependencies: - iztro "2.3.0" + iztro "2.3.1" -iztro@2.3.0: - version "2.3.0" - resolved "https://registry.npmjs.org/iztro/-/iztro-2.3.0.tgz#21dab74fc647b913c3f9d5b2117fa680e561ce51" - integrity sha512-vs+bqSbqBYDZWKUO0GXop1WRltkrqVbjnvpNCmzisAT/iGLgXnbiIQHmZ0M19a5hFbhBswxvSHuBU0PTf8F73g== +iztro@2.3.1: + version "2.3.1" + resolved "https://registry.npmjs.org/iztro/-/iztro-2.3.1.tgz#c229d885796a4af5f965802cdce694c0489d8ee6" + integrity sha512-55slwr9WJ+9OrfoPxO77JWdnPZ2ARTTj8aQaU5noW48AJYMXzDHetAxiFBwsM6iC+V+ixCrtnSmSRgWqMkwgXw== dependencies: dayjs "^1.11.10" i18next "^23.5.1"