From 51109d076826908a00143c8ddc548998b32ce735 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Thu, 24 Mar 2016 11:49:22 -0700 Subject: [PATCH] [fix] update inline-style-prefix-all inline-style-prefix-all@1.0.4 doesn't depend on `Set` anymore --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 75a6e7ff..2fd72b8c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "fbjs": "0.6.x || 0.7.x", - "inline-style-prefix-all": "^1.0.3", + "inline-style-prefix-all": "^1.0.4", "lodash.debounce": "^4.0.3", "react-textarea-autosize": "^3.1.0", "react-timer-mixin": "^0.13.3"