Skip to content

Commit 4c57877

Browse files
committed
Merge branch 'main' into feature/odt-export
2 parents a035241 + 0def46d commit 4c57877

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

examples/03-ui-components/15-advanced-tables/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ This example enables the following features in tables:
99

1010
**Relevant Docs:**
1111

12-
- [Tables](/docs/editor-basics/tables)
1312
- [Editor Setup](/docs/editor-basics/setup)

package-lock.json

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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"prosemirror-state": "^1.4.3",
8686
"prosemirror-tables": "^1.6.4",
8787
"prosemirror-transform": "^1.10.2",
88-
"prosemirror-view": "^1.38.0",
88+
"prosemirror-view": "^1.38.1",
8989
"rehype-format": "^5.0.0",
9090
"rehype-parse": "^8.0.4",
9191
"rehype-remark": "^9.1.2",

packages/xl-multi-column/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"prosemirror-state": "^1.4.3",
5353
"prosemirror-tables": "^1.3.7",
5454
"prosemirror-transform": "^1.9.0",
55-
"prosemirror-view": "^1.38.0",
55+
"prosemirror-view": "^1.38.1",
5656
"react-icons": "^5.2.1"
5757
},
5858
"devDependencies": {

0 commit comments

Comments
 (0)