We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1671a19 commit 17bec87Copy full SHA for 17bec87
package.json
@@ -46,7 +46,7 @@
46
"test": "nr lint && nr typecheck && vitest run"
47
},
48
"volta": {
49
- "node": "18.20.5",
+ "node": "18.20.6",
50
"npm": "9.9.4"
51
52
"peerDependencies": {
@@ -59,8 +59,8 @@
59
}
60
61
"dependencies": {
62
- "@tiptap/core": "^2.10.4",
63
- "@tiptap/pm": "^2.10.4",
+ "@tiptap/core": "^2.11.3",
+ "@tiptap/pm": "^2.11.3",
64
"vue-demi": "^0.14.10"
65
66
"devDependencies": {
@@ -70,9 +70,9 @@
70
"@vue/test-utils": "^2.4.6",
71
"eslint": "^8.57.1",
72
"jsdom": "^23.2.0",
73
- "rollup": "^4.29.1",
+ "rollup": "^4.31.0",
74
"standard-version": "^9.5.0",
75
- "typescript": "^5.7.2",
+ "typescript": "^5.7.3",
76
"unbuild": "^2.0.0",
77
"vitest": "^1.6.0",
78
"vue": "^3.5.13"
0 commit comments