Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SylarLong committed Mar 11, 2024
1 parent 8c70fb4 commit ef23b75
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 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.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",
Expand Down Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/Izpalace/Izpalace.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
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].12:
version "1.2.12"
resolved "https://registry.npmjs.org/iztro-hook/-/iztro-hook-1.2.12.tgz#8042851275d9d08228537c1d0079bdc2b5f86fe7"
integrity sha512-tZAFK3H5GnDTVuaR0bnfAzQBjLsenKfc2cxx5A00TNSgq84wEwxNrsTGpGSodbfVXo5kn4e2aU2hNxuWm8pcew==
[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==
dependencies:
iztro "2.3.0"
iztro "2.3.1"

[email protected].0:
version "2.3.0"
resolved "https://registry.npmjs.org/iztro/-/iztro-2.3.0.tgz#21dab74fc647b913c3f9d5b2117fa680e561ce51"
integrity sha512-vs+bqSbqBYDZWKUO0GXop1WRltkrqVbjnvpNCmzisAT/iGLgXnbiIQHmZ0M19a5hFbhBswxvSHuBU0PTf8F73g==
[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==
dependencies:
dayjs "^1.11.10"
i18next "^23.5.1"
Expand Down

0 comments on commit ef23b75

Please sign in to comment.