We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d685516 commit 66dce67Copy full SHA for 66dce67
package.json
@@ -28,11 +28,11 @@
28
"posttest": "npm run lint"
29
},
30
"dependencies": {
31
- "prop-types": "^15.7.2"
+ "prop-types": "^15.7.2",
32
+ "lodash.isequalwith": "^4.4.0"
33
34
"peerDependencies": {
35
"history": "^4.7.2",
- "lodash.isequalwith": "^4.4.0",
36
"react": "^16.4.0 || ^17.0.0",
37
"react-redux": "^6.0.0 || ^7.1.0",
38
"react-router": "^4.3.1 || ^5.0.0",
@@ -66,7 +66,6 @@
66
"eslint-plugin-react": "^7.11.1",
67
"immutable": "^4.0.0-rc.12",
68
"jest": "^24.3.1",
69
70
"raf": "^3.4.0",
71
"react": "^16.4.0",
72
"react-dom": "^16.4.0",
@@ -90,4 +89,4 @@
90
89
"bugs": {
91
"url": "https://github.com/supasate/connected-react-router/issues"
92
}
93
-}
+}
0 commit comments