Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SylarLong committed Mar 19, 2024
1 parent ef23b75 commit 69fea02
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-iztro",
"version": "1.3.1",
"version": "1.3.2",
"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",
Expand Down Expand Up @@ -67,8 +67,8 @@
},
"dependencies": {
"classnames": "^2.3.2",
"iztro": "2.3.1",
"iztro-hook": "1.2.13",
"iztro": "2.3.2",
"iztro-hook": "1.2.14",
"lunar-lite": "^0.1.2"
},
"resolutions": {
Expand Down
1 change: 1 addition & 0 deletions src/Izpalace/Izpalace.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
justify-self: flex-end;
gap: 3px;
white-space: nowrap;
text-align: right;
}
.iztro-palace-horo-star {
grid-area: horo;
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5761,17 +5761,17 @@ istanbul-reports@^3.1.4:
html-escaper "^2.0.0"
istanbul-lib-report "^3.0.0"

[email protected].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==
[email protected].14:
version "1.2.14"
resolved "https://registry.npmjs.org/iztro-hook/-/iztro-hook-1.2.14.tgz#d2b1b0c33e991cbae1e8573b1baab149bbf8b43d"
integrity sha512-OIpWmhMeszEGkDlCsPx6YuW9jc2Dtl3je19kL/LQ7m2EcQl0c2IhYjW9+qpbLkeR2VU8pwAVieiVjffGDUN+ow==
dependencies:
iztro "2.3.1"
iztro "2.3.2"

[email protected].1:
version "2.3.1"
resolved "https://registry.npmjs.org/iztro/-/iztro-2.3.1.tgz#c229d885796a4af5f965802cdce694c0489d8ee6"
integrity sha512-55slwr9WJ+9OrfoPxO77JWdnPZ2ARTTj8aQaU5noW48AJYMXzDHetAxiFBwsM6iC+V+ixCrtnSmSRgWqMkwgXw==
[email protected].2:
version "2.3.2"
resolved "https://registry.npmjs.org/iztro/-/iztro-2.3.2.tgz#33ee0517da715e8ef3406950dabdb2dbd1da1582"
integrity sha512-JIWD/BaSpPBaB/hqC6bWuRMeNE/wPPlZ1s0COdkV1NnCIg3SSwuWCDRyQPEiRKjJbXDu3c4jK3LZQONwLUf/UA==
dependencies:
dayjs "^1.11.10"
i18next "^23.5.1"
Expand Down

0 comments on commit 69fea02

Please sign in to comment.