@hixme-ui/container
Advanced tools
Comparing version 1.8.0 to 1.9.0
{ | ||
"name": "@hixme-ui/container", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"description": "hixme-ui Container component", | ||
@@ -58,3 +58,3 @@ "publishConfig": { | ||
"debug": "^2.2.0", | ||
"enzyme": "^2.0.0", | ||
"enzyme": "^2.9.1", | ||
"eslint": "^3.19.0", | ||
@@ -64,3 +64,3 @@ "eslint-config-airbnb": "^14.1.0", | ||
"eslint-config-standard-react": "^2.2.0", | ||
"eslint-plugin-babel": "^3.2.0", | ||
"eslint-plugin-babel": "^3.3.0", | ||
"eslint-plugin-import": "^2.2.0", | ||
@@ -85,8 +85,8 @@ "eslint-plugin-jest": "^21.5.0", | ||
"dependencies": { | ||
"@hixme-ui/theme": "^1.8.0", | ||
"@hixme-ui/theme-props": "^1.8.0", | ||
"@hixme-ui/theme": "^1.9.0", | ||
"@hixme-ui/theme-props": "^1.9.0", | ||
"prop-types": "^15.6.0", | ||
"react": "^16.2.0", | ||
"react": "^16.0.0", | ||
"styled-components": "^2.3.3" | ||
} | ||
} |
Updated@hixme-ui/theme@^1.9.0
Updated@hixme-ui/theme-props@^1.9.0
Updatedreact@^16.0.0