Skip to content

Commit fe41648

Browse files
committed
fix(mutative): upgrade mutative to 0.2.2
1 parent c74a11a commit fe41648

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

packages/reactant-model/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
],
2222
"license": "MIT",
2323
"peerDependencies": {
24-
"mutative": "^0.2.1",
24+
"mutative": "^0.2.2",
2525
"reactant-module": "*"
2626
},
2727
"devDependencies": {
28-
"mutative": "^0.2.1",
29-
"reactant-module": "^0.70.0"
28+
"mutative": "^0.2.2",
29+
"reactant-module": "^0.71.0"
3030
}
3131
}

packages/reactant-module/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
],
2727
"license": "MIT",
2828
"dependencies": {
29-
"mutative": "^0.2.1",
30-
"reactant-di": "^0.70.0",
29+
"mutative": "^0.2.2",
30+
"reactant-di": "^0.71.0",
3131
"redux": "^4.1.0"
3232
},
3333
"devDependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -9050,10 +9050,10 @@ multimatch@^5.0.0:
90509050
arrify "^2.0.1"
90519051
minimatch "^3.0.4"
90529052

9053-
mutative@^0.2.1:
9054-
version "0.2.1"
9055-
resolved "https://registry.yarnpkg.com/mutative/-/mutative-0.2.1.tgz#f22fbb7f02d563ec0be4410ec73e84a68af25c04"
9056-
integrity sha512-1W5D+k0wa8RMqnKrtXCmUOj16ywoJSs/9FQUw2PlPMGvFcAMIP4/N2kbIylEq5juCVNgfAwjocK4+H1/Fvttlg==
9053+
mutative@^0.2.2:
9054+
version "0.2.2"
9055+
resolved "https://registry.yarnpkg.com/mutative/-/mutative-0.2.2.tgz#16e412d0e11095b7e7de04369599f91561e0ba8b"
9056+
integrity sha512-47/hXxP7paHrzyDh8Sd8SI4/gwIWKKQhZtCuQ6IQdnKRWgk8dDUyUGWI51xmYUA2uc4ggCbfg++MZ5C7oML8wg==
90579057

90589058
90599059
version "0.0.7"

0 commit comments

Comments
 (0)