From d5c2f1406b6afa6fd2ce3b164949564270cd991f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 11:29:32 +0000 Subject: [PATCH] build(deps): bump @mantine/charts from 7.17.5 to 8.0.0 Bumps [@mantine/charts](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/charts) from 7.17.5 to 8.0.0. - [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.0.0/packages/@mantine/charts) --- updated-dependencies: - dependency-name: "@mantine/charts" dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index eab4cbcc..7e6ad782 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "ruffle-website", "version": "0.1.0", "dependencies": { - "@mantine/charts": "^7.17.5", + "@mantine/charts": "^8.0.0", "@mantine/core": "7.17.5", "@mantine/hooks": "7.17.5", "@next/bundle-analyzer": "15.3.1", @@ -844,13 +844,13 @@ } }, "node_modules/@mantine/charts": { - "version": "7.17.5", - "resolved": "https://registry.npmjs.org/@mantine/charts/-/charts-7.17.5.tgz", - "integrity": "sha512-VDDRwUqTsZYqYSYqcc8wXrdiKIvkqRcoDQXKdiuSin7ebQtk29QnPDQmcM536HQpVlUuemI7iTJNTUmhdc7ALQ==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@mantine/charts/-/charts-8.0.0.tgz", + "integrity": "sha512-VlkcRmDiPcn09CX5lu/L8RutywSxFH0Tzk3FkkYmfm6LurSI+xoyF86GjMa6JesjFsUCO3+qMaq5IvM4joThjg==", "license": "MIT", "peerDependencies": { - "@mantine/core": "7.17.5", - "@mantine/hooks": "7.17.5", + "@mantine/core": "8.0.0", + "@mantine/hooks": "8.0.0", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x", "recharts": "^2.13.3" diff --git a/package.json b/package.json index 09477244..1fc57311 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@mantine/charts": "^7.17.5", + "@mantine/charts": "^8.0.0", "@mantine/core": "7.17.5", "@mantine/hooks": "7.17.5", "@next/bundle-analyzer": "15.3.1",