Skip to content

Commit

Permalink
build(deps): bump blade-ui-kit/blade-ui-kit from 0.4.0 to 0.6.2 (#846)
Browse files Browse the repository at this point in the history
* 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](blade-ui-kit/blade-ui-kit@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] <[email protected]>

* Use alpinejs v3 as cdn fallback

Not in use, but default in the config

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Roverts <[email protected]>
  • Loading branch information
dependabot[bot] and daveroverts authored Oct 22, 2024
1 parent 497de1d commit 1450f4b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 22 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
38 changes: 18 additions & 20 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/blade-ui-kit.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

'assets' => [

'alpine' => 'https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/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',
Expand Down

0 comments on commit 1450f4b

Please sign in to comment.