@webkrafters/react-observable-context 5.0.1-alpha.0 → 5.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -8,10 +8,9 @@
8
8
  "steveswork <stephen.isienyi@gmail.com> (https://github.com/steveswork)"
9
9
  ],
10
10
  "dependencies": {
11
- "@webkrafters/auto-immutable": "^1.0.2-rc.0",
11
+ "@webkrafters/auto-immutable": "^1.0.2",
12
12
  "@webkrafters/data-distillery": "^0.0.3",
13
- "@webkrafters/path-dotize": "^0.0.2",
14
- "auto-immutable-docs": "github:webkrafters/auto-immutable"
13
+ "@webkrafters/path-dotize": "^0.0.2"
15
14
  },
16
15
  "description": "Observable react context - Update-friendly context. Prevents automatic total component tree tear-down and re-rendering during context updates.",
17
16
  "devDependencies": {
@@ -118,5 +117,5 @@
118
117
  "test:watch": "eslint --fix && jest --updateSnapshot --watchAll"
119
118
  },
120
119
  "types": "dist/index.d.ts",
121
- "version": "5.0.1-alpha.0"
120
+ "version": "5.0.2"
122
121
  }