Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandijck committed Jan 24, 2024
1 parent 62b5c4f commit a4ae851
Show file tree
Hide file tree
Showing 3 changed files with 541 additions and 344 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"livewire/livewire": "^v3.0",
"spatie/laravel-flash": "^1.9",
"spatie/laravel-medialibrary": "^11.0",
"spatie/laravel-medialibrary-pro": "^4.0",
"spatie/laravel-medialibrary-pro": "^5.0",
"spatie/laravel-tail": "^4.4",
"spatie/pdf-to-image": "^2.2",
"league/flysystem-aws-s3-v3": "^3.0"
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
,"baseUrl": "./",
"preserveSymlinks": true,
"paths" : {
"*" : ["vendor/spatie/laravel-medialibrary-pro/resources/js/*"]
}
Expand Down
Loading

0 comments on commit a4ae851

Please sign in to comment.