@atlaskit/textarea
Advanced tools
Comparing version 5.5.2 to 5.6.0
# @atlaskit/textarea | ||
## 5.6.0 | ||
### Minor Changes | ||
- [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511) | ||
[`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) - | ||
Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0` | ||
to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable). | ||
This change has been done to enable usage of `react@18.3` as well as to have a consistent peer | ||
dependency range for `react` and `react-dom` for `/platform` packages. | ||
### Patch Changes | ||
- Updated dependencies | ||
## 5.5.2 | ||
@@ -4,0 +20,0 @@ |
@@ -28,3 +28,3 @@ "use strict"; | ||
var packageName = "@atlaskit/textarea"; | ||
var packageVersion = "5.5.2"; | ||
var packageVersion = "5.6.0"; | ||
var analyticsParams = { | ||
@@ -31,0 +31,0 @@ componentName: 'textArea', |
@@ -13,3 +13,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
const packageName = "@atlaskit/textarea"; | ||
const packageVersion = "5.5.2"; | ||
const packageVersion = "5.6.0"; | ||
const analyticsParams = { | ||
@@ -16,0 +16,0 @@ componentName: 'textArea', |
@@ -19,3 +19,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
var packageName = "@atlaskit/textarea"; | ||
var packageVersion = "5.5.2"; | ||
var packageVersion = "5.6.0"; | ||
var analyticsParams = { | ||
@@ -22,0 +22,0 @@ componentName: 'textArea', |
{ | ||
"name": "@atlaskit/textarea", | ||
"version": "5.5.2", | ||
"version": "5.6.0", | ||
"description": "A text area lets users enter long form text which spans over multiple lines.", | ||
@@ -45,5 +45,5 @@ "publishConfig": { | ||
"dependencies": { | ||
"@atlaskit/analytics-next": "^10.0.0", | ||
"@atlaskit/theme": "^12.11.0", | ||
"@atlaskit/tokens": "^1.57.0", | ||
"@atlaskit/analytics-next": "^10.1.0", | ||
"@atlaskit/theme": "^12.12.0", | ||
"@atlaskit/tokens": "^1.58.0", | ||
"@babel/runtime": "^7.0.0", | ||
@@ -53,3 +53,3 @@ "@emotion/react": "^11.7.1" | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0 || ~18.2.0" | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -60,3 +60,3 @@ "devDependencies": { | ||
"@af/visual-regression": "*", | ||
"@atlaskit/ds-lib": "^2.3.0", | ||
"@atlaskit/ds-lib": "^2.4.0", | ||
"@atlaskit/ssr": "*", | ||
@@ -63,0 +63,0 @@ "@atlaskit/visual-regression": "*", |
141229
+ Added@atlaskit/analytics-next@10.3.0(transitive)
+ Addedimport-fresh@3.3.0(transitive)
- Removed@atlaskit/analytics-next@10.3.1(transitive)
- Removed@atlaskit/atlassian-context@0.1.0(transitive)
- Removed@atlaskit/feature-gate-js-client@4.23.4(transitive)
- Removed@atlaskit/platform-feature-flags@1.0.0(transitive)
- Removedeventemitter2@4.1.2(transitive)
- Removedimport-fresh@3.3.1(transitive)
- Removedreact@18.2.0(transitive)
- Removedstatsig-js-lite@1.6.0(transitive)
Updated@atlaskit/theme@^12.12.0
Updated@atlaskit/tokens@^1.58.0