From 2da9c8d65e455c6b6f73294861487f2df1d88bfe Mon Sep 17 00:00:00 2001 From: Leonardo Rota-Rossi Date: Tue, 1 Aug 2017 14:02:49 -0400 Subject: [PATCH 1/2] New mobx and mobx-react versions, and changes both to peerDependencies (Fixes #2155) --- Example/package.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Example/package.json b/Example/package.json index 97e2cec7d..527fe899a 100644 --- a/Example/package.json +++ b/Example/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "autobind-decorator": "^1.4.1", - "mobx": "^3.2.1", - "mobx-react": "^4.2.1", + "mobx": "^3.2.2", + "mobx-react": "^4.2.2", "react": "16.0.0-alpha.6", "react-native": "0.44.0", "react-native-button": "^2.0.0", diff --git a/package.json b/package.json index 66f1d8b6c..8692b3461 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,6 @@ "test": "jest" }, "dependencies": { - "mobx": "^3.1.16", - "mobx-react": "^4.2.1", "opencollective": "^1.0.3", "prop-types": "^15.5.10", "react-native-button": "^2.0.0", @@ -44,6 +42,8 @@ "react-test-renderer": "16.0.0-alpha.12" }, "peerDependencies": { + "mobx": "^3.2.2", + "mobx-react": "^4.2.2", "react": "*", "react-native": "*" }, From 44b04abeb1a98222e085cfa68bc17bf521739ae9 Mon Sep 17 00:00:00 2001 From: Leonardo Rota-Rossi Date: Tue, 1 Aug 2017 14:13:25 -0400 Subject: [PATCH 2/2] removes mobx and mobx-react versions, and changes both to peerDependencies (Fixes #2155) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8692b3461..3a99d8c51 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,8 @@ "react-test-renderer": "16.0.0-alpha.12" }, "peerDependencies": { - "mobx": "^3.2.2", - "mobx-react": "^4.2.2", + "mobx": "*", + "mobx-react": "*", "react": "*", "react-native": "*" },