Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SylarLong committed Nov 10, 2024
1 parent 6050f0f commit 4d5c258
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iztro-hook",
"version": "1.2.18",
"version": "1.2.19",
"description": "A hook of iztro。紫微斗数开源库iztro的react钩子函数。",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://docs.iztro.com",
"dependencies": {
"iztro": "2.4.3"
"iztro": "^2.4.4"
},
"devDependencies": {
"@testing-library/react-hooks": "^8.0.1",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2222,14 +2222,14 @@ istanbul-reports@^3.1.3:
html-escaper "^2.0.0"
istanbul-lib-report "^3.0.0"

iztro@2.4.2:
version "2.4.2"
resolved "https://registry.npmjs.org/iztro/-/iztro-2.4.2.tgz#abec1d46680e3716b71455a1ecb0f560ad918df6"
integrity sha512-5H5xmF7PcQV4C2Q4oiAcsCfGEfsLz+x97WBpFjyloHnD39aYo7TAGcyhFjkVo3pBn3UzAyOGVQJLGLVEcfZIlA==
iztro@^2.4.4:
version "2.4.4"
resolved "https://registry.npmjs.org/iztro/-/iztro-2.4.4.tgz#f4f9563a7ceb748eb74eb5822fd68c406cd5582d"
integrity sha512-73K6Bb2It9BrciKi7KPcnGlHUUU5BjVOJe/zVmVwUENtTu32wnd/zY7FcPPVwXcZxUVbPxZRdhAV795mlQmrmg==
dependencies:
dayjs "^1.11.10"
i18next "^23.5.1"
lunar-lite "^0.2.0"
lunar-lite "^0.2.3"

jest-changed-files@^29.7.0:
version "29.7.0"
Expand Down Expand Up @@ -2721,17 +2721,17 @@ lru-cache@^6.0.0:
dependencies:
yallist "^4.0.0"

lunar-lite@^0.2.0:
version "0.2.0"
resolved "https://registry.npmjs.org/lunar-lite/-/lunar-lite-0.2.0.tgz#12214860bb753b0840aaf553ae3754b4c4998af1"
integrity sha512-Dskql5YCpd6xjtXj3Rl61A1qxT0zaPdold/tM/n6m0r7bfZ6FfEFom7zzKPJMuD0XUNji5C/ItuaMR+LAjqAVQ==
lunar-lite@^0.2.3:
version "0.2.3"
resolved "https://registry.npmjs.org/lunar-lite/-/lunar-lite-0.2.3.tgz#415274503dae18880ea0ad7db2c517468c89681a"
integrity sha512-sI8BMt3Q9RFvRJSKOdrutxRVc+REVmo709aeUKlAJFOg04+/PS9z/wORDVLJzo+fgBE7cdiIKGbNk1yU6emepg==
dependencies:
lunar-typescript "^1.7.3"
lunar-typescript "^1.7.5"

lunar-typescript@^1.7.3:
version "1.7.3"
resolved "https://registry.npmjs.org/lunar-typescript/-/lunar-typescript-1.7.3.tgz#841d997687a0145a1fe9f65db735675f66d06660"
integrity sha512-VXMdgh2Psrn3vtfrai4lPug3Mt7ijYGVTICDARA8tLzqGv3Io/OvS23wxzFi/AbSzxt93u2wWhgv3VGKPSbUgQ==
lunar-typescript@^1.7.5:
version "1.7.5"
resolved "https://registry.npmjs.org/lunar-typescript/-/lunar-typescript-1.7.5.tgz#8a407f9db10aaf896f1477564dbfef741463e245"
integrity sha512-AlOwYrxHRCR9Plba5TlZY0NVv6aFobmR1gxfiAE1KxjDzBXoDtT2KrsBYCVaErGokiL8qLMS1FNwGPiPRX2a4g==

make-dir@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 4d5c258

Please sign in to comment.