@atlaskit/textfield
Advanced tools
Comparing version 5.1.12 to 5.1.13
# @atlaskit/textfield | ||
## 5.1.13 | ||
### Patch Changes | ||
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`. | ||
## 5.1.12 | ||
@@ -4,0 +10,0 @@ |
@@ -43,3 +43,3 @@ "use strict"; | ||
packageName: "@atlaskit/textfield", | ||
packageVersion: "5.1.12" | ||
packageVersion: "5.1.13" | ||
}; | ||
@@ -46,0 +46,0 @@ var Textfield = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) { |
{ | ||
"name": "@atlaskit/textfield", | ||
"version": "5.1.12", | ||
"version": "5.1.13", | ||
"sideEffects": false | ||
} |
@@ -12,3 +12,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/textfield", | ||
packageVersion: "5.1.12" | ||
packageVersion: "5.1.13" | ||
}; | ||
@@ -15,0 +15,0 @@ const Textfield = /*#__PURE__*/forwardRef((props, ref) => { |
{ | ||
"name": "@atlaskit/textfield", | ||
"version": "5.1.12", | ||
"version": "5.1.13", | ||
"sideEffects": false | ||
} |
@@ -20,3 +20,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/textfield", | ||
packageVersion: "5.1.12" | ||
packageVersion: "5.1.13" | ||
}; | ||
@@ -23,0 +23,0 @@ var Textfield = /*#__PURE__*/forwardRef(function (props, ref) { |
{ | ||
"name": "@atlaskit/textfield", | ||
"version": "5.1.12", | ||
"version": "5.1.13", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/textfield", | ||
"version": "5.1.12", | ||
"version": "5.1.13", | ||
"description": "A text field is an input that allows a user to write or edit text.", | ||
@@ -21,3 +21,4 @@ "publishConfig": { | ||
"website": { | ||
"name": "Text field" | ||
"name": "Text field", | ||
"category": "Components" | ||
} | ||
@@ -55,3 +56,3 @@ }, | ||
"storybook-addon-performance": "^0.16.0", | ||
"typescript": "4.2.4", | ||
"typescript": "4.3.5", | ||
"wait-for-expect": "^1.2.0" | ||
@@ -69,2 +70,3 @@ }, | ||
"@repo/internal": { | ||
"dom-events": "use-bind-event-listener", | ||
"ui-components": "lite-mode", | ||
@@ -71,0 +73,0 @@ "styling": [ |
116587
39