Skip to content

Commit d72cc10

Browse files
authored
Release v0.19.0 (alexjustesen#1386)
1 parent 59ff14a commit d72cc10

File tree

9 files changed

+199
-185
lines changed

9 files changed

+199
-185
lines changed

_ide_helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/**
77
* A helper file for Laravel, to provide autocomplete information to your IDE
8-
* Generated for Laravel 10.48.5.
8+
* Generated for Laravel 10.48.8.
99
*
1010
* This file should not be included in your code, only analyzed by your IDE!
1111
*

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"chrisullyott/php-filesize": "^4.2.1",
1414
"doctrine/dbal": "^3.8.3",
1515
"dragonmantank/cron-expression": "^3.3.3",
16-
"filament/filament": "^3.2.63",
17-
"filament/spatie-laravel-settings-plugin": "^3.2.63",
16+
"filament/filament": "^3.2.69",
17+
"filament/spatie-laravel-settings-plugin": "^3.2.69",
1818
"guzzlehttp/guzzle": "^7.8.1",
19-
"influxdata/influxdb-client-php": "^3.4",
19+
"influxdata/influxdb-client-php": "^3.5",
2020
"laravel-notification-channels/telegram": "^4.0",
21-
"laravel/framework": "^10.48.5",
22-
"laravel/prompts": "^0.1.18",
21+
"laravel/framework": "^10.48.8",
22+
"laravel/prompts": "^0.1.19",
2323
"laravel/sanctum": "^3.3.3",
2424
"laravel/tinker": "^2.9.0",
2525
"livewire/livewire": "^3.4.10",
@@ -37,9 +37,9 @@
3737
"laravel/telescope": "^4.17.6",
3838
"mockery/mockery": "^1.6.11",
3939
"nunomaduro/collision": "^7.10.0",
40-
"phpunit/phpunit": "^10.5.17",
41-
"spatie/laravel-ignition": "^2.5.1",
42-
"tightenco/duster": "^2.7.4"
40+
"phpunit/phpunit": "^10.5.18",
41+
"spatie/laravel-ignition": "^2.5.2",
42+
"tightenco/duster": "^2.7.5"
4343
},
4444
"autoload": {
4545
"files": [

composer.lock

Lines changed: 85 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/speedtest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
/**
77
* Build information
88
*/
9-
'build_date' => Carbon::parse('2024-04-15'),
9+
'build_date' => Carbon::parse('2024-04-16'),
1010

11-
'build_version' => 'v0.18.7',
11+
'build_version' => 'v0.19.0',
1212

1313
/**
1414
* General

package-lock.json

Lines changed: 87 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/filament/filament/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/filament/forms/forms.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/filament/filament/echo.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/filament/forms/components/file-upload.js

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)