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 f76dcb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const context = await esbuild.context({
"@lezer/common",
"@lezer/highlight",
"@lezer/lr",
'three/webgpu',
...builtins],
format: "cjs",
target: "es2018",
Expand Down
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 f76dcb0

Please sign in to comment.