Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove several unused JS dependencies #7521

Merged
merged 5 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released
- Fixed that the Segment Statistics feature was not available in the context menu of segment groups and in the context menu of the data viewports. [#7510](https://github.com/scalableminds/webknossos/pull/7510)

### Removed
- Removed several unused frontend libraries. [#7521](https://github.com/scalableminds/webknossos/pull/7521)

### Breaking Changes
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@
"@types/pixelmatch": "^5.2.4",
"@types/pngjs": "^6.0.1",
"@types/three": "^0.142.0",
"@use-it/interval": "^1.0.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have implemented this ourselves in libs/react_helpers

"@zip.js/zip.js": "^2.6.81",
"ansi-to-react": "^6.1.6",
"antd": "^4.24.8",
Expand All @@ -166,7 +165,6 @@
"classnames": "^2.2.5",
"color-hash": "^2.0.1",
"comlink": "^4.3.0",
"cross-fetch": "^3.1.5",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This lib was introduced to added a polyfill for airbrake-js. We have switched to @airbrake/browser in the meantime, which seems to work without polyfills.

"cwise": "^1.0.10",
"dagre": "^0.8.5",
"data.maybe": "^1.2.2",
Expand Down Expand Up @@ -196,7 +194,6 @@
"ml-matrix": "^6.10.4",
"nanoevents": "^5.1.8",
"ndarray": "^1.0.19",
"ndarray-convolve": "^2.0.0",
"ndarray-moments": "^1.0.0",
"ndarray-ops": "^1.2.2",
"onnxruntime-web": "^1.14.0",
Expand All @@ -220,15 +217,13 @@
"react-router-dom": "^5.1.2",
"react-sortable-hoc": "^2.0.0",
"react-sortable-tree": "^2.8.0",
"react-sortable-tree-theme-file-explorer": "^2.0.0",
"react-virtualized": "^9.22.2",
"redux": "^3.6.0",
"redux-batched-actions": "^0.5.0",
"redux-saga": "^1.0.0",
"resumablejs": "^1.1.0",
"rome": "^11.0.0",
"saxophone": "^0.8.0",
"strip-ansi": "^7.0.1",
"terser-webpack-plugin": "^5.3.0",
"three": "^0.137.0",
"tween.js": "^16.3.1",
Expand Down