@hixme-ui/bullet-list
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "@hixme-ui/bullet-list", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "hixme-ui BulletList component", | ||
@@ -82,6 +82,6 @@ "publishConfig": { | ||
"dependencies": { | ||
"@hixme-ui/container": "^2.0.0", | ||
"@hixme-ui/text": "^2.0.0", | ||
"@hixme-ui/theme": "^2.0.0", | ||
"@hixme-ui/theme-props": "^2.0.0", | ||
"@hixme-ui/container": "^2.1.0", | ||
"@hixme-ui/text": "^2.1.0", | ||
"@hixme-ui/theme": "^2.1.0", | ||
"@hixme-ui/theme-props": "^2.1.0", | ||
"styled-components": "^2.3.3" | ||
@@ -91,5 +91,5 @@ }, | ||
"prop-types": "^15.6.0", | ||
"react": "~15 || ~16" | ||
"react": "~15 || ~16 || ~17" | ||
}, | ||
"gitHead": "2214195647bb37835500f0e57a9115ef81b93898" | ||
"gitHead": "dffadfa1556246f46edfb077a8ddb58b89beaf48" | ||
} |
10024
+ Addedreact@17.0.2(transitive)
Updated@hixme-ui/container@^2.1.0
Updated@hixme-ui/text@^2.1.0
Updated@hixme-ui/theme@^2.1.0
Updated@hixme-ui/theme-props@^2.1.0