@atlaskit/adf-schema 56.1.14 → 56.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/adf-schema
2
2
 
3
+ ## 56.1.15
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9cb51fee86454`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9cb51fee86454) -
8
+ Remove support for React 16 and 17 in preparation for React 19 migration.
9
+ - Updated dependencies
10
+
3
11
  ## 56.1.14
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/adf-schema",
3
- "version": "56.1.14",
3
+ "version": "56.1.15",
4
4
  "description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -80,7 +80,7 @@
80
80
  "json-schema-diff-validator": "^0.4.1",
81
81
  "prettier": "^3.2.5",
82
82
  "prop-types": "^15.5.10",
83
- "react": "^16.8.0",
83
+ "react": "^18.2.0",
84
84
  "react-dom": "^18.2.0",
85
85
  "react-magnetic-di": "^3.1.4",
86
86
  "rxjs": "^5.5.0",