Skip to content

Commit b35f5b6

Browse files
committed
Upgrades
1 parent 3e83e87 commit b35f5b6

File tree

6 files changed

+242
-241
lines changed

6 files changed

+242
-241
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
args: [--unsafe-fixes]
2626
- id: ruff-format
2727
- repo: https://github.com/biomejs/pre-commit
28-
rev: v2.3.5
28+
rev: v2.3.6
2929
hooks:
3030
- id: biome-check
3131
args: [--unsafe]

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.5/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.6/schema.json",
33
"assist": {
44
"actions": {
55
"source": {

django_prose_editor/static/django_prose_editor/editor.js

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

django_prose_editor/static/django_prose_editor/editor.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,32 @@
55
"license": "MIT",
66
"dependencies": {
77
"@rslib/core": "^0.18.0",
8-
"@tiptap/core": "^3.10.7",
9-
"@tiptap/extension-blockquote": "^3.10.7",
10-
"@tiptap/extension-bold": "^3.10.7",
11-
"@tiptap/extension-code": "^3.10.7",
12-
"@tiptap/extension-code-block": "^3.10.7",
13-
"@tiptap/extension-color": "^3.10.7",
14-
"@tiptap/extension-document": "^3.10.7",
15-
"@tiptap/extension-hard-break": "^3.10.7",
16-
"@tiptap/extension-heading": "^3.10.7",
17-
"@tiptap/extension-highlight": "^3.10.7",
18-
"@tiptap/extension-horizontal-rule": "^3.10.7",
19-
"@tiptap/extension-image": "^3.10.7",
20-
"@tiptap/extension-italic": "^3.10.7",
21-
"@tiptap/extension-link": "^3.10.7",
22-
"@tiptap/extension-list": "^3.10.7",
23-
"@tiptap/extension-paragraph": "^3.10.7",
24-
"@tiptap/extension-strike": "^3.10.7",
25-
"@tiptap/extension-subscript": "^3.10.7",
26-
"@tiptap/extension-superscript": "^3.10.7",
27-
"@tiptap/extension-table": "^3.10.7",
28-
"@tiptap/extension-text": "^3.10.7",
29-
"@tiptap/extension-text-align": "^3.10.7",
30-
"@tiptap/extension-text-style": "^3.10.7",
31-
"@tiptap/extension-underline": "^3.10.7",
32-
"@tiptap/extensions": "^3.10.7",
33-
"@tiptap/pm": "^3.10.7",
8+
"@tiptap/core": "^3.10.8",
9+
"@tiptap/extension-blockquote": "^3.10.8",
10+
"@tiptap/extension-bold": "^3.10.8",
11+
"@tiptap/extension-code": "^3.10.8",
12+
"@tiptap/extension-code-block": "^3.10.8",
13+
"@tiptap/extension-color": "^3.10.8",
14+
"@tiptap/extension-document": "^3.10.8",
15+
"@tiptap/extension-hard-break": "^3.10.8",
16+
"@tiptap/extension-heading": "^3.10.8",
17+
"@tiptap/extension-highlight": "^3.10.8",
18+
"@tiptap/extension-horizontal-rule": "^3.10.8",
19+
"@tiptap/extension-image": "^3.10.8",
20+
"@tiptap/extension-italic": "^3.10.8",
21+
"@tiptap/extension-link": "^3.10.8",
22+
"@tiptap/extension-list": "^3.10.8",
23+
"@tiptap/extension-paragraph": "^3.10.8",
24+
"@tiptap/extension-strike": "^3.10.8",
25+
"@tiptap/extension-subscript": "^3.10.8",
26+
"@tiptap/extension-superscript": "^3.10.8",
27+
"@tiptap/extension-table": "^3.10.8",
28+
"@tiptap/extension-text": "^3.10.8",
29+
"@tiptap/extension-text-align": "^3.10.8",
30+
"@tiptap/extension-text-style": "^3.10.8",
31+
"@tiptap/extension-underline": "^3.10.8",
32+
"@tiptap/extensions": "^3.10.8",
33+
"@tiptap/pm": "^3.10.8",
3434
"autoprefixer": "^10.4.22",
3535
"postcss": "^8.5.3",
3636
"prosemirror-dropcursor": "^1.8.2",

0 commit comments

Comments
 (0)