Skip to content

Commit e40e1cc

Browse files
Merge pull request #96 from CodeWithDennis/update-packages
Update packages
2 parents c028be6 + 94243a8 commit e40e1cc

File tree

35 files changed

+1103
-1117
lines changed

35 files changed

+1103
-1117
lines changed

.github/workflows/pest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup PHP
2424
uses: shivammathur/setup-php@v2
2525
with:
26-
php-version: '8.3'
26+
php-version: '8.4'
2727
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv
2828
coverage: none
2929

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup PHP
1313
uses: shivammathur/setup-php@v2
1414
with:
15-
php-version: '8.3'
15+
php-version: '8.4'
1616
coverage: none
1717

1818
- name: Install composer dependencies

.github/workflows/pint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [8.3]
11+
php: [8.4]
1212

1313
steps:
1414
- name: Checkout code

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"laravel/sail": "^1.41",
2222
"mockery/mockery": "^1.6",
2323
"nunomaduro/collision": "^8.6",
24-
"pestphp/pest": "^v4.0.2",
25-
"pestphp/pest-plugin-browser": "^4.0",
24+
"pestphp/pest": "^v4.3.0",
25+
"pestphp/pest-plugin-browser": "v4.0.3",
2626
"pestphp/pest-plugin-faker": "^v4.0.0",
2727
"pestphp/pest-plugin-laravel": "^v4.0.0",
2828
"pestphp/pest-plugin-livewire": "^v4.0.1",

composer.lock

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

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"vite": "^6.4.1"
1616
},
1717
"dependencies": {
18-
"playwright": "^1.55.1"
18+
"playwright": "^1.57.0"
1919
}
2020
}

public/css/filament/filament/app.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/fonts/filament/filament/inter/index.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.
Binary file not shown.

0 commit comments

Comments
 (0)