Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Oct 6, 2024
1 parent c900b4a commit 9e075ba
Show file tree
Hide file tree
Showing 11 changed files with 3,429 additions and 3,205 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ storage
vendor
node_modules
composer.lock
.yarn/*
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.1.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ checksumBehavior: update

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"asbiin/laravel-sentry-tunnel": "^2.0",
"asbiin/laravel-webauthn": "^4.4",
"codezero/laravel-localizer": "^3.0",
"doctrine/dbal": "^3.6",
"doctrine/dbal": "^4.1",
"guzzlehttp/guzzle": "^7.4",
"http-interop/http-factory-guzzle": "^1.2",
"inertiajs/inertia-laravel": "^1.0",
Expand All @@ -28,7 +28,7 @@
"laravel/scout": "^10.2",
"laravel/socialite": "^5.5",
"laravel/telescope": "^5.0",
"matriphe/iso-639": "^1.2",
"matriphe/iso-639": "^2.0",
"meilisearch/meilisearch-php": "^1.0",
"moneyphp/money": "^4.3",
"monicahq/laravel-sabre": "^1.6",
Expand All @@ -41,7 +41,7 @@
"socialiteproviders/microsoft-azure": "^5.1",
"stevebauman/location": "^7.0",
"thecodingmachine/safe": "^2.5",
"tightenco/ziggy": "2.1.0",
"tightenco/ziggy": "2.3.0",
"uploadcare/uploadcare-php": "^4.1"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 9e075ba

Please sign in to comment.