Add type package for mark.js

This commit is contained in:
Ramon Wenger 2023-12-21 17:37:02 +01:00
parent 1927036610
commit 4da376d5d6
2 changed files with 34 additions and 0 deletions

View File

@ -31,6 +31,7 @@
"@tiptap/extension-paragraph": "^2.1.11",
"@tiptap/extension-text": "^2.1.11",
"@tiptap/vue-3": "^2.1.11",
"@types/mark.js": "^8.11.12",
"@types/rangy": "^0.0.38",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
@ -6133,6 +6134,14 @@
"@types/istanbul-lib-report": "*"
}
},
"node_modules/@types/jquery": {
"version": "3.5.29",
"resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.29.tgz",
"integrity": "sha512-oXQQC9X9MOPRrMhPHHOsXqeQDnWeCDT3PelUIg/Oy8FAbzSZtFHRjc7IpbfFVmpLtJ+UOoywpRsuO5Jxjybyeg==",
"dependencies": {
"@types/sizzle": "*"
}
},
"node_modules/@types/js-yaml": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.5.tgz",
@ -6158,6 +6167,14 @@
"resolved": "https://registry.npmjs.org/@types/json-stable-stringify/-/json-stable-stringify-1.0.34.tgz",
"integrity": "sha512-s2cfwagOQAS8o06TcwKfr9Wx11dNGbH2E9vJz1cqV+a/LOyhWNLUNd6JSRYNzvB4d29UuJX2M0Dj9vE1T8fRXw=="
},
"node_modules/@types/mark.js": {
"version": "8.11.12",
"resolved": "https://registry.npmjs.org/@types/mark.js/-/mark.js-8.11.12.tgz",
"integrity": "sha512-244ZnaIBpz4c6xutliAnYVZp6xJlmC569jZqnR3ElO1Y01ooYASSVQEqpd2x0A2UfrgVMs5V9/9tUAdZaDMytQ==",
"dependencies": {
"@types/jquery": "*"
}
},
"node_modules/@types/node": {
"version": "18.11.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.5.tgz",
@ -22437,6 +22454,14 @@
"@types/istanbul-lib-report": "*"
}
},
"@types/jquery": {
"version": "3.5.29",
"resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.29.tgz",
"integrity": "sha512-oXQQC9X9MOPRrMhPHHOsXqeQDnWeCDT3PelUIg/Oy8FAbzSZtFHRjc7IpbfFVmpLtJ+UOoywpRsuO5Jxjybyeg==",
"requires": {
"@types/sizzle": "*"
}
},
"@types/js-yaml": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.5.tgz",
@ -22462,6 +22487,14 @@
"resolved": "https://registry.npmjs.org/@types/json-stable-stringify/-/json-stable-stringify-1.0.34.tgz",
"integrity": "sha512-s2cfwagOQAS8o06TcwKfr9Wx11dNGbH2E9vJz1cqV+a/LOyhWNLUNd6JSRYNzvB4d29UuJX2M0Dj9vE1T8fRXw=="
},
"@types/mark.js": {
"version": "8.11.12",
"resolved": "https://registry.npmjs.org/@types/mark.js/-/mark.js-8.11.12.tgz",
"integrity": "sha512-244ZnaIBpz4c6xutliAnYVZp6xJlmC569jZqnR3ElO1Y01ooYASSVQEqpd2x0A2UfrgVMs5V9/9tUAdZaDMytQ==",
"requires": {
"@types/jquery": "*"
}
},
"@types/node": {
"version": "18.11.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.5.tgz",

View File

@ -58,6 +58,7 @@
"@tiptap/extension-paragraph": "^2.1.11",
"@tiptap/extension-text": "^2.1.11",
"@tiptap/vue-3": "^2.1.11",
"@types/mark.js": "^8.11.12",
"@types/rangy": "^0.0.38",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",