@atlaskit/inline-dialog
Advanced tools
Comparing version 14.2.5 to 14.3.0
# @atlaskit/inline-dialog | ||
## 14.3.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 | ||
## 14.2.5 | ||
@@ -4,0 +20,0 @@ |
@@ -29,3 +29,3 @@ "use strict"; | ||
var packageName = "@atlaskit/inline-dialog"; | ||
var packageVersion = "14.2.5"; | ||
var packageVersion = "14.3.0"; | ||
var checkIsChildOfPortal = function checkIsChildOfPortal(node) { | ||
@@ -32,0 +32,0 @@ if (!node) { |
@@ -18,3 +18,3 @@ /** | ||
const packageName = "@atlaskit/inline-dialog"; | ||
const packageVersion = "14.2.5"; | ||
const packageVersion = "14.3.0"; | ||
const checkIsChildOfPortal = node => { | ||
@@ -21,0 +21,0 @@ if (!node) { |
@@ -18,3 +18,3 @@ /** | ||
var packageName = "@atlaskit/inline-dialog"; | ||
var packageVersion = "14.2.5"; | ||
var packageVersion = "14.3.0"; | ||
var checkIsChildOfPortal = function checkIsChildOfPortal(node) { | ||
@@ -21,0 +21,0 @@ if (!node) { |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "14.2.5", | ||
"version": "14.3.0", | ||
"description": "An inline dialog is a pop-up container for small amounts of information. It can also contain controls.", | ||
@@ -44,9 +44,9 @@ "publishConfig": { | ||
"dependencies": { | ||
"@atlaskit/analytics-next": "^10.0.0", | ||
"@atlaskit/ds-lib": "^2.3.0", | ||
"@atlaskit/layering": "^0.3.0", | ||
"@atlaskit/analytics-next": "^10.1.0", | ||
"@atlaskit/ds-lib": "^2.4.0", | ||
"@atlaskit/layering": "^0.4.0", | ||
"@atlaskit/platform-feature-flags": "^0.3.0", | ||
"@atlaskit/popper": "^6.1.0", | ||
"@atlaskit/theme": "^12.11.0", | ||
"@atlaskit/tokens": "^1.57.0", | ||
"@atlaskit/popper": "^6.2.0", | ||
"@atlaskit/theme": "^12.12.0", | ||
"@atlaskit/tokens": "^1.58.0", | ||
"@babel/runtime": "^7.0.0", | ||
@@ -58,3 +58,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" | ||
}, | ||
@@ -65,9 +65,9 @@ "devDependencies": { | ||
"@af/visual-regression": "*", | ||
"@atlaskit/button": "^19.1.0", | ||
"@atlaskit/datetime-picker": "^13.8.0", | ||
"@atlaskit/button": "^19.2.0", | ||
"@atlaskit/datetime-picker": "^13.9.0", | ||
"@atlaskit/docs": "*", | ||
"@atlaskit/dropdown-menu": "^12.15.0", | ||
"@atlaskit/modal-dialog": "^12.14.0", | ||
"@atlaskit/section-message": "^6.5.0", | ||
"@atlaskit/select": "^17.11.0", | ||
"@atlaskit/dropdown-menu": "^12.17.0", | ||
"@atlaskit/modal-dialog": "^12.15.0", | ||
"@atlaskit/section-message": "^6.6.0", | ||
"@atlaskit/select": "^17.13.0", | ||
"@atlaskit/ssr": "*", | ||
@@ -74,0 +74,0 @@ "@atlaskit/visual-regression": "*", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
99784
+ Added@atlaskit/layering@0.4.1(transitive)
- Removed@atlaskit/layering@0.3.0(transitive)
- Removedreact@18.2.0(transitive)
Updated@atlaskit/ds-lib@^2.4.0
Updated@atlaskit/layering@^0.4.0
Updated@atlaskit/popper@^6.2.0
Updated@atlaskit/theme@^12.12.0
Updated@atlaskit/tokens@^1.58.0