Skip to content

Commit 66dce67

Browse files
ltnscp9028y0on2q
andauthored
Bundle lodash.isequalwith
[Critical Error Fix] FIX Cannot find module: 'lodash.isequalwith'. (#481) Co-authored-by: y0on2q <[email protected]>
1 parent d685516 commit 66dce67

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"posttest": "npm run lint"
2929
},
3030
"dependencies": {
31-
"prop-types": "^15.7.2"
31+
"prop-types": "^15.7.2",
32+
"lodash.isequalwith": "^4.4.0"
3233
},
3334
"peerDependencies": {
3435
"history": "^4.7.2",
35-
"lodash.isequalwith": "^4.4.0",
3636
"react": "^16.4.0 || ^17.0.0",
3737
"react-redux": "^6.0.0 || ^7.1.0",
3838
"react-router": "^4.3.1 || ^5.0.0",
@@ -66,7 +66,6 @@
6666
"eslint-plugin-react": "^7.11.1",
6767
"immutable": "^4.0.0-rc.12",
6868
"jest": "^24.3.1",
69-
"lodash.isequalwith": "^4.4.0",
7069
"raf": "^3.4.0",
7170
"react": "^16.4.0",
7271
"react-dom": "^16.4.0",
@@ -90,4 +89,4 @@
9089
"bugs": {
9190
"url": "https://github.com/supasate/connected-react-router/issues"
9291
}
93-
}
92+
}

0 commit comments

Comments
 (0)