Skip to content

Commit

Permalink
Update tiptap
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jan 6, 2025
1 parent 386f5c1 commit bfb29f5
Show file tree
Hide file tree
Showing 5 changed files with 225 additions and 224 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ repos:
- id: django-upgrade
args: [--target-version, "4.2"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.8.3"
rev: "v0.8.6"
hooks:
- id: ruff
args: [--unsafe-fixes]
- id: ruff-format
- repo: https://github.com/biomejs/pre-commit
rev: "v0.6.0"
rev: "v0.6.1"
hooks:
- id: biome-check
additional_dependencies: ["@biomejs/biome@1.9.4"]
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Next version
CSS variables to the ProseMirror editing area.
- Fixed the django-content-editor support tweak where an empty label would make
the editor move to the left border.
- Updated Tiptap.


0.10 (2024-12-17)
Expand Down
38 changes: 19 additions & 19 deletions django_prose_editor/static/django_prose_editor/editor.js

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@tiptap/core": "^2.10.4",
"@tiptap/extension-code": "^2.10.4",
"@tiptap/extension-code-block": "^2.10.4",
"@tiptap/extension-color": "^2.10.4",
"@tiptap/extension-highlight": "^2.10.4",
"@tiptap/extension-link": "^2.10.4",
"@tiptap/extension-subscript": "^2.10.4",
"@tiptap/extension-superscript": "^2.10.4",
"@tiptap/extension-table": "^2.10.4",
"@tiptap/extension-table-cell": "^2.10.4",
"@tiptap/extension-table-header": "^2.10.4",
"@tiptap/extension-table-row": "^2.10.4",
"@tiptap/extension-text-align": "^2.10.4",
"@tiptap/extension-text-style": "^2.10.4",
"@tiptap/extension-underline": "^2.10.4",
"@tiptap/pm": "^2.10.4",
"@tiptap/starter-kit": "^2.10.4",
"@tiptap/core": "^2.11.0",
"@tiptap/extension-code": "^2.11.0",
"@tiptap/extension-code-block": "^2.11.0",
"@tiptap/extension-color": "^2.11.0",
"@tiptap/extension-highlight": "^2.11.0",
"@tiptap/extension-link": "^2.11.0",
"@tiptap/extension-subscript": "^2.11.0",
"@tiptap/extension-superscript": "^2.11.0",
"@tiptap/extension-table": "^2.11.0",
"@tiptap/extension-table-cell": "^2.11.0",
"@tiptap/extension-table-header": "^2.11.0",
"@tiptap/extension-table-row": "^2.11.0",
"@tiptap/extension-text-align": "^2.11.0",
"@tiptap/extension-text-style": "^2.11.0",
"@tiptap/extension-underline": "^2.11.0",
"@tiptap/pm": "^2.11.0",
"@tiptap/starter-kit": "^2.11.0",
"autoprefixer": "^10.4.20",
"esbuild": "^0.24.2",
"esbuild-postcss": "^0.0.4",
Expand Down
Loading

0 comments on commit bfb29f5

Please sign in to comment.