Skip to content

Commit

Permalink
Upgrade to Astro 5 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur authored Jan 1, 2025
1 parent e321fb6 commit f9efda9
Show file tree
Hide file tree
Showing 465 changed files with 32,854 additions and 37,569 deletions.
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

0 comments on commit f9efda9

Please sign in to comment.