Skip to content

Commit

Permalink
npm: remove md5 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hartmann authored and JackUrb committed Mar 22, 2023
1 parent 87940e7 commit 0212f73
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ import WidthProvider from './Width';

const ReactGridLayout = require('react-grid-layout');
const jsonpatch = require('fast-json-patch');
const md5 = require('md5');
const stringify = require('json-stable-stringify');
const GridLayout = WidthProvider(ReactGridLayout);
const sortLayout = ReactGridLayout.utils.sortLayoutItemsByRowCol;
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"https-browserify": "^1.0.0",
"jquery": "^3.6.3",
"json-stable-stringify": "^1.0.1",
"md5": "^2.3.0",
"ml-savitzky-golay-generalized": "^4.0.1",
"rc-tree-select": "^1.12.13",
"react": "^17.0.2",
Expand Down

0 comments on commit 0212f73

Please sign in to comment.