@atlaskit/textfield
Advanced tools
Comparing version
# @atlaskit/textfield | ||
## 0.1.4 | ||
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa): | ||
- @atlaskit/analytics-next@3.1.2 | ||
- @atlaskit/button@10.1.1 | ||
- @atlaskit/form@4.0.21 | ||
- @atlaskit/theme@7.0.1 | ||
- @atlaskit/docs@6.0.0 | ||
## 0.1.3 | ||
@@ -4,0 +12,0 @@ - [patch] [63f969d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/63f969d): |
{ | ||
"name": "@atlaskit/textfield", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/textfield", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Text Field Component", | ||
@@ -22,4 +22,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@atlaskit/analytics-next": "^3.1.1", | ||
"@atlaskit/theme": "^7.0.0", | ||
"@atlaskit/analytics-next": "^3.1.2", | ||
"@atlaskit/theme": "^7.0.1", | ||
"@babel/runtime": "^7.0.0" | ||
@@ -33,6 +33,6 @@ }, | ||
"@atlaskit/build-utils": "^2.0.0", | ||
"@atlaskit/button": "^10.0.4", | ||
"@atlaskit/docs": "^5.2.3", | ||
"@atlaskit/form": "^4.0.20", | ||
"enzyme": "https://registry.npmjs.org/@pgleeson/enzyme/-/enzyme-3.3.7.tgz", | ||
"@atlaskit/button": "^10.1.1", | ||
"@atlaskit/docs": "^6.0.0", | ||
"@atlaskit/form": "^4.0.21", | ||
"enzyme": "^3.7.0", | ||
"react-dom": "^16.4.2" | ||
@@ -45,2 +45,2 @@ }, | ||
] | ||
} | ||
} |
74811
0.25%Updated