chore: move mobx to peerDependencies

This commit is contained in:
Roman Hotsiy 2018-07-17 12:34:18 +03:00
parent c35925a332
commit 32df7767fd
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 5 additions and 4 deletions

View File

@ -95,6 +95,7 @@
"jest": "^23.4.1",
"license-checker": "^20.1.0",
"lodash": "^4.17.10",
"mobx": "^4.3.1",
"prettier": "^1.13.7",
"prettier-eslint": "^8.8.2",
"puppeteer": "^1.6.0",
@ -119,8 +120,9 @@
"yaml-js": "^0.2.3"
},
"peerDependencies": {
"react": "^16.3.0",
"react-dom": "^16.3.0"
"mobx": "^4.2.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"dependencies": {
"classnames": "^2.2.6",
@ -133,7 +135,6 @@
"mark.js": "^8.11.1",
"marked": "0.3.18",
"memoize-one": "^4.0.0",
"mobx": "^4.3.0",
"mobx-react": "^5.2.3",
"openapi-sampler": "1.0.0-beta.13",
"perfect-scrollbar": "^1.4.0",

View File

@ -5876,7 +5876,7 @@ mobx-react@^5.2.3:
hoist-non-react-statics "^2.5.0"
react-lifecycles-compat "^3.0.2"
mobx@^4.3.0:
mobx@^4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/mobx/-/mobx-4.3.1.tgz#334e5aab4916b1d43f0faf3605a64b1b4b3ccb8d"