Skip to content

Commit

Permalink
fix: Move mobx to a peer dependency. (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh authored Sep 12, 2023
1 parent d0949e7 commit 0d94583
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
"is-plain-object": "^5.0.0",
"mobx": "^6.10.2",
"mobx-react": "^9.0.1"
"is-plain-object": "^5.0.0"
},
"peerDependencies": {
"mobx": ">=6",
"react": ">=16"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1875,6 +1875,7 @@ __metadata:
typescript: ^5.2.2
typescript-transform-paths: ^3.4.6
peerDependencies:
mobx: ">=6"
react: ">=16"
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 0d94583

Please sign in to comment.