Skip to content

Commit 137d007

Browse files
committed
chore: update dependencies
1 parent 4488e9c commit 137d007

File tree

4 files changed

+1558
-312
lines changed

4 files changed

+1558
-312
lines changed

.prettierrc

+1-14
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,5 @@
55
"tabWidth": 4,
66
"tailwindConfig": "./tailwind.config.js",
77
"trailingComma": "all",
8-
"plugins": [
9-
"prettier-plugin-blade",
10-
"prettier-plugin-tailwindcss"
11-
],
12-
"overrides": [
13-
{
14-
"files": [
15-
"*.blade.php"
16-
],
17-
"options": {
18-
"parser": "blade"
19-
}
20-
}
21-
]
8+
"plugins": ["prettier-plugin-tailwindcss"]
229
}

composer.json

-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"laravel/tinker": "^2.8.1",
3232
"laravelcm/laravel-subscriptions": "^1.0",
3333
"livewire/livewire": "^3.0",
34-
"lorisleiva/laravel-actions": "^2.6",
3534
"mckenziearts/blade-untitledui-icons": "^1.3",
3635
"notchpay/notchpay-php": "^1.3",
3736
"qcod/laravel-gamify": "1.0.7",
@@ -72,8 +71,6 @@
7271
],
7372
"psr-4": {
7473
"App\\": "app/",
75-
"Domain\\": "src/Domain/",
76-
"Infrastructure\\": "src/Infrastructure/",
7774
"Database\\Factories\\": "database/factories/",
7875
"Database\\Seeders\\": "database/seeders/"
7976
}

0 commit comments

Comments
 (0)