Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Astro 5 #184

Merged
merged 3 commits into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ export default defineConfig({
entryPoints: ['./fabric.js/fabric.ts'],
tsconfig: './fabric.js/typedoc.config.json',
typeDoc: {
plugin: ['typedoc-plugin-no-inherit'],
// needs fixes
// plugin: ['typedoc-plugin-no-inherit'],
readme: 'none',
gitRemote: 'https://github.com/fabricjs/fabric.js/blob',
entryFileName: 'index.md',
Expand Down
1,346 changes: 908 additions & 438 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.9",
"@astrojs/react": "^3.6.2",
"@astrojs/starlight": "^0.29.0",
"@astrojs/mdx": "^4.0.3",
"@astrojs/react": "^4.1.2",
"@astrojs/starlight": "^0.30.3",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/state": "^6.4.1",
"@types/jsdom": "^21.1.6",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.22",
"astro": "^4.16.18",
"astro": "^5.1.1",
"codemirror": "^6.0.1",
"fabric": "^6.5.3",
"prettier": "^3.4.2",
Expand All @@ -28,8 +28,8 @@
"react-helmet": "^6.1.0",
"react-load-script": "^0.0.6",
"thememirror": "^2.0.1",
"typedoc": "^0.26.2",
"typedoc-plugin-markdown": "^4.1.1",
"typedoc": "^0.27.6",
"typedoc-plugin-markdown": "^4.4.0",
"typedoc-plugin-no-inherit": "^1.4.0",
"typescript": "^5.4.2"
},
Expand All @@ -38,6 +38,6 @@
},
"packageManager": "[email protected]+sha512.0e9d42e92bd2318408ed81eaff2da5f78baf23ee7d12a6eed44a6e2901d0f29d7ab715d1b918ade601f72e769a824d9a5c322383f22bbbda5dd396e79de2a077",
"devDependencies": {
"starlight-typedoc": "^0.17.0"
"starlight-typedoc": "^0.18.0"
}
}
Loading
Loading