fix: update zeed-dom version for style support #5352 (#5640)

This commit is contained in:
Nick Perez 2024-09-23 11:19:49 +02:00 committed by GitHub
parent 7dc7fd5823
commit 6d0518d418
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 31 additions and 18 deletions

47
package-lock.json generated
View File

@ -18847,22 +18847,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/zeed-dom": {
"version": "0.10.11",
"resolved": "https://registry.npmjs.org/zeed-dom/-/zeed-dom-0.10.11.tgz",
"integrity": "sha512-7ukbu6aQKx34OQ7PfUIxOuAhk2MvyZY/t4/IJsVzy76zuMzfhE74+Dbyp8SHiUJPTPkF0FflP1KVrGJ7gk9IHw==",
"license": "MIT",
"dependencies": {
"css-what": "^6.1.0"
},
"engines": {
"node": ">=14.13.1"
},
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/holtwick"
}
},
"packages/core": {
"name": "@tiptap/core",
"version": "2.7.2",
@ -19679,7 +19663,7 @@
"version": "2.7.2",
"license": "MIT",
"dependencies": {
"zeed-dom": "^0.10.11"
"zeed-dom": "^0.15.1"
},
"devDependencies": {
"@tiptap/core": "^2.7.2",
@ -19694,6 +19678,35 @@
"@tiptap/pm": "^2.7.0"
}
},
"packages/html/node_modules/entities": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/entities/-/entities-5.0.0.tgz",
"integrity": "sha512-BeJFvFRJddxobhvEdm5GqHzRV/X+ACeuw0/BuuxsCh1EUZcAIz8+kYmBp/LrQuloy6K1f3a0M7+IhmZ7QnkISA==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=0.12"
},
"funding": {
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
"packages/html/node_modules/zeed-dom": {
"version": "0.15.1",
"resolved": "https://registry.npmjs.org/zeed-dom/-/zeed-dom-0.15.1.tgz",
"integrity": "sha512-dtZ0aQSFyZmoJS0m06/xBN1SazUBPL5HpzlAcs/KcRW0rzadYw12deQBjeMhGKMMeGEp7bA9vmikMLaO4exBcg==",
"license": "MIT",
"dependencies": {
"css-what": "^6.1.0",
"entities": "^5.0.0"
},
"engines": {
"node": ">=14.13.1"
},
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/holtwick"
}
},
"packages/pm": {
"name": "@tiptap/pm",
"version": "2.7.2",

View File

@ -37,7 +37,7 @@
"@tiptap/pm": "^2.7.0"
},
"dependencies": {
"zeed-dom": "^0.10.11"
"zeed-dom": "^0.15.1"
},
"repository": {
"type": "git",