@atlaskit/jql-editor 4.7.2 → 4.7.3

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,13 @@
1
1
  # @atlaskit/jql-editor
2
2
 
3
+ ## 4.7.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#136861](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/136861)
8
+ [`d640bacacaa13`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d640bacacaa13) -
9
+ bumped react-magnetic-di to 3.1.4
10
+
3
11
  ## 4.7.2
4
12
 
5
13
  ### Patch Changes
@@ -6,5 +6,5 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.useJqlEditorAnalytics = void 0;
7
7
  var _jqlEditorCommon = require("@atlaskit/jql-editor-common");
8
8
  var useJqlEditorAnalytics = exports.useJqlEditorAnalytics = function useJqlEditorAnalytics(analyticsSource) {
9
- return (0, _jqlEditorCommon.useJqlPackageAnalytics)(analyticsSource, "@atlaskit/jql-editor", "4.7.2", _jqlEditorCommon.ANALYTICS_CHANNEL);
9
+ return (0, _jqlEditorCommon.useJqlPackageAnalytics)(analyticsSource, "@atlaskit/jql-editor", "4.7.3", _jqlEditorCommon.ANALYTICS_CHANNEL);
10
10
  };
@@ -8,7 +8,6 @@ Object.defineProperty(exports, "__esModule", {
8
8
  exports.useFormattedInfoMessage = exports.InfoMessages = void 0;
9
9
  var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
10
10
  var _react = _interopRequireDefault(require("react"));
11
- var _reactMagneticDi = require("react-magnetic-di");
12
11
  var _form = require("@atlaskit/form");
13
12
  var _info = _interopRequireDefault(require("@atlaskit/icon/glyph/info"));
14
13
  var colors = _interopRequireWildcard(require("@atlaskit/theme/colors"));
@@ -9,7 +9,6 @@ exports.useFormattedWarningMessage = exports.WarningMessages = void 0;
9
9
  var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
10
10
  var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
11
11
  var _react = _interopRequireWildcard(require("react"));
12
- var _reactMagneticDi = require("react-magnetic-di");
13
12
  var _form = require("@atlaskit/form");
14
13
  var _warning = _interopRequireDefault(require("@atlaskit/icon/glyph/warning"));
15
14
  var colors = _interopRequireWildcard(require("@atlaskit/theme/colors"));
@@ -1,4 +1,4 @@
1
1
  import { ANALYTICS_CHANNEL, useJqlPackageAnalytics } from '@atlaskit/jql-editor-common';
2
2
  export const useJqlEditorAnalytics = analyticsSource => {
3
- return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "4.7.2", ANALYTICS_CHANNEL);
3
+ return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "4.7.3", ANALYTICS_CHANNEL);
4
4
  };
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
- import { di } from 'react-magnetic-di';
3
2
  import { HelperMessage } from '@atlaskit/form';
4
3
  import InfoIcon from '@atlaskit/icon/glyph/info';
5
4
  import * as colors from '@atlaskit/theme/colors';
@@ -1,5 +1,4 @@
1
1
  import React, { useCallback } from 'react';
2
- import { di } from 'react-magnetic-di';
3
2
  import { HelperMessage } from '@atlaskit/form';
4
3
  import WarningIcon from '@atlaskit/icon/glyph/warning';
5
4
  import * as colors from '@atlaskit/theme/colors';
@@ -1,4 +1,4 @@
1
1
  import { ANALYTICS_CHANNEL, useJqlPackageAnalytics } from '@atlaskit/jql-editor-common';
2
2
  export var useJqlEditorAnalytics = function useJqlEditorAnalytics(analyticsSource) {
3
- return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "4.7.2", ANALYTICS_CHANNEL);
3
+ return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "4.7.3", ANALYTICS_CHANNEL);
4
4
  };
@@ -1,6 +1,5 @@
1
1
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
2
2
  import React from 'react';
3
- import { di } from 'react-magnetic-di';
4
3
  import { HelperMessage } from '@atlaskit/form';
5
4
  import InfoIcon from '@atlaskit/icon/glyph/info';
6
5
  import * as colors from '@atlaskit/theme/colors';
@@ -1,7 +1,6 @@
1
1
  import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
2
2
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
3
3
  import React, { useCallback } from 'react';
4
- import { di } from 'react-magnetic-di';
5
4
  import { HelperMessage } from '@atlaskit/form';
6
5
  import WarningIcon from '@atlaskit/icon/glyph/warning';
7
6
  import * as colors from '@atlaskit/theme/colors';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/jql-editor",
3
- "version": "4.7.2",
3
+ "version": "4.7.3",
4
4
  "description": "This package allows consumers to render an advanced JQL editor component to enable autocomplete-assisted authoring and validation of JQL queries.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -41,7 +41,7 @@
41
41
  "@atlaskit/button": "^20.1.0",
42
42
  "@atlaskit/editor-prosemirror": "6.0.0",
43
43
  "@atlaskit/form": "^10.5.0",
44
- "@atlaskit/icon": "^22.16.0",
44
+ "@atlaskit/icon": "^22.18.0",
45
45
  "@atlaskit/jql-ast": "^3.3.0",
46
46
  "@atlaskit/jql-autocomplete": "^2.0.0",
47
47
  "@atlaskit/jql-editor-common": "^2.1.0",
@@ -60,7 +60,7 @@
60
60
  "lodash": "^4.17.21",
61
61
  "react-intl-next": "npm:react-intl@^5.18.1",
62
62
  "react-loosely-lazy": "^1.0.0",
63
- "react-magnetic-di": "^2.2.6",
63
+ "react-magnetic-di": "^3.1.4",
64
64
  "react-sweet-state": "^2.6.5",
65
65
  "rxjs": "^5.5.0",
66
66
  "util": "^0.12.4",