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 9474d9a
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 33 deletions.
66 changes: 38 additions & 28 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,25 +87,26 @@
"@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",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react-compiler": "^0.0.0-experimental-51a85ea-20240601",
"eslint-plugin-react-compiler": "^0.0.0-experimental-0998c1e-20240625",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-solid": "^0.14.1",
"eslint-plugin-vue": "^9.27.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 9474d9a

Please sign in to comment.