Skip to content

Commit

Permalink
chore(doc): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Desdaemon committed May 9, 2024
1 parent 3980c36 commit 6a0432b
Show file tree
Hide file tree
Showing 6 changed files with 1,781 additions and 1,999 deletions.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const config = {
({
entryPoints: ["../src/index.ts", "../src/jsx.d.ts"],
tsconfig: "../tsconfig.json",
hideInPageTOC: true,
hidePageTitle: true,
readme: 'none',
watch: process.env.npm_lifecycle_event === "start",
cleanOutputDir: true,
Expand Down
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
"@docusaurus/core": "3.3.2",
"@docusaurus/plugin-content-docs": "^3.3.2",
"@docusaurus/preset-classic": "3.3.2",
"@mdx-js/react": "^3.0.0",
"@mdx-js/react": "^3.0.1",
"clsx": "^1.2.1",
"docusaurus-plugin-typedoc": "next",
"docusaurus-preset-shiki-twoslash": "^1.1.41",
"hono": "^3.11.12",
"hono": "^3.12.12",
"object-assign": "^4.1.1",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typed-htmx": "link:..",
"typedoc": "^0.25.6",
"typedoc-plugin-markdown": "next",
"typedoc-plugin-mdn-links": "^3.1.10",
"typescript": "^5.3.3"
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^4.0.1",
"typedoc-plugin-mdn-links": "^3.1.24",
"typescript": "^5.4.5"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.3.2",
Expand Down
Loading

0 comments on commit 6a0432b

Please sign in to comment.