react-mobx-observed
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "react-mobx-observed", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "`@observed` decorator for MobX and React/React-Native projects.", | ||
@@ -32,10 +32,12 @@ "main": "dist/index.js", | ||
}, | ||
"dependencies": { | ||
"react": "16.x", | ||
"mobx": "5.x", | ||
"mobx-react": "6.x", | ||
"rxjs": "6.x" | ||
}, | ||
"devDependencies": { | ||
"typescript": "3.8.3", | ||
"react": "16.13.0", | ||
"mobx": "5.15.4", | ||
"mobx-react": "6.1.8", | ||
"rxjs": "6.5.4" | ||
"typescript": "3.8.3" | ||
}, | ||
"types": "dist/index.d.ts" | ||
} |
51170
1
8
+ Addedmobx@5.x
+ Addedmobx-react@6.x
+ Addedreact@16.x
+ Addedrxjs@6.x