Skip to content

Commit

Permalink
feat: update definitions for 1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Desdaemon committed May 7, 2024
1 parent 8f7bae9 commit 3980c36
Show file tree
Hide file tree
Showing 6 changed files with 6,671 additions and 4,805 deletions.
1 change: 1 addition & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const config = {
cleanOutputDir: true,
externalPattern: ["node_modules/**/*"],
plugin: ["typedoc-plugin-mdn-links"],
categoryOrder: ["Core", "*", "Extensions"],
}),
],
],
Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "3.0.1",
"@docusaurus/plugin-content-docs": "^3.0.1",
"@docusaurus/preset-classic": "3.0.1",
"@docusaurus/core": "3.3.2",
"@docusaurus/plugin-content-docs": "^3.3.2",
"@docusaurus/preset-classic": "3.3.2",
"@mdx-js/react": "^3.0.0",
"clsx": "^1.2.1",
"docusaurus-plugin-typedoc": "next",
Expand All @@ -33,8 +33,8 @@
"typescript": "^5.3.3"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.0.1",
"@docusaurus/types": "^3.0.1"
"@docusaurus/module-type-aliases": "3.3.2",
"@docusaurus/types": "^3.3.2"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 3980c36

Please sign in to comment.