@atlaskit/link-datasource 1.19.44 → 1.19.45
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,12 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 1.19.45
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#68840](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68840) [`7d055de94e3d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7d055de94e3d) - Replaced `@atlassianlabs/jql-editor` dependency with `@atlaskit/jql-editor`
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
|
|
3
10
|
## 1.19.44
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.JiraJQLEditor = void 0;
|
|
8
8
|
var _react = _interopRequireWildcard(require("react"));
|
|
9
|
-
var _jqlEditor = require("@
|
|
9
|
+
var _jqlEditor = require("@atlaskit/jql-editor");
|
|
10
10
|
var _jqlEditorAutocompleteRest = require("@atlaskit/jql-editor-autocomplete-rest");
|
|
11
11
|
var _makeGetJqlAutocompleteData = require("../../../services/makeGetJqlAutocompleteData");
|
|
12
12
|
var _makeGetJqlSuggestionsData = require("../../../services/makeGetJqlSuggestionsData");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { useEffect, useRef } from 'react';
|
|
2
|
-
import { JQLEditor } from '@
|
|
2
|
+
import { JQLEditor } from '@atlaskit/jql-editor';
|
|
3
3
|
import { useAutocompleteProvider } from '@atlaskit/jql-editor-autocomplete-rest';
|
|
4
4
|
import { makeGetJqlAutocompleteData } from '../../../services/makeGetJqlAutocompleteData';
|
|
5
5
|
import { makeGetJqlSuggestionsData } from '../../../services/makeGetJqlSuggestionsData';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { useEffect, useRef } from 'react';
|
|
2
|
-
import { JQLEditor } from '@
|
|
2
|
+
import { JQLEditor } from '@atlaskit/jql-editor';
|
|
3
3
|
import { useAutocompleteProvider } from '@atlaskit/jql-editor-autocomplete-rest';
|
|
4
4
|
import { makeGetJqlAutocompleteData } from '../../../services/makeGetJqlAutocompleteData';
|
|
5
5
|
import { makeGetJqlSuggestionsData } from '../../../services/makeGetJqlSuggestionsData';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.45",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"@atlaskit/image": "^1.1.0",
|
|
46
46
|
"@atlaskit/intl-messages-provider": "^1.0.0",
|
|
47
47
|
"@atlaskit/jql-ast": "^3.0.0",
|
|
48
|
+
"@atlaskit/jql-editor": "^4.0.0",
|
|
48
49
|
"@atlaskit/jql-editor-autocomplete-rest": "^2.0.0",
|
|
49
50
|
"@atlaskit/link-client-extension": "^1.8.0",
|
|
50
51
|
"@atlaskit/linking-common": "^5.3.0",
|
|
@@ -56,17 +57,16 @@
|
|
|
56
57
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^0.12.0",
|
|
57
58
|
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^0.6.0",
|
|
58
59
|
"@atlaskit/pragmatic-drag-and-drop-react-indicator": "^0.18.0",
|
|
59
|
-
"@atlaskit/primitives": "^1.
|
|
60
|
+
"@atlaskit/primitives": "^1.20.0",
|
|
60
61
|
"@atlaskit/select": "^17.0.3",
|
|
61
|
-
"@atlaskit/smart-card": "^26.
|
|
62
|
+
"@atlaskit/smart-card": "^26.46.0",
|
|
62
63
|
"@atlaskit/spinner": "^16.0.0",
|
|
63
64
|
"@atlaskit/tag": "^12.0.0",
|
|
64
65
|
"@atlaskit/textfield": "6.0.0",
|
|
65
66
|
"@atlaskit/theme": "^12.6.0",
|
|
66
|
-
"@atlaskit/tokens": "^1.
|
|
67
|
+
"@atlaskit/tokens": "^1.35.0",
|
|
67
68
|
"@atlaskit/tooltip": "^18.1.0",
|
|
68
69
|
"@atlaskit/ufo": "^0.2.4",
|
|
69
|
-
"@atlassianlabs/jql-editor": "^2.0.1",
|
|
70
70
|
"@babel/runtime": "^7.0.0",
|
|
71
71
|
"@emotion/react": "^11.7.1",
|
|
72
72
|
"@emotion/styled": "^11.0.0",
|