@shopify/react-compose
Advanced tools
Comparing version 0.1.8 to 0.1.10
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var hoist_non_react_statics_1 = __importDefault(require("hoist-non-react-statics")); | ||
var tslib_1 = require("tslib"); | ||
var hoist_non_react_statics_1 = tslib_1.__importDefault(require("hoist-non-react-statics")); | ||
function compose() { | ||
@@ -8,0 +6,0 @@ var wrappingFunctions = []; |
{ | ||
"name": "@shopify/react-compose", | ||
"version": "0.1.8", | ||
"version": "0.1.10", | ||
"license": "MIT", | ||
@@ -26,3 +26,4 @@ "description": "Cleanly compose multiple component enhancers together with minimal fuss", | ||
"dependencies": { | ||
"hoist-non-react-statics": "^3.0.1" | ||
"hoist-non-react-statics": "^3.0.1", | ||
"tslib": "^1.9.3" | ||
}, | ||
@@ -29,0 +30,0 @@ "peerDependencies": { |
11401
8
3
178
+ Addedtslib@^1.9.3
+ Addedtslib@1.14.1(transitive)