From c1896228eaa86afe651211c445d25ac4deaaf2f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 08:47:58 +0000 Subject: [PATCH] chore(deps): bump @mantine/form from 7.5.3 to 7.12.2 Bumps [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form) from 7.5.3 to 7.12.2. - [Release notes](https://github.com/mantinedev/mantine/releases) - [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md) - [Commits](https://github.com/mantinedev/mantine/commits/7.12.2/packages/@mantine/form) --- updated-dependencies: - dependency-name: "@mantine/form" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 10 ++++++---- services/manage/package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cc1ad8b..037de50 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -197,8 +197,8 @@ importers: specifier: ^7.9.0 version: 7.9.0(@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) + specifier: ^7.12.2 + version: 7.12.2(react@18.2.0) '@mantine/hooks': specifier: ^7.5.3 version: 7.5.3(react@18.2.0) @@ -2399,6 +2399,7 @@ packages: /@humanwhocodes/config-array@0.11.14: resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==} engines: {node: '>=10.10.0'} + deprecated: Use @eslint/config-array instead dependencies: '@humanwhocodes/object-schema': 2.0.2 debug: 4.3.4 @@ -2414,6 +2415,7 @@ packages: /@humanwhocodes/object-schema@2.0.2: resolution: {integrity: sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==} + deprecated: Use @eslint/object-schema instead dev: false /@isaacs/cliui@8.0.2: @@ -2801,8 +2803,8 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@mantine/form@7.5.3(react@18.2.0): - resolution: {integrity: sha512-CIsNcHNIw1tXS+UgOpFjJzPaINU2YmK8x+f8Ikn5YXpSdqLw78+9/bSvtaAIOg9EINhfqnV4xg8B4sqKk7pxYA==} + /@mantine/form@7.12.2(react@18.2.0): + resolution: {integrity: sha512-MknzDN5F7u/V24wVrL5VIXNvE7/6NMt40K6w3p7wbKFZiLhdh/tDWdMcRN7PkkWF1j2+eoVCBAOCL74U3BzNag==} peerDependencies: react: ^18.2.0 dependencies: diff --git a/services/manage/package.json b/services/manage/package.json index 4b90a29..f27d501 100644 --- a/services/manage/package.json +++ b/services/manage/package.json @@ -7,7 +7,7 @@ "@mantine/code-highlight": "^7.9.0", "@mantine/core": "^7.5.3", "@mantine/dates": "^7.9.0", - "@mantine/form": "^7.5.3", + "@mantine/form": "^7.12.2", "@mantine/hooks": "^7.5.3", "@tabler/icons-react": "^3.3.0", "@testing-library/jest-dom": "^6.4.2",