@atlaskit/portal
Advanced tools
Comparing version 4.7.0 to 4.8.0
# @atlaskit/portal | ||
## 4.8.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 | ||
## 4.7.0 | ||
@@ -4,0 +20,0 @@ |
{ | ||
"name": "@atlaskit/portal", | ||
"version": "4.7.0", | ||
"version": "4.8.0", | ||
"description": "A wrapper for rendering components in React portals.", | ||
@@ -42,8 +42,8 @@ "publishConfig": { | ||
"dependencies": { | ||
"@atlaskit/theme": "^12.11.0", | ||
"@atlaskit/theme": "^12.12.0", | ||
"@babel/runtime": "^7.0.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0 || ~18.2.0", | ||
"react-dom": "^16.8.0 || ^17.0.0 || ~18.2.0" | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -53,7 +53,7 @@ "devDependencies": { | ||
"@af/integration-testing": "*", | ||
"@atlaskit/ds-lib": "^2.3.0", | ||
"@atlaskit/modal-dialog": "^12.14.0", | ||
"@atlaskit/ds-lib": "^2.4.0", | ||
"@atlaskit/modal-dialog": "^12.15.0", | ||
"@atlaskit/ssr": "*", | ||
"@atlaskit/tokens": "^1.57.0", | ||
"@atlaskit/tooltip": "^18.6.0", | ||
"@atlaskit/tokens": "^1.58.0", | ||
"@atlaskit/tooltip": "^18.7.0", | ||
"@atlaskit/visual-regression": "*", | ||
@@ -60,0 +60,0 @@ "@emotion/react": "^11.7.1", |
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
68742
+ Addedreact@18.3.1(transitive)
+ Addedreact-dom@18.3.1(transitive)
- Removedreact@18.2.0(transitive)
- Removedreact-dom@18.2.0(transitive)
Updated@atlaskit/theme@^12.12.0