From 0c278917d9badee8de6738008208b6c4d7016b0c Mon Sep 17 00:00:00 2001 From: Alex Antonov Date: Thu, 4 Aug 2016 21:59:56 +0400 Subject: [PATCH] Update symbol-observable version Hey! Unfortunately some kinds of webpack builds causes an exception with outdated `symbol-observable` polyfill. There was a fix for that situation: https://github.com/blesh/symbol-observable/pull/8 Could you update the version for this case, please? Alex --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f11014836..8f3a985f09 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "lodash": "^4.2.1", "lodash-es": "^4.2.1", "loose-envify": "^1.1.0", - "symbol-observable": "^0.2.4" + "symbol-observable": "^1.0.1" }, "devDependencies": { "babel-cli": "^6.3.15",