chore: update npm and composer dependencies
This commit is contained in:
14
.env.example
14
.env.example
@@ -11,7 +11,7 @@ APP_FAKER_LOCALE=en_US
|
||||
APP_MAINTENANCE_DRIVER=file
|
||||
# APP_MAINTENANCE_STORE=database
|
||||
|
||||
# PHP_CLI_SERVER_WORKERS=4
|
||||
PHP_CLI_SERVER_WORKERS=12
|
||||
|
||||
BCRYPT_ROUNDS=12
|
||||
|
||||
@@ -20,12 +20,12 @@ LOG_STACK=single
|
||||
LOG_DEPRECATIONS_CHANNEL=null
|
||||
LOG_LEVEL=debug
|
||||
|
||||
DB_CONNECTION=sqlite
|
||||
# DB_HOST=127.0.0.1
|
||||
# DB_PORT=3306
|
||||
# DB_DATABASE=laravel
|
||||
# DB_USERNAME=root
|
||||
# DB_PASSWORD=
|
||||
DB_CONNECTION=pqsql
|
||||
DB_HOST=127.0.0.1
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=laravel
|
||||
DB_USERNAME=sail
|
||||
DB_PASSWORD=password
|
||||
|
||||
SESSION_DRIVER=database
|
||||
SESSION_LIFETIME=120
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"fakerphp/faker": "^1.23",
|
||||
"laravel/pail": "^1.2.2",
|
||||
"laravel/pint": "^1.24",
|
||||
"laravel/sail": "^1.41",
|
||||
"laravel/sail": "^1.53",
|
||||
"mockery/mockery": "^1.6",
|
||||
"nunomaduro/collision": "^8.6",
|
||||
"pestphp/pest": "^4.2"
|
||||
|
||||
844
composer.lock
generated
844
composer.lock
generated
File diff suppressed because it is too large
Load Diff
3200
package-lock.json
generated
3200
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
28
package.json
28
package.json
@@ -12,23 +12,23 @@
|
||||
"test:coverage": "vitest run --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@inertiajs/vue3": "^2.3.4",
|
||||
"@nuxt/ui": "^4.3.0",
|
||||
"@inertiajs/vue3": "^2.3.15",
|
||||
"@nuxt/ui": "^4.4.0",
|
||||
"valibot": "^1.2.0",
|
||||
"vue": "^3.5.26"
|
||||
"vue": "^3.5.28"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^6.7.3",
|
||||
"@tailwindcss/vite": "^4.0.0",
|
||||
"@vitejs/plugin-vue": "^6.0.3",
|
||||
"@antfu/eslint-config": "^7.4.3",
|
||||
"@tailwindcss/vite": "^4.2.0",
|
||||
"@vitejs/plugin-vue": "^6.0.4",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"axios": "^1.11.0",
|
||||
"concurrently": "^9.0.1",
|
||||
"eslint": "^9.39.2",
|
||||
"jsdom": "^27.3.0",
|
||||
"laravel-vite-plugin": "^2.0.0",
|
||||
"tailwindcss": "^4.0.0",
|
||||
"vite": "^7.0.7",
|
||||
"vitest": "^4.0.16"
|
||||
"axios": "^1.13.5",
|
||||
"concurrently": "^9.2.1",
|
||||
"eslint": "^10.0.1",
|
||||
"jsdom": "^28.1.0",
|
||||
"laravel-vite-plugin": "^2.1.0",
|
||||
"tailwindcss": "^4.2.0",
|
||||
"vite": "^7.3.1",
|
||||
"vitest": "^4.0.18"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user