We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c37d28 commit f43d9ccCopy full SHA for f43d9cc
package.json
@@ -83,11 +83,11 @@
83
}
84
},
85
"peerDependencies": {
86
+ "@blocknote/core": "^0.29.1",
87
+ "@tiptap/core": "^2.7.0",
88
"convex": ">=1.21.0 <1.25.0",
89
"react": "^18.3.1 || ^19.0.0",
- "react-dom": "^18.3.1 || ^19.0.0",
- "@tiptap/core": "^2.7.0",
90
- "@blocknote/core": "^0.29.1"
+ "react-dom": "^18.3.1 || ^19.0.0"
91
92
"optionalDependencies": {
93
"@blocknote/core": "^0.29.1"
@@ -102,7 +102,7 @@
102
"prettier": "3.2.5",
103
"typescript": "~5.0.3",
104
"typescript-eslint": "^8.4.0",
105
- "vitest": "^2.1.4"
+ "vitest": "^3.1.2"
106
107
"main": "./dist/commonjs/client/index.js",
108
"types": "./dist/commonjs/client/index.d.ts",
0 commit comments