Skip to content

Commit

Permalink
$ yarn upgrade-interactive
Browse files Browse the repository at this point in the history
* remove the opt-in to `defineModel` since it's now being stable in `vue@3.4.0` @ vite.config.ts
@ fe

$ composer update
@ be
  • Loading branch information
n0099 committed Dec 29, 2023
1 parent 3a3a710 commit 6526418
Show file tree
Hide file tree
Showing 6 changed files with 397 additions and 408 deletions.
14 changes: 7 additions & 7 deletions be/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"require": {
"php": "^8.3",
"guzzlehttp/guzzle": "^7.8.1",
"laravel/framework": "^10.35.0",
"laravel/sanctum": "^3.3.2",
"laravel/framework": "^10.39.0",
"laravel/sanctum": "^3.3.3",
"laravel/tinker": "^2.8.2",
"google/protobuf": "^3.25.1",
"google/recaptcha": "^1.3.0",
Expand All @@ -19,19 +19,19 @@
"laravel/pint": "^1.13.7",
"mockery/mockery": "^1.6.7",
"nunomaduro/collision": "^7.10.0",
"phpunit/phpunit": "^10.5.2",
"spatie/laravel-ignition": "^2.3.1",
"phpunit/phpunit": "^10.5.5",
"spatie/laravel-ignition": "^2.3.3",
"barryvdh/laravel-debugbar": "^3.9.2",
"barryvdh/laravel-ide-helper": "^2.13.0",
"jetbrains/phpstorm-attributes": "^1.0",
"friendsofphp/php-cs-fixer": "^3.41.1",
"friendsofphp/php-cs-fixer": "^3.44.0",
"squizlabs/php_codesniffer": "^3.8.0",
"phpmd/phpmd": "^2.14.1",
"phpmd/phpmd": "^2.15.0",
"larastan/larastan": "^2.7.0",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-strict-rules": "^1.5.2",
"vimeo/psalm": "^5.17.0",
"vimeo/psalm": "^5.18.0",
"psalm/plugin-laravel": "^2.8.0",
"roave/security-advisories": "dev-latest"
},
Expand Down

0 comments on commit 6526418

Please sign in to comment.