Skip to content

Commit

Permalink
build(deps): Update dependency versions (#14)
Browse files Browse the repository at this point in the history
* deps: Update dipesh79/laravel-user-logs from 1.0.0 to 1.4.2

* deps: Update livewire/livewire from v1.0.0 to v3.3.3

* ci: Only open for scheduling

---------

Co-authored-by: Achyut Neupane <[email protected]>
  • Loading branch information
github-actions[bot] and achyutkneupane authored Dec 28, 2023
1 parent e802580 commit be84a6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/package-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Upgrade packages
'on':
schedule:
- cron: '0 0 * * 0'
push:
branches:
- ci-cd
permissions:
contents: write
pull-requests: write
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The ready-to-use Laravel Dashboard with Livewire.",
"require": {
"php": "^7.3|^8.0",
"livewire/livewire": "v1.0.0",
"livewire/livewire": "v3.3.3",
"rappasoft/laravel-livewire-tables": "v3.1.6",
"spatie/image": "3.3.2",
"spatie/laravel-medialibrary": "11.0.3",
Expand All @@ -13,7 +13,7 @@
"spatie/laravel-sluggable": "3.5.0",
"spatie/laravel-permission": "6.3.0",
"rap2hpoutre/laravel-log-viewer": "v2.3.0",
"dipesh79/laravel-user-logs": "1.0.0",
"dipesh79/laravel-user-logs": "1.4.2",
"ext-json": "*"
},
"autoload": {
Expand Down

0 comments on commit be84a6c

Please sign in to comment.