Skip to content

Commit

Permalink
chore: cleanup (#64)
Browse files Browse the repository at this point in the history
* chore:update dependencies

* fix: add languages in DatabaseSeeder

* chore: editorconfig md indent

* fix: run Page::fixTree() in migration
  • Loading branch information
andreiio authored Sep 30, 2022
1 parent b05d892 commit 17f7de0
Show file tree
Hide file tree
Showing 7 changed files with 144 additions and 126 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
indent_size = 2

[*.{yml,yaml}]
indent_size = 2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"php": "^8.1",
"andreiio/blade-remix-icon": "^1.1",
"archtechx/laravel-seo": "^0.5.1",
"blade-ui-kit/blade-icons": "^1.3",
"blade-ui-kit/blade-icons": "^1.4",
"codezero/laravel-unique-translation": "^3.5",
"embed/embed": "^4.4",
"fruitcake/laravel-cors": "^3.0",
Expand All @@ -20,7 +20,7 @@
"inertiajs/inertia-laravel": "^0.6",
"intervention/image": "^2.7",
"kalnoy/nestedset": "^6.0",
"laravel/framework": "^9.32",
"laravel/framework": "^9.33",
"laravel/tinker": "^2.7",
"league/flysystem-aws-s3-v3": "^3.5",
"league/omnipay": "^3.2",
Expand Down
Loading

0 comments on commit 17f7de0

Please sign in to comment.