@atlaskit/link-extractors
Advanced tools
Comparing version 1.5.2 to 1.6.0
# @atlaskit/link-extractors | ||
## 1.6.0 | ||
### Minor Changes | ||
- [#127351](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127351) | ||
[`e87b54903058e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e87b54903058e) - | ||
Add React 18 compatability | ||
## 1.5.2 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@atlaskit/link-extractors", | ||
"version": "1.5.2", | ||
"version": "1.6.0", | ||
"description": "Functions for extracting props from JSON-LD", | ||
@@ -17,3 +17,4 @@ "author": "Atlassian Pty Ltd", | ||
"category": "Components" | ||
} | ||
}, | ||
"runReact18": true | ||
}, | ||
@@ -46,8 +47,8 @@ "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror", | ||
"peerDependencies": { | ||
"react": "^16.8.0" | ||
"react": "^16.8.0 || ^17.0.0 || ~18.2.0" | ||
}, | ||
"devDependencies": { | ||
"@atlaskit/docs": "*", | ||
"@atlaskit/link-test-helpers": "^7.0.0", | ||
"@atlaskit/media-test-helpers": "^33.0.0", | ||
"@atlaskit/link-test-helpers": "^7.2.0", | ||
"@atlaskit/media-test-helpers": "^34.0.0", | ||
"@atlassian/feature-flags-test-utils": "^0.2.0", | ||
@@ -54,0 +55,0 @@ "typescript": "~5.4.2" |
98624