Update jsdoc-plugin-typescript to fix markdown in type annotations

This commit is contained in:
Andreas Hocevar
2022-07-30 10:07:23 +02:00
parent 1c1270cba4
commit 551d438345
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -42,7 +42,7 @@
"handlebars": "4.7.7", "handlebars": "4.7.7",
"jquery": "3.6.0", "jquery": "3.6.0",
"jsdoc": "3.6.11", "jsdoc": "3.6.11",
"jsdoc-plugin-typescript": "^2.0.5", "jsdoc-plugin-typescript": "^2.1.1",
"json-stringify-safe": "^5.0.1", "json-stringify-safe": "^5.0.1",
"karma": "^6.3.8", "karma": "^6.3.8",
"karma-chrome-launcher": "^3.1.0", "karma-chrome-launcher": "^3.1.0",
@@ -6307,9 +6307,9 @@
} }
}, },
"node_modules/jsdoc-plugin-typescript": { "node_modules/jsdoc-plugin-typescript": {
"version": "2.1.0", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/jsdoc-plugin-typescript/-/jsdoc-plugin-typescript-2.1.0.tgz", "resolved": "https://registry.npmjs.org/jsdoc-plugin-typescript/-/jsdoc-plugin-typescript-2.1.1.tgz",
"integrity": "sha512-GYNBCW20YyoFGz8ZYjZS0Prt/arfaCm8yku/yN/d4NXNnF25Ghq9gVpxVdN+8sK5fnA8YRNh8am4kGA8amL99Q==", "integrity": "sha512-zbGdmQ6uxe2yR9vG04hEA+wrYFxOxjQ3P1fRXDTTIttozMIWwUuljSgcR+lOZ5O7jb9P7a/GCtftJzQN22qEsg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"string.prototype.matchall": "^4.0.0" "string.prototype.matchall": "^4.0.0"
@@ -15041,9 +15041,9 @@
} }
}, },
"jsdoc-plugin-typescript": { "jsdoc-plugin-typescript": {
"version": "2.1.0", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/jsdoc-plugin-typescript/-/jsdoc-plugin-typescript-2.1.0.tgz", "resolved": "https://registry.npmjs.org/jsdoc-plugin-typescript/-/jsdoc-plugin-typescript-2.1.1.tgz",
"integrity": "sha512-GYNBCW20YyoFGz8ZYjZS0Prt/arfaCm8yku/yN/d4NXNnF25Ghq9gVpxVdN+8sK5fnA8YRNh8am4kGA8amL99Q==", "integrity": "sha512-zbGdmQ6uxe2yR9vG04hEA+wrYFxOxjQ3P1fRXDTTIttozMIWwUuljSgcR+lOZ5O7jb9P7a/GCtftJzQN22qEsg==",
"dev": true, "dev": true,
"requires": { "requires": {
"string.prototype.matchall": "^4.0.0" "string.prototype.matchall": "^4.0.0"

View File

@@ -78,7 +78,7 @@
"handlebars": "4.7.7", "handlebars": "4.7.7",
"jquery": "3.6.0", "jquery": "3.6.0",
"jsdoc": "3.6.11", "jsdoc": "3.6.11",
"jsdoc-plugin-typescript": "^2.0.5", "jsdoc-plugin-typescript": "^2.1.1",
"json-stringify-safe": "^5.0.1", "json-stringify-safe": "^5.0.1",
"karma": "^6.3.8", "karma": "^6.3.8",
"karma-chrome-launcher": "^3.1.0", "karma-chrome-launcher": "^3.1.0",