Skip to content

Commit

Permalink
fix(mutative): upgrade mutative to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Jan 4, 2023
1 parent c74a11a commit fe41648
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions packages/reactant-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
],
"license": "MIT",
"peerDependencies": {
"mutative": "^0.2.1",
"mutative": "^0.2.2",
"reactant-module": "*"
},
"devDependencies": {
"mutative": "^0.2.1",
"reactant-module": "^0.70.0"
"mutative": "^0.2.2",
"reactant-module": "^0.71.0"
}
}
4 changes: 2 additions & 2 deletions packages/reactant-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
],
"license": "MIT",
"dependencies": {
"mutative": "^0.2.1",
"reactant-di": "^0.70.0",
"mutative": "^0.2.2",
"reactant-di": "^0.71.0",
"redux": "^4.1.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9050,10 +9050,10 @@ multimatch@^5.0.0:
arrify "^2.0.1"
minimatch "^3.0.4"

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

[email protected]:
version "0.0.7"
Expand Down

0 comments on commit fe41648

Please sign in to comment.