Skip to content

Commit

Permalink
fix(deps): update non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent 58de147 commit d1e7795
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 63 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"license": "MIT",
"require": {
"php": "^8.2",
"laravel/framework": "11.18.1",
"laravel/octane": "2.5.2",
"laravel/passport": "12.2.1",
"laravel/framework": "11.20.0",
"laravel/octane": "2.5.3",
"laravel/passport": "12.3.0",
"laravel/reverb": "@beta",
"laravel/tinker": "2.9.0",
"openai-php/laravel": "0.10.1",
Expand All @@ -20,11 +20,11 @@
"require-dev": {
"barryvdh/laravel-ide-helper": "3.1.0",
"fakerphp/faker": "1.23.1",
"laravel/pint": "1.17.0",
"laravel/sail": "1.31.0",
"laravel/pint": "1.17.2",
"laravel/sail": "1.31.1",
"mockery/mockery": "1.6.12",
"nunomaduro/collision": "8.3.0",
"phpunit/phpunit": "11.2.8",
"nunomaduro/collision": "8.4.0",
"phpunit/phpunit": "11.3.0",
"spatie/laravel-ignition": "2.8.0"
},
"autoload": {
Expand Down
111 changes: 56 additions & 55 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"devDependencies": {
"laravel-vite-plugin": "1.0.5",
"vite": "5.3.4"
"vite": "5.3.5"
}
}

0 comments on commit d1e7795

Please sign in to comment.