Skip to content

Commit

Permalink
chore(deps): upgrade mobx and mutative
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Apr 16, 2024
1 parent 2c79cc5 commit 27c0c26
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 127 deletions.
2 changes: 1 addition & 1 deletion packages/usm-mobx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"author": "unadlib",
"license": "MIT",
"dependencies": {
"mobx": "^6.12.0"
"mobx": "^6.12.3"
}
}
2 changes: 1 addition & 1 deletion packages/usm-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"author": "unadlib",
"license": "MIT",
"dependencies": {
"mutative": "^1.0.3",
"mutative": "^1.0.4",
"redux": "^5.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/usm-vuex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"vuex": "^4.1.0"
},
"devDependencies": {
"vue": "^3.2.45"
"vue": "^3.4.23"
}
}
2 changes: 1 addition & 1 deletion packages/usm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"author": "unadlib",
"license": "MIT",
"dependencies": {
"mutative": "^1.0.3"
"mutative": "^1.0.4"
}
}
Loading

0 comments on commit 27c0c26

Please sign in to comment.