Compare commits
2 Commits
f49326f8df
...
339fb5e232
| Author | SHA1 | Date | |
|---|---|---|---|
| 339fb5e232 | |||
| bf9c951407 |
@@ -20,9 +20,9 @@ LOG_STACK=single
|
||||
LOG_DEPRECATIONS_CHANNEL=null
|
||||
LOG_LEVEL=debug
|
||||
|
||||
DB_CONNECTION=pqsql
|
||||
DB_CONNECTION=pgsql
|
||||
DB_HOST=127.0.0.1
|
||||
DB_PORT=3306
|
||||
DB_PORT=5432
|
||||
DB_DATABASE=laravel
|
||||
DB_USERNAME=sail
|
||||
DB_PASSWORD=password
|
||||
|
||||
412
composer.lock
generated
412
composer.lock
generated
File diff suppressed because it is too large
Load Diff
3332
package-lock.json
generated
3332
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
@@ -12,22 +12,22 @@
|
||||
"test:coverage": "vitest run --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@inertiajs/vue3": "^2.3.15",
|
||||
"@nuxt/ui": "^4.4.0",
|
||||
"@inertiajs/vue3": "^2.3.17",
|
||||
"@nuxt/ui": "^4.5.1",
|
||||
"valibot": "^1.2.0",
|
||||
"vue": "^3.5.28"
|
||||
"vue": "^3.5.30"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^7.4.3",
|
||||
"@tailwindcss/vite": "^4.2.0",
|
||||
"@antfu/eslint-config": "^7.7.0",
|
||||
"@tailwindcss/vite": "^4.2.1",
|
||||
"@vitejs/plugin-vue": "^6.0.4",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"axios": "^1.13.5",
|
||||
"axios": "^1.13.6",
|
||||
"concurrently": "^9.2.1",
|
||||
"eslint": "^10.0.1",
|
||||
"eslint": "^10.0.3",
|
||||
"jsdom": "^28.1.0",
|
||||
"laravel-vite-plugin": "^2.1.0",
|
||||
"tailwindcss": "^4.2.0",
|
||||
"tailwindcss": "^4.2.1",
|
||||
"vite": "^7.3.1",
|
||||
"vitest": "^4.0.18"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user