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 1474d98 commit 4995cfcCopy full SHA for 4995cfc
package.json
@@ -47,9 +47,9 @@
47
"eslint-plugin-flowtype": "^8.0.3",
48
"flow-bin": "^0.92.0",
49
"immutable": "4.3.4",
50
- "mindfront-redux-utils": "^2.1.2",
+ "mindfront-redux-utils": "^2.1.3",
51
"mocha": "^10.2.0",
52
- "redux": "^4.2.1",
+ "redux": "^5.0.1",
53
"rimraf": "^2.6.1",
54
"typescript": "^5.2.2"
55
},
@@ -59,7 +59,8 @@
59
60
"peerDependencies": {
61
"immutable": "^3.8.1 || ^4.0.0 || ^4.0.0-rc",
62
- "mindfront-redux-utils": "^2.1.2"
+ "redux": "^4.0.0 || ^5.0.0",
63
+ "mindfront-redux-utils": "^2.1.3"
64
65
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
0 commit comments