mobx-state-tree
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -24,3 +24,3 @@ import { IObservableArray } from "mobx"; | ||
* | ||
* This type will always produce [observable arrays](https://mobx.js.org/refguide/array.html) | ||
* This type will always produce [observable arrays](https://mobx.js.org/api.html#observablearray) | ||
* | ||
@@ -27,0 +27,0 @@ * Example: |
@@ -50,3 +50,3 @@ import { IInterceptor, IKeyValueMap, IMapDidChange, IMapWillChange, Lambda } from "mobx"; | ||
* | ||
* This type will always produce [observable maps](https://mobx.js.org/refguide/map.html) | ||
* This type will always produce [observable maps](https://mobx.js.org/api.html#observablemap) | ||
* | ||
@@ -53,0 +53,0 @@ * Example: |
{ | ||
"name": "mobx-state-tree", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Opinionated, transactional, MobX powered state container", | ||
@@ -59,3 +59,3 @@ "main": "dist/mobx-state-tree.js", | ||
"lerna": "^3.13.1", | ||
"mobx": "^6.1.0", | ||
"mobx": "^6.3.0", | ||
"rollup": "^2.18.1", | ||
@@ -79,3 +79,3 @@ "rollup-plugin-commonjs": "^10.0.0", | ||
"peerDependencies": { | ||
"mobx": "^6.1.0" | ||
"mobx": "^6.3.0" | ||
}, | ||
@@ -91,3 +91,3 @@ "keywords": [ | ||
], | ||
"gitHead": "806792cf8b3c40cc8147a14ea02e1496696f37ea" | ||
"gitHead": "e6025cc3d62094fc2b4272ff53607c862efd1975" | ||
} |
@@ -8,3 +8,3 @@ <img src="website/static/img/mobx-state-tree-logo-gradient.png" alt="logo" height="120" align="right" /> | ||
[![Coverage Status](https://coveralls.io/repos/github/mobxjs/mobx-state-tree/badge.svg?branch=master)](https://coveralls.io/github/mobxjs/mobx-state-tree?branch=master) | ||
[![Have a question? Ask on Spectrum!](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/mobx-state-tree) | ||
[![Have a question? Ask on GitHub Discussions!](https://img.shields.io/badge/Have%20a%20question%3F-Ask%20on%20GitHub%20Discussions!-blue)](https://github.com/mobxjs/mobx-state-tree/discussions) | ||
@@ -11,0 +11,0 @@ ## What is mobx-state-tree? |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1241103
27633