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

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,11 @@
1
1
  # @atlaskit/pragmatic-drag-and-drop-react-accessibility
2
2
 
3
+ ## 1.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.2.3
4
10
 
5
11
  ### 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.2.4",
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",
@@ -37,10 +37,10 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@atlaskit/focus-ring": "^2.0.0",
40
- "@atlaskit/icon": "^23.0.0",
40
+ "@atlaskit/icon": "^23.3.0",
41
41
  "@atlaskit/platform-feature-flags": "^0.3.0",
42
42
  "@atlaskit/primitives": "^13.3.0",
43
- "@atlaskit/tokens": "^2.4.0",
43
+ "@atlaskit/tokens": "^3.0.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "@emotion/react": "^11.7.1"
46
46
  },