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 Dec 18, 2024
1 parent 7980008 commit a423a5d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
"require": {
"php": "^8.2",
"laravel/framework": "11.18.1",
"laravel/octane": "2.5.2",
"laravel/passport": "12.2.1",
"laravel/octane": "2.6.0",
"laravel/passport": "12.3.1",
"laravel/reverb": "@beta",
"laravel/tinker": "2.9.0",
"openai-php/laravel": "0.10.1",
"spatie/laravel-query-builder": "6.0.1"
"laravel/tinker": "2.10.0",
"openai-php/laravel": "0.10.2",
"spatie/laravel-query-builder": "6.2.2"
},
"require-dev": {
"barryvdh/laravel-ide-helper": "3.1.0",
"fakerphp/faker": "1.23.1",
"laravel/pint": "1.17.0",
"laravel/sail": "1.31.0",
"barryvdh/laravel-ide-helper": "3.3.0",
"fakerphp/faker": "1.24.1",
"laravel/pint": "1.18.3",
"laravel/sail": "1.39.1",
"mockery/mockery": "1.6.12",
"nunomaduro/collision": "8.3.0",
"phpunit/phpunit": "11.2.8",
"spatie/laravel-ignition": "2.8.0"
"nunomaduro/collision": "8.5.0",
"phpunit/phpunit": "11.5.1",
"spatie/laravel-ignition": "2.9.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "vite build"
},
"devDependencies": {
"laravel-vite-plugin": "1.0.5",
"laravel-vite-plugin": "1.1.1",
"vite": "5.3.4"
}
}

0 comments on commit a423a5d

Please sign in to comment.