Skip to content

Commit b00c513

Browse files
committed
chore: update tiptap version
1 parent 9bdc9b5 commit b00c513

File tree

5 files changed

+216
-176
lines changed

5 files changed

+216
-176
lines changed

packages/core/package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -74,22 +74,22 @@
7474
"dependencies": {
7575
"@emoji-mart/data": "^1.2.1",
7676
"@shikijs/types": "3.2.1",
77-
"@tiptap/core": "^2.11.5",
78-
"@tiptap/extension-bold": "^2.11.5",
79-
"@tiptap/extension-code": "^2.11.5",
80-
"@tiptap/extension-gapcursor": "^2.11.5",
81-
"@tiptap/extension-history": "^2.11.5",
82-
"@tiptap/extension-horizontal-rule": "^2.11.5",
83-
"@tiptap/extension-italic": "^2.11.5",
84-
"@tiptap/extension-link": "^2.11.5",
85-
"@tiptap/extension-paragraph": "^2.11.5",
86-
"@tiptap/extension-strike": "^2.11.5",
87-
"@tiptap/extension-table-cell": "^2.11.5",
88-
"@tiptap/extension-table-header": "^2.11.5",
89-
"@tiptap/extension-table-row": "^2.11.5",
90-
"@tiptap/extension-text": "^2.11.5",
91-
"@tiptap/extension-underline": "^2.11.5",
92-
"@tiptap/pm": "^2.11.5",
77+
"@tiptap/core": "^2.12.0",
78+
"@tiptap/extension-bold": "^2.12.0",
79+
"@tiptap/extension-code": "^2.12.0",
80+
"@tiptap/extension-gapcursor": "^2.12.0",
81+
"@tiptap/extension-history": "^2.12.0",
82+
"@tiptap/extension-horizontal-rule": "^2.12.0",
83+
"@tiptap/extension-italic": "^2.12.0",
84+
"@tiptap/extension-link": "^2.12.0",
85+
"@tiptap/extension-paragraph": "^2.12.0",
86+
"@tiptap/extension-strike": "^2.12.0",
87+
"@tiptap/extension-table-cell": "^2.12.0",
88+
"@tiptap/extension-table-header": "^2.12.0",
89+
"@tiptap/extension-table-row": "^2.12.0",
90+
"@tiptap/extension-text": "^2.12.0",
91+
"@tiptap/extension-underline": "^2.12.0",
92+
"@tiptap/pm": "^2.12.0",
9393
"emoji-mart": "^5.6.0",
9494
"hast-util-from-dom": "^5.0.1",
9595
"prosemirror-dropcursor": "^1.8.1",

packages/react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
"@blocknote/core": "0.29.1",
6161
"@emoji-mart/data": "^1.2.1",
6262
"@floating-ui/react": "^0.26.4",
63-
"@tiptap/core": "^2.7.1",
64-
"@tiptap/pm": "^2.7.1",
65-
"@tiptap/react": "^2.7.1",
63+
"@tiptap/core": "^2.12.0",
64+
"@tiptap/pm": "^2.12.0",
65+
"@tiptap/react": "^2.12.0",
6666
"emoji-mart": "^5.6.0",
6767
"lodash.merge": "^4.6.2",
6868
"react-icons": "^5.2.1"

packages/server-util/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
"dependencies": {
5858
"@blocknote/core": "0.29.1",
5959
"@blocknote/react": "0.29.1",
60-
"@tiptap/core": "^2.7.1",
61-
"@tiptap/pm": "^2.7.1",
60+
"@tiptap/core": "^2.12.0",
61+
"@tiptap/pm": "^2.12.0",
6262
"jsdom": "^25.0.1",
6363
"y-prosemirror": "^1.3.4",
6464
"y-protocols": "^1.0.6",

packages/xl-multi-column/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"dependencies": {
5454
"@blocknote/core": "0.29.1",
5555
"@blocknote/react": "0.29.1",
56-
"@tiptap/core": "^2.7.1",
56+
"@tiptap/core": "^2.12.0",
5757
"prosemirror-model": "^1.23.0",
5858
"prosemirror-state": "^1.4.3",
5959
"prosemirror-tables": "^1.3.7",
@@ -67,14 +67,14 @@
6767
"@vitest/ui": "^2.1.4",
6868
"eslint": "^8.10.0",
6969
"jsdom": "^21.1.0",
70+
"react": "^18.3.1",
71+
"react-dom": "^18.3.1",
7072
"rimraf": "^5.0.5",
7173
"rollup-plugin-webpack-stats": "^0.2.2",
7274
"typescript": "^5.3.3",
7375
"vite": "^5.3.4",
7476
"vite-plugin-eslint": "^1.8.1",
75-
"vitest": "^2.0.3",
76-
"react": "^18.3.1",
77-
"react-dom": "^18.3.1"
77+
"vitest": "^2.0.3"
7878
},
7979
"peerDependencies": {
8080
"react": "^18.0 || ^19.0 || >= 19.0.0-rc",

0 commit comments

Comments
 (0)