ButterCMS / laravel-starter-buttercms

Drop-in proof-of-concept PHP/Laravel app, fully integrated with your ButterCMS account
http://laravel-starter-buttercms.herokuapp.com/
7 stars 1 forks source link

chore(deps): Update dependencies #9

Closed martinalbert closed 1 year ago

martinalbert commented 1 year ago

npm-check-updates output:

 axios           ^0.25  →      ^1.3
 laravel-mix    ^6.0.6  →   ^6.0.49
 lodash       ^4.17.19  →  ^4.17.21
 postcss       ^8.1.14  →   ^8.4.21

composer outdated output:

buttercms/buttercms-php            2.5             3.0.1           
laravel/sanctum                    v2.15.1         v3.2.1          

npm audit and composer audit did not found any vulnerabilities.

New major version of laravel/framework was released just recently and since other packages do not yet support it, I left out updates for laravel/framework and spatie/laravel-ignition major changes and bumped to newest minor/patch versions with composer bump

Dependencies before:

"require": {
    "php": "^8.0.2",
    "buttercms/buttercms-php": "^2.4",
    "guzzlehttp/guzzle": "^7.2",
    "laravel/framework": "^9.2",
    "laravel/sanctum": "^2.14.1",
    "laravel/tinker": "^2.7"
},
"require-dev": {
    "fakerphp/faker": "^1.9.1",
    "laravel/sail": "^1.0.1",
    "mockery/mockery": "^1.4.4",
    "nunomaduro/collision": "^6.1",
    "nunomaduro/larastan": "^2.0",
    "phpunit/phpunit": "^9.5.10",
    "spatie/laravel-ignition": "^1.0",
    "stechstudio/laravel-php-cs-fixer": "^3.1"
},

after:

"require": {
    "php": "^8.0.2",
    "buttercms/buttercms-php": "^3.0.1",
    "guzzlehttp/guzzle": "^7.5",
    "laravel/framework": "^9.52.1",
    "laravel/sanctum": "^3.2.1",
    "laravel/tinker": "^2.8.1"
},
"require-dev": {
    "fakerphp/faker": "^1.21.0",
    "laravel/sail": "^1.21.0",
    "mockery/mockery": "^1.5.1",
    "nunomaduro/collision": "^6.4",
    "nunomaduro/larastan": "^2.4.1",
    "phpunit/phpunit": "^9.6.3",
    "spatie/laravel-ignition": "^1.6.4",
    "stechstudio/laravel-php-cs-fixer": "^3.1"
}

Major changes

martinalbert commented 1 year ago

@ViolanteCodes I have been able to find this. Try to install php-xml and let me know. 🙏🏻