Comparing version 3.6.3 to 3.6.4
@@ -12,2 +12,11 @@ # Changelog | ||
## 3.6.4 | ||
- **Internal** | ||
- Remove deprecated React warnings from tests | ||
## 3.6.3 | ||
- **Bug Fix** | ||
- Fix with requiring babel-runtime plugin | ||
## 3.6.2 | ||
@@ -14,0 +23,0 @@ |
{ | ||
"name": "flummox", | ||
"version": "3.6.3", | ||
"version": "3.6.4", | ||
"description": "Idiomatic, modular, testable, isomorphic Flux. No singletons required.", | ||
@@ -34,3 +34,2 @@ "main": "lib/Flux.js", | ||
"babel-loader": "^6.2.0", | ||
"babel-plugin-transform-runtime": "^6.1.18", | ||
"babel-preset-es2015-loose": "^6.1.2", | ||
@@ -49,2 +48,3 @@ "babel-preset-react": "^6.1.18", | ||
"react-addons-test-utils": "^0.14.3", | ||
"react-dom": "^0.14.3", | ||
"sinon": "1.14.0", | ||
@@ -51,0 +51,0 @@ "source-map-support": "0.2.10", |
951890