Skip to content

Commit

Permalink
Change/elk based pathing for edges (#525)
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Mills <[email protected]>
  • Loading branch information
ShadowWolf308 and macjuul authored Oct 17, 2024
1 parent 0950782 commit 7506e71
Show file tree
Hide file tree
Showing 12 changed files with 464 additions and 490 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"version": "3.0.8",
"surreal": "2.0.0",
"type": "module",
"authors": ["SurrealDB"],
"authors": [
"SurrealDB"
],
"scripts": {
"build": "tsc && vite build",
"build:desktop": "tsc && vite build -c vite.config.desktop.ts",
Expand Down Expand Up @@ -63,6 +65,7 @@
"@tauri-apps/plugin-shell": "2.0.0-rc.1",
"@tauri-apps/plugin-updater": "2.0.0-rc.2",
"@theopensource-company/feature-flags": "^0.4.6",
"@xyflow/react": "^12.3.2",
"ansi-to-html": "^0.7.2",
"clsx": "^2.1.0",
"cm6-graphql": "^0.1.1",
Expand Down Expand Up @@ -90,7 +93,6 @@
"react-leaflet": "^4.2.1",
"react-resizable-panels": "^2.0.5",
"react-reverse-portal": "^2.1.1",
"reactflow": "^11.10.4",
"rss-parser": "^3.13.0",
"surrealdb": "^1.0.4",
"use-immer": "^0.9.0",
Expand Down Expand Up @@ -118,7 +120,6 @@
},
"pnpm": {
"patchedDependencies": {
"@reactflow/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]"
}
}
Expand Down
Loading

0 comments on commit 7506e71

Please sign in to comment.