chore: update npm and composer dependencies

This commit is contained in:
2026-02-21 14:03:16 +01:00
parent da7e984965
commit c452a49aa3
5 changed files with 2318 additions and 1770 deletions

View File

@@ -11,7 +11,7 @@ APP_FAKER_LOCALE=en_US
APP_MAINTENANCE_DRIVER=file APP_MAINTENANCE_DRIVER=file
# APP_MAINTENANCE_STORE=database # APP_MAINTENANCE_STORE=database
# PHP_CLI_SERVER_WORKERS=4 PHP_CLI_SERVER_WORKERS=12
BCRYPT_ROUNDS=12 BCRYPT_ROUNDS=12
@@ -20,12 +20,12 @@ LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug LOG_LEVEL=debug
DB_CONNECTION=sqlite DB_CONNECTION=pqsql
# DB_HOST=127.0.0.1 DB_HOST=127.0.0.1
# DB_PORT=3306 DB_PORT=3306
# DB_DATABASE=laravel DB_DATABASE=laravel
# DB_USERNAME=root DB_USERNAME=sail
# DB_PASSWORD= DB_PASSWORD=password
SESSION_DRIVER=database SESSION_DRIVER=database
SESSION_LIFETIME=120 SESSION_LIFETIME=120

View File

@@ -20,7 +20,7 @@
"fakerphp/faker": "^1.23", "fakerphp/faker": "^1.23",
"laravel/pail": "^1.2.2", "laravel/pail": "^1.2.2",
"laravel/pint": "^1.24", "laravel/pint": "^1.24",
"laravel/sail": "^1.41", "laravel/sail": "^1.53",
"mockery/mockery": "^1.6", "mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.6", "nunomaduro/collision": "^8.6",
"pestphp/pest": "^4.2" "pestphp/pest": "^4.2"

844
composer.lock generated

File diff suppressed because it is too large Load Diff

3200
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,23 +12,23 @@
"test:coverage": "vitest run --coverage" "test:coverage": "vitest run --coverage"
}, },
"dependencies": { "dependencies": {
"@inertiajs/vue3": "^2.3.4", "@inertiajs/vue3": "^2.3.15",
"@nuxt/ui": "^4.3.0", "@nuxt/ui": "^4.4.0",
"valibot": "^1.2.0", "valibot": "^1.2.0",
"vue": "^3.5.26" "vue": "^3.5.28"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^6.7.3", "@antfu/eslint-config": "^7.4.3",
"@tailwindcss/vite": "^4.0.0", "@tailwindcss/vite": "^4.2.0",
"@vitejs/plugin-vue": "^6.0.3", "@vitejs/plugin-vue": "^6.0.4",
"@vue/test-utils": "^2.4.6", "@vue/test-utils": "^2.4.6",
"axios": "^1.11.0", "axios": "^1.13.5",
"concurrently": "^9.0.1", "concurrently": "^9.2.1",
"eslint": "^9.39.2", "eslint": "^10.0.1",
"jsdom": "^27.3.0", "jsdom": "^28.1.0",
"laravel-vite-plugin": "^2.0.0", "laravel-vite-plugin": "^2.1.0",
"tailwindcss": "^4.0.0", "tailwindcss": "^4.2.0",
"vite": "^7.0.7", "vite": "^7.3.1",
"vitest": "^4.0.16" "vitest": "^4.0.18"
} }
} }