diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1f5f175..3c9fd2b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -194,8 +194,8 @@ importers: specifier: ^7.5.3 version: 7.5.3(@mantine/hooks@7.5.3)(react-dom@18.2.0)(react@18.2.0) '@mantine/dates': - specifier: ^7.5.3 - version: 7.5.3(@mantine/core@7.5.3)(@mantine/hooks@7.5.3)(dayjs@1.11.10)(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.7.1 + version: 7.7.1(@mantine/core@7.5.3)(@mantine/hooks@7.5.3)(dayjs@1.11.10)(react-dom@18.2.0)(react@18.2.0) '@mantine/form': specifier: ^7.5.3 version: 7.5.3(react@18.2.0) @@ -2784,18 +2784,18 @@ packages: - '@types/react' dev: false - /@mantine/dates@7.5.3(@mantine/core@7.5.3)(@mantine/hooks@7.5.3)(dayjs@1.11.10)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-v6fFdW+7HAd7XsZFMJVMuFE2RHbQAVnsUNeP0/5h+H4qEj0soTmMvHPP8wXEed5v85r9CcEMGOGq1n6RFRpWHA==} + /@mantine/dates@7.7.1(@mantine/core@7.5.3)(@mantine/hooks@7.5.3)(dayjs@1.11.10)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-SIeC11HUTiMAExlReFYHXSkTaVjkk1i7+QvLtxJkd3lxn6X1vHuPVV4j4c9AED8oZI5QEmoVcYc/03Eud2FoAg==} peerDependencies: - '@mantine/core': 7.5.3 - '@mantine/hooks': 7.5.3 + '@mantine/core': 7.7.1 + '@mantine/hooks': 7.7.1 dayjs: '>=1.0.0' react: ^18.2.0 react-dom: ^18.2.0 dependencies: '@mantine/core': 7.5.3(@mantine/hooks@7.5.3)(react-dom@18.2.0)(react@18.2.0) '@mantine/hooks': 7.5.3(react@18.2.0) - clsx: 2.0.0 + clsx: 2.1.0 dayjs: 1.11.10 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) diff --git a/services/manage/package.json b/services/manage/package.json index 6dd83ec..dbd4752 100644 --- a/services/manage/package.json +++ b/services/manage/package.json @@ -6,7 +6,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@mantine/code-highlight": "^7.5.2", "@mantine/core": "^7.5.3", - "@mantine/dates": "^7.5.3", + "@mantine/dates": "^7.7.1", "@mantine/form": "^7.5.3", "@mantine/hooks": "^7.5.3", "@tabler/icons-react": "^2.47.0",