Skip to content

Commit

Permalink
use better library for tabs reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Dec 5, 2023
1 parent 3dc1b29 commit 8cf097c
Show file tree
Hide file tree
Showing 4 changed files with 359 additions and 287 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hello-pangea/dnd": "^16.3.0",
"@mantine/core": "^6.0.13",
"@mantine/dates": "^6.0.13",
"@mantine/form": "^6.0.13",
Expand All @@ -25,19 +26,18 @@
"@mantine/tiptap": "^6.0.13",
"@tabler/icons-react": "^2.22.0",
"@tauri-apps/api": "^1.5.0",
"@tiptap/extension-link": "2.1.12",
"@tiptap/extension-placeholder": "2.1.12",
"@tiptap/extension-underline": "2.1.12",
"@tiptap/pm": "2.1.12",
"@tiptap/react": "2.1.12",
"@tiptap/starter-kit": "2.1.12",
"@vitejs/plugin-react-swc": "^3.3.2",
"@tiptap/extension-link": "2.1.13",
"@tiptap/extension-placeholder": "2.1.13",
"@tiptap/extension-underline": "2.1.13",
"@tiptap/pm": "2.1.13",
"@tiptap/react": "2.1.13",
"@tiptap/starter-kit": "2.1.13",
"@vitejs/plugin-react-swc": "^3.5.0",
"chess.js": "1.0.0-beta.6",
"chessground": "^8.3.10",
"chessops": "^0.12.8",
"dayjs": "^1.11.8",
"fast-deep-equal": "^3.1.3",
"framer-motion": "^10.16.4",
"fuse.js": "^6.6.2",
"jotai": "^2.2.1",
"mantine-datatable": "^6.0.5",
Expand Down
Loading

0 comments on commit 8cf097c

Please sign in to comment.