@atlaskit/link-picker 1.34.4 → 1.34.5

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.34.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
8
+
3
9
  ## 1.34.4
4
10
 
5
11
  ### Patch Changes
@@ -26,7 +26,7 @@ var testIds = exports.testIds = {
26
26
  };
27
27
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
28
28
  packageName: "@atlaskit/link-picker" || '',
29
- packageVersion: "1.34.4" || '',
29
+ packageVersion: "1.34.5" || '',
30
30
  componentName: _constants.COMPONENT_NAME,
31
31
  source: _constants.COMPONENT_NAME
32
32
  };
@@ -16,7 +16,7 @@ export const testIds = {
16
16
  };
17
17
  export const PACKAGE_DATA = {
18
18
  packageName: "@atlaskit/link-picker" || '',
19
- packageVersion: "1.34.4" || '',
19
+ packageVersion: "1.34.5" || '',
20
20
  componentName: COMPONENT_NAME,
21
21
  source: COMPONENT_NAME
22
22
  };
@@ -17,7 +17,7 @@ export var testIds = {
17
17
  };
18
18
  export var PACKAGE_DATA = {
19
19
  packageName: "@atlaskit/link-picker" || '',
20
- packageVersion: "1.34.4" || '',
20
+ packageVersion: "1.34.5" || '',
21
21
  componentName: COMPONENT_NAME,
22
22
  source: COMPONENT_NAME
23
23
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.34.4",
3
+ "version": "1.34.5",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -64,18 +64,18 @@
64
64
  "@atlaskit/empty-state": "^7.7.0",
65
65
  "@atlaskit/form": "^9.0.3",
66
66
  "@atlaskit/frontend-utilities": "^2.7.0",
67
- "@atlaskit/heading": "^2.0.0",
67
+ "@atlaskit/heading": "^2.1.0",
68
68
  "@atlaskit/icon": "^22.1.0",
69
69
  "@atlaskit/intl-messages-provider": "^1.0.2",
70
70
  "@atlaskit/linking-common": "^5.5.0",
71
71
  "@atlaskit/onboarding": "^11.2.0",
72
72
  "@atlaskit/platform-feature-flags": "^0.2.1",
73
- "@atlaskit/primitives": "^5.0.0",
73
+ "@atlaskit/primitives": "^5.1.0",
74
74
  "@atlaskit/spinner": "^16.0.0",
75
75
  "@atlaskit/tabs": "^14.0.0",
76
76
  "@atlaskit/textfield": "^6.1.0",
77
77
  "@atlaskit/theme": "^12.6.0",
78
- "@atlaskit/tokens": "^1.41.0",
78
+ "@atlaskit/tokens": "^1.42.0",
79
79
  "@atlaskit/tooltip": "^18.1.0",
80
80
  "@atlaskit/ufo": "^0.2.0",
81
81
  "@atlaskit/visually-hidden": "^1.2.0",
@@ -114,7 +114,7 @@
114
114
  "prettier": "^2.8.0",
115
115
  "react-dom": "^16.8.0",
116
116
  "sinon": "^2.2.0",
117
- "typescript": "~4.9.5"
117
+ "typescript": "~5.4.2"
118
118
  },
119
119
  "techstack": {
120
120
  "@atlassian/frontend": {
@@ -148,4 +148,4 @@
148
148
  ]
149
149
  },
150
150
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0"
151
- }
151
+ }