diff --git a/apps/eo_web/package.json b/apps/eo_web/package.json index 46d0b611..f227019c 100644 --- a/apps/eo_web/package.json +++ b/apps/eo_web/package.json @@ -23,7 +23,7 @@ "@tanstack/react-query-devtools": "^4.29.3", "autoprefixer": "^10.4.14", "axios": "^1.3.5", - "date-fns": "^2.29.3", + "date-fns": "^3.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-multi-date-picker": "^3.3.4", diff --git a/packages/ui/package.json b/packages/ui/package.json index 085a4fd1..1ef188d4 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -14,7 +14,7 @@ "@eo/tailwind-config": "*", "@headlessui/react": "^1.7.13", "@heroicons/react": "^2.0.12", - "date-fns": "^2.29.3", + "date-fns": "^3.6.0", "lodash": "^4.17.21", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d95ae3f1..715ec4a4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -68,8 +68,8 @@ importers: specifier: ^1.3.5 version: 1.3.6 date-fns: - specifier: ^2.29.3 - version: 2.29.3 + specifier: ^3.6.0 + version: 3.6.0 react: specifier: ^18.2.0 version: 18.2.0 @@ -256,8 +256,8 @@ importers: specifier: ^2.0.12 version: 2.0.16(react@18.2.0) date-fns: - specifier: ^2.29.3 - version: 2.29.3 + specifier: ^3.6.0 + version: 3.6.0 lodash: specifier: ^4.17.21 version: 4.17.21 @@ -2138,9 +2138,8 @@ packages: resolution: {integrity: sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==} dev: false - /date-fns@2.29.3: - resolution: {integrity: sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==} - engines: {node: '>=0.11'} + /date-fns@3.6.0: + resolution: {integrity: sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==} dev: false /debug@3.2.7: