sync dependencies for floating and bubble menu

This commit is contained in:
Dominik Biedebach 2024-07-31 17:38:48 +02:00
parent 7eaa34d0d1
commit 6c5065a90e
2 changed files with 8 additions and 8 deletions

View File

@ -36,13 +36,13 @@
"sideEffects": false, "sideEffects": false,
"devDependencies": { "devDependencies": {
"@floating-ui/dom": "^1.0.0", "@floating-ui/dom": "^1.0.0",
"@tiptap/core": "^2.5.7", "@tiptap/core": "^2.5.6",
"@tiptap/pm": "^2.5.7" "@tiptap/pm": "^2.5.6"
}, },
"peerDependencies": { "peerDependencies": {
"@floating-ui/dom": "^1.0.0", "@floating-ui/dom": "^1.0.0",
"@tiptap/core": "^2.5.7", "@tiptap/core": "^2.5.6",
"@tiptap/pm": "^2.5.7" "@tiptap/pm": "^2.5.6"
}, },
"scripts": { "scripts": {
"clean": "rm -rf dist", "clean": "rm -rf dist",

View File

@ -30,13 +30,13 @@
], ],
"devDependencies": { "devDependencies": {
"@floating-ui/dom": "^1.0.0", "@floating-ui/dom": "^1.0.0",
"@tiptap/core": "^2.5.7", "@tiptap/core": "^2.5.6",
"@tiptap/pm": "^2.5.7" "@tiptap/pm": "^2.5.6"
}, },
"peerDependencies": { "peerDependencies": {
"@floating-ui/dom": "^1.0.0", "@floating-ui/dom": "^1.0.0",
"@tiptap/core": "^2.5.7", "@tiptap/core": "^2.5.6",
"@tiptap/pm": "^2.5.7" "@tiptap/pm": "^2.5.6"
}, },
"repository": { "repository": {
"type": "git", "type": "git",