@shopify/react-compose
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "@shopify/react-compose", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"license": "MIT", | ||
@@ -9,3 +9,3 @@ "description": "Cleanly compose multiple component enhancers together with minimal fuss", | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "tsc --p tsconfig.build.json", | ||
"prepublishOnly": "yarn run build" | ||
@@ -27,3 +27,3 @@ }, | ||
"dependencies": { | ||
"hoist-non-react-statics": "^2.5.0" | ||
"hoist-non-react-statics": "^3.0.1" | ||
}, | ||
@@ -36,4 +36,4 @@ "peerDependencies": { | ||
"enzyme": "^3.3.0", | ||
"typescript": "~2.9.2" | ||
"typescript": "~3.0.1" | ||
} | ||
} |
11641
194
+ Addedhoist-non-react-statics@3.3.2(transitive)
- Removedhoist-non-react-statics@2.5.5(transitive)