Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Jul 7, 2024
1 parent 39836be commit 891015c
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 31 deletions.
64 changes: 37 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,18 @@
"@storybook/vue3-vite": "^8.1.11",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tanstack/react-virtual": "^3.8.1",
"@testing-library/react": "^14.3.1",
"@testing-library/react": "^16.0.0",
"@testing-library/vue": "^8.1.0",
"@types/jsdom": "^21.1.7",
"@types/react": "^18.3.3",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.3.0",
"@types/react-virtualized": "^9.21.30",
"@types/react-window": "^1.8.8",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/babel-plugin-jsx": "^1.2.2",
"babel-preset-solid": "^1.8.18",
"cmdk": "^1.0.0",
Expand Down Expand Up @@ -134,7 +135,7 @@
"svelte-check": "^3.8.4",
"svelte2tsx": "^0.7.13",
"typedoc": "^0.26.3",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-markdown": "^4.1.2",
"typedoc-plugin-vue": "^1.2.0",
"typescript": "^5.5.3",
"virtua": "^0.33.2",
Expand Down
2 changes: 1 addition & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"sort": ["kind"],
"groupOrder": ["Function", "Interface", "TypeAlias"],
"githubPages": false,
"entryDocument": "API.md",
"entryFileName": "API.md",
"hideBreadcrumbs": true
}

0 comments on commit 891015c

Please sign in to comment.