Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.0 to 3.4.10. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.0...3.4.10) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
376 B
JSON
21 lines
376 B
JSON
{
|
|
"name": "@probo/prosemirror",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"main": "src/index.ts",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@tiptap/pm": "^3.20.2",
|
|
"dompurify": "^3.4.10",
|
|
"marked": "^15.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "~5.8.3"
|
|
}
|
|
}
|