Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SylarLong committed Dec 25, 2023
1 parent f598727 commit 09dcebd
Show file tree
Hide file tree
Showing 4 changed files with 16 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.2.3",
"version": "1.2.4",
"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.2.0",
"iztro-hook": "^1.2.8",
"iztro": "2.2.1",
"iztro-hook": "1.2.9",
"lunar-lite": "^0.0.3"
},
"resolutions": {
Expand Down
2 changes: 2 additions & 0 deletions src/Izpalace/Izpalace.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
}
.iztro-palace-name {
cursor: pointer;
text-wrap: nowrap;
}
.iztro-palace-gz {
text-align: right;
Expand All @@ -104,6 +105,7 @@
.iztro-palace-gz span {
display: inline-block;
padding: 0 1px;
text-wrap: nowrap;
}
.iztro-palace-dynamic-name {
text-align: center;
Expand Down
2 changes: 2 additions & 0 deletions src/theme/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
.iztro-palace-rgt24 {
font-size: var(--iztro-star-font-size-small);
font-weight: normal;
text-wrap: nowrap;
}

.iztro-palace-scope-age,
Expand All @@ -49,6 +50,7 @@
}
.iztro-palace-rgt24 {
color: var(--iztro-color-decorator-2);
text-wrap: nowrap;
}

.iztro-star-major,
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"

iztro-hook@^1.2.8:
version "1.2.8"
resolved "https://registry.npmjs.org/iztro-hook/-/iztro-hook-1.2.8.tgz#e74d6de5fb60323bc21abac577f3c1330cda7116"
integrity sha512-m7UZd/B4KhuaepsOWwvbMDMozlVggKaxacknJHE+NYbgqo5FeIA74NWRPYH62wNYJm5n8dvl22trgDj+Lso7uA==
[email protected].9:
version "1.2.9"
resolved "https://registry.npmjs.org/iztro-hook/-/iztro-hook-1.2.9.tgz#d2402ff14b293668db7f17655520d35d399d9f07"
integrity sha512-rs9RGXTXoFtoJJoh4WnQCVDI7I1t6l3D6U+GU0358AcxakVrbVAHyw0HboMd2HVs7Uxg3g3zHQoLHttGwU9+RQ==
dependencies:
iztro "2.2.0"
iztro "2.2.1"

[email protected].0, iztro@^2.2.0:
version "2.2.0"
resolved "https://registry.npmjs.org/iztro/-/iztro-2.2.0.tgz#9529b138c9f727c4ea17dbc4404091571f05e927"
integrity sha512-YnCtzhzKQoZwHRhPAUzP9ooU2mcQkvliQ6e5TwvKrzz4ooec3jaH5O4KqyqOpsLFcMTySgSt2WYmt3e9usgmYA==
[email protected].1:
version "2.2.1"
resolved "https://registry.npmjs.org/iztro/-/iztro-2.2.1.tgz#a3aa9d4bae133c615d9d8ef5bcea4ba8e7d4260d"
integrity sha512-9ODRwH/LSwq58GblZsa+eP0nEow4Lx9zupyPR7GT61wWMZSS6DZ7/o6bDlSFpm9WUG11QDoIyacgDeZT39B1cw==
dependencies:
dayjs "^1.11.10"
i18next "^23.5.1"
Expand Down

0 comments on commit 09dcebd

Please sign in to comment.