Skip to content

Commit

Permalink
npm: remove json-stable-stringify
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 0212f73 commit 1b93a6a
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 stringify = require('json-stable-stringify');
const GridLayout = WidthProvider(ReactGridLayout);
const sortLayout = ReactGridLayout.utils.sortLayoutItemsByRowCol;
const getLayoutItem = ReactGridLayout.utils.getLayoutItem;
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"fast-json-patch": "^3.1.1",
"https-browserify": "^1.0.0",
"jquery": "^3.6.3",
"json-stable-stringify": "^1.0.1",
"ml-savitzky-golay-generalized": "^4.0.1",
"rc-tree-select": "^1.12.13",
"react": "^17.0.2",
Expand Down

0 comments on commit 1b93a6a

Please sign in to comment.