Skip to content

Commit d94159e

Browse files
committed
Use lodash-es instead of lodash
1 parent cf7066f commit d94159e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Bootstrap4/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import 'raf/polyfill';
55

66
import React from 'react';
77
import ReactDOM from 'react-dom';
8-
import { isEqual, omit } from 'lodash';
8+
import { isEqual, omit } from 'lodash-es';
99

1010
import { FormWithConstraints, Input, FieldFeedbacks, Async, FieldFeedback } from 'react-form-with-constraints-bootstrap4';
1111
import { DisplayFields } from 'react-form-with-constraints-tools';

examples/Bootstrap4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"react": "latest",
2222
"react-dom": "latest",
2323

24-
"lodash": "latest",
24+
"lodash-es": "latest",
2525

2626
"react-form-with-constraints": "^0.10.0",
2727
"react-form-with-constraints-bootstrap4": "^0.10.0",

0 commit comments

Comments
 (0)