Skip to content

Commit

Permalink
refactor: ➖ remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Sep 8, 2024
1 parent 61ede50 commit 79c0348
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
13 changes: 0 additions & 13 deletions package-lock.json

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

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,9 @@
"@materializecss/materialize": "^1.2.2",
"analytics": "^0.8.14",
"draggabilly": "^3.0.0",
"draggy": "^1.6.6",
"echarts": "^5.4.3",
"echarts-gl": "^2.0.9",
"eruda": "^2.5.0",
"eruda-fps": "^2.0.0",
"file-saver": "^2.0.5",
"gl-matrix": "^3.4.3",
"gremlins.js": "^2.2.0",
Expand All @@ -164,7 +162,6 @@
"numeric": "^1.2.6",
"ootk": "^4.0.2",
"resizable": "^1.2.1",
"urlon": "^3.1.0",
"uuid": "^9.0.1",
"webgl-obj-loader": "^2.0.8"
}
Expand Down
2 changes: 0 additions & 2 deletions src/keeptrack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import thuleJpg from '@public/img/wallpaper/thule.jpg';
import 'material-icons/iconfont/material-icons.css';

import eruda from 'eruda';
import erudaFps from 'eruda-fps';
import { Milliseconds } from 'ootk';
import { keepTrackContainer } from './container';
import { KeepTrackApiEvents, Singletons } from './interfaces';
Expand Down Expand Up @@ -559,7 +558,6 @@ theodore.kruczek at gmail dot com.
useShadowDom: false,
tool: ['console', 'elements'],
});
eruda.add(erudaFps);
const erudaEntryButtonDoms = keepTrackApi.containerRoot.querySelectorAll('eruda-entry-btn');

if (erudaEntryButtonDoms.length > 0) {
Expand Down

0 comments on commit 79c0348

Please sign in to comment.