Skip to content

Commit 3980c36

Browse files
committed
feat: update definitions for 1.9.10
1 parent 8f7bae9 commit 3980c36

File tree

6 files changed

+6671
-4805
lines changed

6 files changed

+6671
-4805
lines changed

docs/docusaurus.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const config = {
4242
cleanOutputDir: true,
4343
externalPattern: ["node_modules/**/*"],
4444
plugin: ["typedoc-plugin-mdn-links"],
45+
categoryOrder: ["Core", "*", "Extensions"],
4546
}),
4647
],
4748
],

docs/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@docusaurus/core": "3.0.1",
18-
"@docusaurus/plugin-content-docs": "^3.0.1",
19-
"@docusaurus/preset-classic": "3.0.1",
17+
"@docusaurus/core": "3.3.2",
18+
"@docusaurus/plugin-content-docs": "^3.3.2",
19+
"@docusaurus/preset-classic": "3.3.2",
2020
"@mdx-js/react": "^3.0.0",
2121
"clsx": "^1.2.1",
2222
"docusaurus-plugin-typedoc": "next",
@@ -33,8 +33,8 @@
3333
"typescript": "^5.3.3"
3434
},
3535
"devDependencies": {
36-
"@docusaurus/module-type-aliases": "3.0.1",
37-
"@docusaurus/types": "^3.0.1"
36+
"@docusaurus/module-type-aliases": "3.3.2",
37+
"@docusaurus/types": "^3.3.2"
3838
},
3939
"browserslist": {
4040
"production": [

0 commit comments

Comments
 (0)