From 391db1c78a8ce1d9b964544b4e40ed5431655045 Mon Sep 17 00:00:00 2001 From: ZLY Date: Tue, 2 Sep 2025 11:34:44 +0800 Subject: [PATCH] =?UTF-8?q?build(dependencies):=20=E6=B7=BB=E5=8A=A0=20cro?= =?UTF-8?q?n-parser=20=E5=92=8C=20cronstrue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 package.json 中添加了 cron-parser 和 cronstrue 依赖 - 在 pnpm-lock.yaml 中记录了新增依赖的版本和元数据 --- package.json | 2 ++ pnpm-lock.yaml | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/package.json b/package.json index 844d720..3f43bfc 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,8 @@ "bizcharts": "^4.1.15", "classnames": "^2.3.1", "copy-to-clipboard": "^3.3.1", + "cron-parser": "^5.3.1", + "cronstrue": "^3.2.0", "dayjs": "^1.11.13", "echarts": "^6.0.0", "echarts-for-react": "^3.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e04f2d5..c52b612 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -44,6 +44,12 @@ importers: copy-to-clipboard: specifier: ^3.3.1 version: 3.3.3 + cron-parser: + specifier: ^5.3.1 + version: 5.3.1 + cronstrue: + specifier: ^3.2.0 + version: 3.2.0 dayjs: specifier: ^1.11.13 version: 1.11.13 @@ -1991,6 +1997,14 @@ packages: create-hmac@1.1.7: resolution: {integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==} + cron-parser@5.3.1: + resolution: {integrity: sha512-Mu5Jk1b4cUfY8u34+thI9TZxvQiuhaMBS2Ag84rOSoHlU33xtIPkXwr6lWuw3XPmxSxq317B+hl0o4J+LdhwNg==} + engines: {node: '>=18'} + + cronstrue@3.2.0: + resolution: {integrity: sha512-CqpqV5bCei+jmKyIw2Wihz+npXDuSkeExWCItEn5hlpD8+QFMXUU2YW5W3Vh/hFxWwzWhguoGXm5gl1os+L2Hw==} + hasBin: true + cross-spawn@7.0.6: resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} engines: {node: '>= 8'} @@ -3143,6 +3157,10 @@ packages: resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} engines: {node: '>=10'} + luxon@3.7.1: + resolution: {integrity: sha512-RkRWjA926cTvz5rAb1BqyWkKbbjzCGchDUIKMCUvNi17j6f6j8uHGDV82Aqcqtzd+icoYpELmG3ksgGiFNNcNg==} + engines: {node: '>=12'} + make-dir@2.1.0: resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} engines: {node: '>=6'} @@ -7322,6 +7340,12 @@ snapshots: safe-buffer: 5.2.1 sha.js: 2.4.12 + cron-parser@5.3.1: + dependencies: + luxon: 3.7.1 + + cronstrue@3.2.0: {} + cross-spawn@7.0.6: dependencies: path-key: 3.1.1 @@ -8581,6 +8605,8 @@ snapshots: dependencies: yallist: 4.0.0 + luxon@3.7.1: {} + make-dir@2.1.0: dependencies: pify: 4.0.1