Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pushpak1300 committed Jan 29, 2025
1 parent 061d8b0 commit e5afc3f
Show file tree
Hide file tree
Showing 10 changed files with 358 additions and 359 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/SubscriptionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final class SubscriptionController extends Controller
*/
public function index(): RedirectResponse
{
if (Config::get('cashier.billing_enabled')) {
if (! Config::get('cashier.billing_enabled')) {
return redirect()->route('dashboard');
}

Expand Down
Binary file modified bun.lockb
Binary file not shown.
676 changes: 339 additions & 337 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/session.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
|
*/

'lifetime' => env('SESSION_LIFETIME', 120),
'lifetime' => (int) env('SESSION_LIFETIME', 120),

'expire_on_close' => env('SESSION_EXPIRE_ON_CLOSE', false),

Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@ai-sdk/vue": "^1.0.11",
"@ai-sdk/vue": "^1.1.6",
"@iconify/vue": "^4.3.0",
"@inertiajs/vue3": "^2.0.1",
"@inertiajs/vue3": "^2.0.3",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.0.0",
"@tailwindcss/typography": "^0.5.16",
Expand All @@ -21,8 +21,8 @@
"@unovis/vue": "^1.5.0",
"@vee-validate/zod": "^4.15.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vueuse/core": "^12.4.0",
"@vueuse/integrations": "^12.4.0",
"@vueuse/core": "^12.5.0",
"@vueuse/integrations": "^12.5.0",
"axios": "^1.7.9",
"change-case": "^5.4.4",
"chokidar": "^4.0.3",
Expand All @@ -32,25 +32,25 @@
"embla-carousel-vue": "^8.5.2",
"lucide-vue-next": "^0.462.0",
"postcss": "^8.5.1",
"radix-vue": "^1.9.12",
"radix-vue": "^1.9.13",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^4.0.0",
"tailwindcss-animate": "^1.0.7",
"v-calendar": "^3.1.2",
"vaul-vue": "^0.2.0",
"vee-validate": "^4.15.0",
"vite": "~6.0.7",
"vite": "6.0.11",
"vue": "^3.5.13",
"vue-sonner": "^1.3.0",
"ziggy-js": "^2.4.2",
"ziggy-js": "^2.5.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@antfu/eslint-config": "^3.14.0",
"eslint": "^9.18.0",
"@antfu/eslint-config": "^3.16.0",
"eslint": "^9.19.0",
"eslint-plugin-format": "^0.1.3",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-tailwindcss": "^3.18.0",
"eslint-plugin-vue": "^9.32.0",
"laravel-vite-plugin": "^1.1.1"
"laravel-vite-plugin": "^1.2.0"
}
}
2 changes: 1 addition & 1 deletion public/js/filament/notifications/notifications.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions public/vendor/telescope/app-dark.css

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions public/vendor/telescope/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/vendor/telescope/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/vendor/telescope/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/app.js": "/app.js?id=99f84d421ae083196e0a45c3c310168b",
"/app.js": "/app.js?id=a04a99f77a55ffcecde23cd7304b481b",
"/app-dark.css": "/app-dark.css?id=1ea407db56c5163ae29311f1f38eb7b9",
"/app.css": "/app.css?id=de4c978567bfd90b38d186937dee5ccf"
}

0 comments on commit e5afc3f

Please sign in to comment.