@atlaskit/link-picker 1.47.1 → 1.47.2

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/link-picker
2
2
 
3
+ ## 1.47.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.47.1
4
10
 
5
11
  ### Patch Changes
@@ -31,7 +31,7 @@ var testIds = exports.testIds = {
31
31
  };
32
32
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
33
33
  packageName: "@atlaskit/link-picker" || '',
34
- packageVersion: "1.47.1" || '',
34
+ packageVersion: "1.47.2" || '',
35
35
  componentName: _constants.COMPONENT_NAME,
36
36
  source: _constants.COMPONENT_NAME
37
37
  };
@@ -19,7 +19,7 @@ export const testIds = {
19
19
  };
20
20
  export const PACKAGE_DATA = {
21
21
  packageName: "@atlaskit/link-picker" || '',
22
- packageVersion: "1.47.1" || '',
22
+ packageVersion: "1.47.2" || '',
23
23
  componentName: COMPONENT_NAME,
24
24
  source: COMPONENT_NAME
25
25
  };
@@ -20,7 +20,7 @@ export var testIds = {
20
20
  };
21
21
  export var PACKAGE_DATA = {
22
22
  packageName: "@atlaskit/link-picker" || '',
23
- packageVersion: "1.47.1" || '',
23
+ packageVersion: "1.47.2" || '',
24
24
  componentName: COMPONENT_NAME,
25
25
  source: COMPONENT_NAME
26
26
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.47.1",
3
+ "version": "1.47.2",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -58,7 +58,7 @@
58
58
  "@atlaskit/spinner": "^16.3.0",
59
59
  "@atlaskit/tabs": "^16.5.0",
60
60
  "@atlaskit/textfield": "^6.5.0",
61
- "@atlaskit/theme": "^13.1.0",
61
+ "@atlaskit/theme": "^14.0.0",
62
62
  "@atlaskit/tokens": "^2.0.0",
63
63
  "@atlaskit/tooltip": "^18.8.0",
64
64
  "@atlaskit/ufo": "^0.3.0",