From 6e31d73a2564695a80a1b79468538bd2b96c75fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 08:24:25 -0400 Subject: build(deps): bump @mantine/hooks from 8.2.7 to 8.2.8 in /src/main/webui (#703) Bumps [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) from 8.2.7 to 8.2.8. - [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/8.2.8/packages/@mantine/hooks) --- updated-dependencies: - dependency-name: "@mantine/hooks" dependency-version: 8.2.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../@mantine-hooks-npm-8.2.7-91542511db-8dbe4e073b.zip | Bin 394004 -> 0 bytes .../@mantine-hooks-npm-8.2.8-db14f7f5f6-5f7d02bc71.zip | Bin 0 -> 394329 bytes src/main/webui/package.json | 2 +- src/main/webui/yarn.lock | 10 +++++----- 4 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 src/main/webui/.yarn/cache/@mantine-hooks-npm-8.2.7-91542511db-8dbe4e073b.zip create mode 100644 src/main/webui/.yarn/cache/@mantine-hooks-npm-8.2.8-db14f7f5f6-5f7d02bc71.zip diff --git a/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.2.7-91542511db-8dbe4e073b.zip b/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.2.7-91542511db-8dbe4e073b.zip deleted file mode 100644 index f5782fe..0000000 Binary files a/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.2.7-91542511db-8dbe4e073b.zip and /dev/null differ diff --git a/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.2.8-db14f7f5f6-5f7d02bc71.zip b/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.2.8-db14f7f5f6-5f7d02bc71.zip new file mode 100644 index 0000000..4964baa Binary files /dev/null and b/src/main/webui/.yarn/cache/@mantine-hooks-npm-8.2.8-db14f7f5f6-5f7d02bc71.zip differ diff --git a/src/main/webui/package.json b/src/main/webui/package.json index 3d828f1..a0746d2 100644 --- a/src/main/webui/package.json +++ b/src/main/webui/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@heroicons/react": "2.0.16", - "@mantine/hooks": "^8.2.7", + "@mantine/hooks": "^8.2.8", "@reduxjs/toolkit": "^2.8.2", "@rsbuild/core": "^1.5.4", "@rsbuild/plugin-react": "^1.4.0", diff --git a/src/main/webui/yarn.lock b/src/main/webui/yarn.lock index c396121..2a01bdd 100644 --- a/src/main/webui/yarn.lock +++ b/src/main/webui/yarn.lock @@ -1240,12 +1240,12 @@ __metadata: languageName: node linkType: hard -"@mantine/hooks@npm:^8.2.7": - version: 8.2.7 - resolution: "@mantine/hooks@npm:8.2.7" +"@mantine/hooks@npm:^8.2.8": + version: 8.2.8 + resolution: "@mantine/hooks@npm:8.2.8" peerDependencies: react: ^18.x || ^19.x - checksum: 8dbe4e073b91bd830f8adb15a88006786d182a0b79b0651613c2a2e4d136d92047ba01df9a6add82b063be4b86daf3b472c8b46e8ff571a4ad836d797775f5bb + checksum: 5f7d02bc714da4c19ad4e08e2c7f05ef86ddbac0a89b6e6b17b5538f4d54d2359137a33286b5ac15c8cc92ac93795666ecfa7f6f8b4f60b66b543e2b1df18ddc languageName: node linkType: hard @@ -5936,7 +5936,7 @@ eslint@latest: "@graphql-codegen/cli": latest "@graphql-codegen/client-preset": latest "@heroicons/react": 2.0.16 - "@mantine/hooks": ^8.2.7 + "@mantine/hooks": ^8.2.8 "@reduxjs/toolkit": ^2.8.2 "@rsbuild/core": ^1.5.4 "@rsbuild/plugin-eslint": latest -- cgit