Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kctekn committed Oct 20, 2024
1 parent 535bdd0 commit 528137c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
},
"dependencies": {
"3d-force-graph": "^1.70.12",
"three": "^0.157.0",
"three-spritetext":"^1.8.2",
"html2canvas":"1.4.1"
"three": "^0.169.0",
"three-spritetext": "^1.8.2"
}
}
1 change: 0 additions & 1 deletion src/views/TagsRoutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { settingGroup } from "./settings"
import TagsRoutes, { defaltColorMap, DEFAULT_DISPLAY_SETTINGS, globalDirectory, globalProgramControl, TagRoutesSettings } from '../main';
import { Vector2 } from 'three';
import SpriteText from 'three-spritetext';
import html2canvas from 'html2canvas';
export const VIEW_TYPE_TAGS_ROUTES = "tags-routes";
interface GraphData {
nodes: ExtendedNodeObject[];
Expand Down

0 comments on commit 528137c

Please sign in to comment.