Skip to content

Commit 7d3aee4

Browse files
committed
Use lodash-es instead of lodash
1 parent 56cb2b2 commit 7d3aee4

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
@@ -19,7 +19,7 @@
1919
"react": "latest",
2020
"react-dom": "latest",
2121

22-
"lodash": "latest",
22+
"lodash-es": "latest",
2323

2424
"react-form-with-constraints": "^0.10.0",
2525
"react-form-with-constraints-bootstrap4": "^0.10.0",

0 commit comments

Comments
 (0)