diff --git a/astro.config.mjs b/astro.config.mjs index 6d074c57..5f863507 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -49,8 +49,7 @@ export default defineConfig({ entryPoints: ['./fabric.js/fabric.ts'], tsconfig: './fabric.js/typedoc.config.json', typeDoc: { - // needs fixes - // plugin: ['typedoc-plugin-no-inherit'], + plugin: ['typedoc-plugin-no-inherit'], readme: 'none', gitRemote: 'https://github.com/fabricjs/fabric.js/blob', entryFileName: 'index.md', diff --git a/package-lock.json b/package-lock.json index 6fe7f6fa..876c06e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "thememirror": "^2.0.1", "typedoc": "^0.27.6", "typedoc-plugin-markdown": "^4.4.0", - "typedoc-plugin-no-inherit": "^1.4.0", + "typedoc-plugin-no-inherit": "^1.5.0", "typescript": "^5.4.2" }, "devDependencies": { @@ -7857,11 +7857,11 @@ } }, "node_modules/typedoc-plugin-no-inherit": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/typedoc-plugin-no-inherit/-/typedoc-plugin-no-inherit-1.4.0.tgz", - "integrity": "sha512-cAvqQ8X9xh1xztVoDKtF4nYRSBx9XwttN3OBbNNpA0YaJSRM8XvpVVhugq8FoO1HdWjF3aizS0JzdUOMDt0y9g==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/typedoc-plugin-no-inherit/-/typedoc-plugin-no-inherit-1.5.0.tgz", + "integrity": "sha512-iy8oxL+K2hlMzM8gtmjKbWf8qQ9MqY3x6WC5hR7Wf7AQv3B9sBt4qvfd6WdVIOCWgBDU7Hqo1mvUhR1916Lw0Q==", "peerDependencies": { - "typedoc": ">=0.23.0" + "typedoc": "0.26.x || 0.27.x" } }, "node_modules/typedoc/node_modules/brace-expansion": { diff --git a/package.json b/package.json index 53e90ab4..9d11b782 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "thememirror": "^2.0.1", "typedoc": "^0.27.6", "typedoc-plugin-markdown": "^4.4.0", - "typedoc-plugin-no-inherit": "^1.4.0", + "typedoc-plugin-no-inherit": "^1.5.0", "typescript": "^5.4.2" }, "engines": {