Skip to content

Commit ed8f450

Browse files
committed
wip
1 parent 2400209 commit ed8f450

21 files changed

+1815
-1415
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php": "~8.3.0",
1919
"ext-exif": "*",
2020
"ext-gd": "*",
21-
"laravel/framework": "^11.30"
21+
"laravel/framework": "^11.31"
2222
},
2323
"require-dev": {
2424
"fakerphp/faker": "^1.23",

composer.lock

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@
1010
"@alpinejs/focus": "^3.12.3",
1111
"@conedevelopment/qkie": "^1.1.1",
1212
"@hotwired/turbo": "^8.0.0",
13-
"@tiptap/extension-highlight": "^2.0.3",
14-
"@tiptap/extension-history": "^2.0.3",
15-
"@tiptap/extension-image": "^2.0.3",
16-
"@tiptap/extension-link": "^2.0.3",
17-
"@tiptap/extension-text-align": "^2.0.3",
18-
"@tiptap/extension-underline": "^2.0.4",
19-
"@tiptap/pm": "^2.0.3",
20-
"@tiptap/starter-kit": "^2.0.3",
13+
"@tiptap/core": "^2.9.1",
14+
"@tiptap/extension-highlight": "^2.9.1",
15+
"@tiptap/extension-history": "^2.9.1",
16+
"@tiptap/extension-image": "^2.9.1",
17+
"@tiptap/extension-link": "^2.9.1",
18+
"@tiptap/extension-text-align": "^2.9.1",
19+
"@tiptap/extension-underline": "^2.9.1",
20+
"@tiptap/pm": "^2.9.1",
21+
"@tiptap/starter-kit": "^2.9.1",
2122
"acorn": "^8.10.0",
2223
"alpinejs": "^3.12.3",
2324
"apexcharts": "^3.42.0",

public/build/assets/app-4e4439c8.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)