Skip to content

Commit

Permalink
Merge pull request #571 from tanthammar/filament-release-locked-versions
Browse files Browse the repository at this point in the history
Filament v3.2.138
  • Loading branch information
awcodes authored Feb 10, 2025
2 parents 6f03531 + 2d297c7 commit e13b84f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"require": {
"php": "^8.1",
"filament/filament": "^3.0",
"filament/filament": "^3.2.138",
"spatie/laravel-package-tools": "^1.9.2",
"ueberdosis/tiptap-php": "^1.1"
},
Expand Down
10 changes: 9 additions & 1 deletion package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"@tiptap/pm": "^2.1.12",
"@tiptap/suggestion": "^2.1.12",
"alpinejs": "^3.10.5",
"async-alpine": "^2.0",
"autoprefixer": "^10.4.7",
"esbuild": "^0.19.4",
"highlight.js": "^11.5.0",
Expand Down
5 changes: 2 additions & 3 deletions resources/views/tiptap-editor.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@
>
<div
wire:ignore
x-ignore
ax-load
ax-load-src="{{ \Filament\Support\Facades\FilamentAsset::getAlpineComponentSrc('tiptap', 'awcodes/tiptap-editor') }}"
x-load
x-load-src="{{ \Filament\Support\Facades\FilamentAsset::getAlpineComponentSrc('tiptap', 'awcodes/tiptap-editor') }}"
class="relative z-0 tiptap-wrapper rounded-md bg-white dark:bg-gray-900 focus-within:ring focus-within:ring-primary-500 focus-within:z-10"
x-bind:class="{ 'tiptap-fullscreen': fullScreenMode }"
x-data="tiptap({
Expand Down

0 comments on commit e13b84f

Please sign in to comment.