Skip to content

Commit 402c3d3

Browse files
committed
commit to get new changes
1 parent bda43d0 commit 402c3d3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"intro.js-react": "^1.0.0",
176176
"jsondiffpatch": "^0.6.0",
177177
"lodash": "^4.17.21",
178-
"node": "^14.21.3",
178+
"node": "^18.12.1",
179179
"rc-slider": "^10.5.0",
180180
"rc-tooltip": "^6.1.3",
181181
"react": "^18.2.0",

src/app/components/Diff.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React from 'react';
2-
import { diff } from 'jsondiffpatch';
3-
import formatters from 'jsondiffpatch/build/formatters';
2+
import { diff, formatters } from 'jsondiffpatch';
43
import HtmlReactParser from 'html-react-parser';
54
import { CurrentTab, DiffProps, MainState, RootState, StatelessCleaning } from '../FrontendTypes';
65
import { useSelector } from 'react-redux';

0 commit comments

Comments
 (0)