Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #67 from MonsantoCo/lodash-isequal-missing
Browse files Browse the repository at this point in the history
adding missing dependency of lodash.isequal
  • Loading branch information
stazrad authored May 6, 2020
2 parents fbc7088 + 4f60f05 commit 2adb2e8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 36 deletions.
49 changes: 14 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bayer/ol-kit",
"version": "0.5.0",
"version": "0.5.1",
"license": "BSD",
"description": "Mapping components & utils built with openlayers + react",
"keywords": [
Expand Down Expand Up @@ -62,6 +62,7 @@
"lodash.clonedeep": "~4.5.0",
"lodash.debounce": "~4.0.8",
"lodash.escaperegexp": "~4.1.2",
"lodash.isequal": "~4.5.0",
"nanoid": "~2.1.11",
"prop-types": "~15.7.2",
"qs": "~6.9.3",
Expand Down

0 comments on commit 2adb2e8

Please sign in to comment.