Skip to content

Commit f43d9cc

Browse files
committed
audit fix
1 parent 8c37d28 commit f43d9cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@
8383
}
8484
},
8585
"peerDependencies": {
86+
"@blocknote/core": "^0.29.1",
87+
"@tiptap/core": "^2.7.0",
8688
"convex": ">=1.21.0 <1.25.0",
8789
"react": "^18.3.1 || ^19.0.0",
88-
"react-dom": "^18.3.1 || ^19.0.0",
89-
"@tiptap/core": "^2.7.0",
90-
"@blocknote/core": "^0.29.1"
90+
"react-dom": "^18.3.1 || ^19.0.0"
9191
},
9292
"optionalDependencies": {
9393
"@blocknote/core": "^0.29.1"
@@ -102,7 +102,7 @@
102102
"prettier": "3.2.5",
103103
"typescript": "~5.0.3",
104104
"typescript-eslint": "^8.4.0",
105-
"vitest": "^2.1.4"
105+
"vitest": "^3.1.2"
106106
},
107107
"main": "./dist/commonjs/client/index.js",
108108
"types": "./dist/commonjs/client/index.d.ts",

0 commit comments

Comments
 (0)