From 7db067b399cb3fa2590e9c548f313806717149c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 17:37:17 +0000 Subject: [PATCH] Bump @gfazioli/mantine-split-pane from 1.0.1 to 1.0.4 Bumps [@gfazioli/mantine-split-pane](https://github.com/gfazioli/mantine-split-pane) from 1.0.1 to 1.0.4. - [Release notes](https://github.com/gfazioli/mantine-split-pane/releases) - [Changelog](https://github.com/gfazioli/mantine-split-pane/blob/master/CHANGELOG.md) - [Commits](https://github.com/gfazioli/mantine-split-pane/compare/1.0.1...1.0.4) --- updated-dependencies: - dependency-name: "@gfazioli/mantine-split-pane" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3641be65..c547ab7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "reading-time-estimator": "^1.11.0" }, "devDependencies": { - "@gfazioli/mantine-split-pane": "^1.0.1", + "@gfazioli/mantine-split-pane": "^1.0.4", "@headlessui/react": "^2.0.0", "@inertiajs/react": "^2.0.0", "@mantine/core": "^7.15.2", @@ -932,10 +932,14 @@ "license": "MIT" }, "node_modules/@gfazioli/mantine-split-pane": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@gfazioli/mantine-split-pane/-/mantine-split-pane-1.0.1.tgz", - "integrity": "sha512-AUq92rNhnA6imduUixqWtLdRK/sebnWVMhhIlEEWsXWroQVG+ON7xlU5JdqZgxTA1uQT2nuAJgG0wNg9GJXcNg==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@gfazioli/mantine-split-pane/-/mantine-split-pane-1.0.4.tgz", + "integrity": "sha512-H/g1aWdWO0s4cULCGSEZU/tMSY9WitDbHNCPNmW6GvNrFiNwzI4hKUhPyXhxOmcIG5whEbw+YCP0g/+oajRIgg==", "dev": true, + "license": "MIT", + "workspaces": [ + "docs" + ], "peerDependencies": { "@mantine/core": ">=7.0.0", "@mantine/hooks": ">=7.0.0", diff --git a/package.json b/package.json index 4030e685..ae5707bc 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "format-check": "prettier --check ." }, "devDependencies": { - "@gfazioli/mantine-split-pane": "^1.0.1", + "@gfazioli/mantine-split-pane": "^1.0.4", "@headlessui/react": "^2.0.0", "@inertiajs/react": "^2.0.0", "@mantine/core": "^7.15.2",