From 1450f4b47e66941f55e764c3f3661aa8c2f32642 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 22 Oct 2024 20:35:58 +0200
Subject: [PATCH] build(deps): bump blade-ui-kit/blade-ui-kit from 0.4.0 to
 0.6.2 (#846)

* 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] <support@github.com>

* Use alpinejs v3 as cdn fallback

Not in use, but default in the config

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Roverts <me@daveroverts.nl>
---
 composer.json           |  2 +-
 composer.lock           | 38 ++++++++++++++++++--------------------
 config/blade-ui-kit.php |  2 +-
 3 files changed, 20 insertions(+), 22 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",
diff --git a/config/blade-ui-kit.php b/config/blade-ui-kit.php
index 0a18797c..b2f28516 100644
--- a/config/blade-ui-kit.php
+++ b/config/blade-ui-kit.php
@@ -90,7 +90,7 @@
 
     'assets' => [
 
-        'alpine' => 'https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.3.5/dist/alpine.min.js',
+        'alpine' => 'https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js',
 
         'easy-mde' => [
             'https://unpkg.com/easymde/dist/easymde.min.css',