From 948a6e047a3580b7356210d1a8193474418df34e Mon Sep 17 00:00:00 2001 From: sakurayinfei <970412446@qq.com> Date: Tue, 15 Jul 2025 10:38:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0data-fns=E5=8C=85?= =?UTF-8?q?=E7=9A=84=E7=89=88=E6=9C=AC=E5=88=B03.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pnpm-lock.yaml | 28 ++++++---------------------- pnpm-workspace.yaml | 2 +- 2 files changed, 7 insertions(+), 23 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5ff266729..ba8d17d15 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,8 +39,8 @@ catalogs: version: 1.83.4 date: date-fns: - specifier: ^2.30.0 - version: 2.30.0 + specifier: 3.3.1 + version: 3.3.1 io: commander: specifier: ^13.1.0 @@ -254,7 +254,7 @@ importers: dependencies: date-fns: specifier: catalog:date - version: 2.30.0 + version: 3.3.1 vue: specifier: ^3.3.0 version: 3.5.13(typescript@5.8.2) @@ -377,10 +377,6 @@ packages: engines: {node: '>=6.0.0'} hasBin: true - '@babel/runtime@7.26.7': - resolution: {integrity: sha512-AOPI3D+a8dXnja+iwsUqGRjr1BbZIe771sXdapOtYI531gSqpi92vXivKcq2asu/DFpdl1ceFAKZyRzK2PCVcQ==} - engines: {node: '>=6.9.0'} - '@babel/types@7.28.0': resolution: {integrity: sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==} engines: {node: '>=6.9.0'} @@ -1304,9 +1300,8 @@ packages: csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - date-fns@2.30.0: - resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==} - engines: {node: '>=0.11'} + date-fns@3.3.1: + resolution: {integrity: sha512-y8e109LYGgoQDveiEBD3DYXKba1jWf5BA8YU1FL5Tvm0BTdEfy54WLCwnuYWZNnzzvALy/QQ4Hov+Q9RVRv+Zw==} de-indent@1.0.2: resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} @@ -2024,9 +2019,6 @@ packages: resolution: {integrity: sha512-YTUo+Flmw4ZXiWfQKGcwwc11KnoRAYgzAE2E7mXKCjSviTKShtxBsN6YUUBB2gtaBzKzeKunxhUwNHQuRryhWA==} engines: {node: '>= 4'} - regenerator-runtime@0.14.1: - resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} - require-from-string@2.0.2: resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} engines: {node: '>=0.10.0'} @@ -2578,10 +2570,6 @@ snapshots: dependencies: '@babel/types': 7.28.0 - '@babel/runtime@7.26.7': - dependencies: - regenerator-runtime: 0.14.1 - '@babel/types@7.28.0': dependencies: '@babel/helper-string-parser': 7.27.1 @@ -3471,9 +3459,7 @@ snapshots: csstype@3.1.3: {} - date-fns@2.30.0: - dependencies: - '@babel/runtime': 7.26.7 + date-fns@3.3.1: {} de-indent@1.0.2: {} @@ -4238,8 +4224,6 @@ snapshots: tiny-invariant: 1.3.3 tslib: 2.8.1 - regenerator-runtime@0.14.1: {} - require-from-string@2.0.2: {} resolve-from@4.0.0: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index d91d9927b..a240e3096 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -62,7 +62,7 @@ catalogs: # 日期处理 date: - "date-fns": "^2.30.0" + "date-fns": "3.3.1" # 其余工具 utils: -- Gitee