@atlaskit/pragmatic-drag-and-drop-react-accessibility 1.2.3 → 1.3.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/pragmatic-drag-and-drop-react-accessibility
2
2
 
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
8
+ [`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
9
+ Update `React` from v16 to v18
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 1.2.4
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 1.2.3
4
22
 
5
23
  ### Patch Changes
@@ -25,4 +25,4 @@ You are welcome to reimplement this (small) package using your own tech stack.
25
25
 
26
26
  ### Outputs
27
27
 
28
- - [drag-handle-button](./drag-handle-button)
28
+ - [drag-handle-button](/components/pragmatic-drag-and-drop/optional-packages/react-accessibility/drag-handle-button)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/pragmatic-drag-and-drop-react-accessibility",
3
- "version": "1.2.3",
3
+ "version": "1.3.0",
4
4
  "description": "An optional package for Pragmatic drag and drop containing react components to assist with setting up accessible experiences",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -36,11 +36,11 @@
36
36
  "./drag-handle-button-small": "./src/drag-handle-button-small.tsx"
37
37
  },
38
38
  "dependencies": {
39
- "@atlaskit/focus-ring": "^2.0.0",
40
- "@atlaskit/icon": "^23.0.0",
39
+ "@atlaskit/focus-ring": "^2.1.0",
40
+ "@atlaskit/icon": "^23.5.0",
41
41
  "@atlaskit/platform-feature-flags": "^0.3.0",
42
- "@atlaskit/primitives": "^13.3.0",
43
- "@atlaskit/tokens": "^2.4.0",
42
+ "@atlaskit/primitives": "^13.4.0",
43
+ "@atlaskit/tokens": "^3.3.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "@emotion/react": "^11.7.1"
46
46
  },
@@ -49,11 +49,11 @@
49
49
  },
50
50
  "devDependencies": {
51
51
  "@af/visual-regression": "*",
52
- "@atlaskit/ds-lib": "^3.3.0",
52
+ "@atlaskit/ds-lib": "^3.5.0",
53
53
  "@atlaskit/ssr": "*",
54
54
  "@atlaskit/visual-regression": "*",
55
- "@testing-library/react": "^12.1.5",
56
- "react-dom": "^16.8.0",
55
+ "@testing-library/react": "^13.4.0",
56
+ "react-dom": "^18.2.0",
57
57
  "typescript": "~5.4.2",
58
58
  "wait-for-expect": "^1.2.0"
59
59
  },