From 611db7dfd326d6cdd53441f5b01291b9e65a823c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:10:38 +0000 Subject: [PATCH] build(deps): bump blade-ui-kit/blade-ui-kit from 0.4.0 to 0.6.2 Bumps [blade-ui-kit/blade-ui-kit](https://github.com/blade-ui-kit/blade-ui-kit) from 0.4.0 to 0.6.2. - [Release notes](https://github.com/blade-ui-kit/blade-ui-kit/releases) - [Changelog](https://github.com/blade-ui-kit/blade-ui-kit/blob/main/CHANGELOG.md) - [Commits](https://github.com/blade-ui-kit/blade-ui-kit/compare/0.4.0...0.6.2) --- updated-dependencies: - dependency-name: blade-ui-kit/blade-ui-kit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 38 ++++++++++++++++++-------------------- 2 files changed, 19 insertions(+), 21 deletions(-) diff --git a/composer.json b/composer.json index da573b99..2121cee7 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "require": { "php": "^8.1", "aws/aws-sdk-php": "^3.209", - "blade-ui-kit/blade-ui-kit": "^0.4", + "blade-ui-kit/blade-ui-kit": "^0.6", "bugsnag/bugsnag-laravel": "^2.26", "cviebrock/eloquent-sluggable": "^10.0", "doctrine/dbal": "^3.8", diff --git a/composer.lock b/composer.lock index 230aaecc..921221c3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "84d00180dcd3be836834eabced4a6076", + "content-hash": "a80ebe66ead4d608c34af83388cac46c", "packages": [ { "name": "aws/aws-crt-php", @@ -160,33 +160,35 @@ }, { "name": "blade-ui-kit/blade-ui-kit", - "version": "0.4.0", + "version": "0.6.2", "source": { "type": "git", "url": "https://github.com/blade-ui-kit/blade-ui-kit.git", - "reference": "bfb5beb26e1347e0f2be6f245a22388410fe53ce" + "reference": "0369d4ce2433dff605b80c70726c9d231902e122" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/blade-ui-kit/blade-ui-kit/zipball/bfb5beb26e1347e0f2be6f245a22388410fe53ce", - "reference": "bfb5beb26e1347e0f2be6f245a22388410fe53ce", + "url": "https://api.github.com/repos/blade-ui-kit/blade-ui-kit/zipball/0369d4ce2433dff605b80c70726c9d231902e122", + "reference": "0369d4ce2433dff605b80c70726c9d231902e122", "shasum": "" }, "require": { "ext-json": "*", - "illuminate/filesystem": "^9.0|^10.0", - "illuminate/support": "^9.0|^10.0", - "illuminate/view": "^9.0|^10.0", - "nesbot/carbon": "^2.38", - "php": "^8.0" + "illuminate/filesystem": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0", + "illuminate/view": "^10.0|^11.0", + "nesbot/carbon": "^2.38|^3.0", + "php": "^8.1" }, "require-dev": { - "gajus/dindent": "^2.0", "guzzlehttp/guzzle": "^7.4", "league/commonmark": "^1.4|^2.0", - "lorisleiva/cron-translator": "^0.1.1", - "orchestra/testbench": "^7.1|^8.0", - "phpunit/phpunit": "^9.0" + "livewire/livewire": "^3.0", + "lorisleiva/cron-translator": "^0.1.1|^0.4", + "orchestra/testbench": "^8.0|^9.0", + "orchestra/testbench-dusk": "^8.0|^9.0", + "pestphp/pest": "^2.34", + "phpunit/phpunit": "^10.5|^11.0" }, "suggest": { "league/commonmark": "Required to use the markdown component (^1.4).", @@ -228,15 +230,11 @@ }, "funding": [ { - "url": "https://github.com/caneco", - "type": "github" - }, - { - "url": "https://github.com/driesvints", + "url": "https://github.com/sponsors/driesvints", "type": "github" } ], - "time": "2023-02-13T16:56:05+00:00" + "time": "2024-04-05T08:11:10+00:00" }, { "name": "brick/math",