Skip to content

Commit

Permalink
Bundle lodash.isequalwith
Browse files Browse the repository at this point in the history
[Critical Error Fix] FIX Cannot find module: 'lodash.isequalwith'. (#481)

Co-authored-by: y0on2q <y0on2q@biock.health>
  • Loading branch information
ltnscp9028 and y0on2q committed Feb 22, 2021
1 parent d685516 commit 66dce67
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"posttest": "npm run lint"
},
"dependencies": {
"prop-types": "^15.7.2"
"prop-types": "^15.7.2",
"lodash.isequalwith": "^4.4.0"
},
"peerDependencies": {
"history": "^4.7.2",
"lodash.isequalwith": "^4.4.0",
"react": "^16.4.0 || ^17.0.0",
"react-redux": "^6.0.0 || ^7.1.0",
"react-router": "^4.3.1 || ^5.0.0",
Expand Down Expand Up @@ -66,7 +66,6 @@
"eslint-plugin-react": "^7.11.1",
"immutable": "^4.0.0-rc.12",
"jest": "^24.3.1",
"lodash.isequalwith": "^4.4.0",
"raf": "^3.4.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
Expand All @@ -90,4 +89,4 @@
"bugs": {
"url": "https://github.com/supasate/connected-react-router/issues"
}
}
}

0 comments on commit 66dce67

Please sign in to comment.