@atlaskit/eslint-plugin-design-system 13.23.3 → 13.23.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 +9 -0
- package/dist/cjs/rules/no-deprecated-imports/handlers/icon.js +13 -14
- package/dist/cjs/rules/no-legacy-icons/helpers.js +2 -2
- package/dist/cjs/rules/utils/get-deprecated-config.js +1 -1
- package/dist/es2019/rules/no-deprecated-imports/handlers/icon.js +8 -9
- package/dist/es2019/rules/no-legacy-icons/helpers.js +2 -2
- package/dist/es2019/rules/utils/get-deprecated-config.js +1 -2
- package/dist/esm/rules/no-deprecated-imports/handlers/icon.js +12 -13
- package/dist/esm/rules/no-legacy-icons/helpers.js +2 -2
- package/dist/esm/rules/utils/get-deprecated-config.js +2 -2
- package/dist/types/rules/no-legacy-icons/helpers.d.ts +0 -2
- package/dist/types-ts4.5/rules/no-legacy-icons/helpers.d.ts +0 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/eslint-plugin-design-system
|
|
2
2
|
|
|
3
|
+
## 13.23.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`f0d92beae2f40`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f0d92beae2f40) -
|
|
8
|
+
Removes utility icons entrypoints from the '@atlaskit/icon' package. Migrates related packages to
|
|
9
|
+
update their imports.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 13.23.3
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -7,8 +7,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.getDeprecationIconHandler = void 0;
|
|
8
8
|
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
9
9
|
var _eslintCodemodUtils = require("eslint-codemod-utils");
|
|
10
|
-
var
|
|
11
|
-
var
|
|
10
|
+
var _metadata2 = _interopRequireDefault(require("@atlaskit/icon-lab/metadata"));
|
|
11
|
+
var _metadata3 = require("@atlaskit/icon/metadata");
|
|
12
12
|
var _constants = require("../constants");
|
|
13
13
|
function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t.return || t.return(); } finally { if (u) throw o; } } }; }
|
|
14
14
|
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
@@ -75,43 +75,42 @@ var getDeprecationIconHandler = exports.getDeprecationIconHandler = function get
|
|
|
75
75
|
importSource = _Object$entries$_i[0],
|
|
76
76
|
error = _Object$entries$_i[1];
|
|
77
77
|
if (importSource.includes('/migration/')) {
|
|
78
|
-
var
|
|
78
|
+
var _coreIconMetadata$dep, _error$data;
|
|
79
79
|
var _importSource$split$s = importSource.split('/').slice(1),
|
|
80
80
|
_importSource$split$s2 = (0, _slicedToArray2.default)(_importSource$split$s, 4),
|
|
81
81
|
_location = _importSource$split$s2[0],
|
|
82
|
-
|
|
82
|
+
_ = _importSource$split$s2[1],
|
|
83
83
|
_migration = _importSource$split$s2[2],
|
|
84
84
|
name = _importSource$split$s2[3];
|
|
85
|
-
var metadata = type === 'core' ? _metadata4.coreIconMetadata : _metadata4.utilityIconMetadata;
|
|
86
85
|
var _name$split = name.split('--'),
|
|
87
86
|
_name$split2 = (0, _slicedToArray2.default)(_name$split, 2),
|
|
88
87
|
deprecatedIconName = _name$split2[0],
|
|
89
88
|
legacyIconName = _name$split2[1];
|
|
90
|
-
var replacement =
|
|
89
|
+
var replacement = (_coreIconMetadata$dep = _metadata3.coreIconMetadata[deprecatedIconName]) === null || _coreIconMetadata$dep === void 0 ? void 0 : _coreIconMetadata$dep.replacement;
|
|
91
90
|
if (replacement && ((_error$data = error.data) === null || _error$data === void 0 ? void 0 : _error$data.unfixable) === 'false') {
|
|
92
91
|
var newIconName = getIconComponentName(replacement.name);
|
|
93
92
|
if (!shouldTurnOffAutoFixer) {
|
|
94
|
-
addAutoFix(error, importSource, "".concat(replacement.location, "/
|
|
93
|
+
addAutoFix(error, importSource, "".concat(replacement.location, "/core/migration/").concat(replacement.name, "--").concat(legacyIconName), newIconName);
|
|
95
94
|
}
|
|
96
95
|
}
|
|
97
96
|
} else {
|
|
98
|
-
var
|
|
97
|
+
var _metadata;
|
|
99
98
|
var _importSource$split$s3 = importSource.split('/').slice(1),
|
|
100
99
|
_importSource$split$s4 = (0, _slicedToArray2.default)(_importSource$split$s3, 3),
|
|
101
100
|
location = _importSource$split$s4[0],
|
|
102
|
-
|
|
101
|
+
_2 = _importSource$split$s4[1],
|
|
103
102
|
_name = _importSource$split$s4[2];
|
|
104
|
-
var
|
|
103
|
+
var metadata = void 0;
|
|
105
104
|
if (location === 'icon') {
|
|
106
|
-
|
|
105
|
+
metadata = _metadata3.coreIconMetadata;
|
|
107
106
|
} else if (location === 'icon-lab') {
|
|
108
|
-
|
|
107
|
+
metadata = _metadata2.default;
|
|
109
108
|
}
|
|
110
|
-
var _replacement = (
|
|
109
|
+
var _replacement = (_metadata = metadata) === null || _metadata === void 0 || (_metadata = _metadata[_name]) === null || _metadata === void 0 ? void 0 : _metadata.replacement;
|
|
111
110
|
if (_replacement) {
|
|
112
111
|
var _newIconName = getIconComponentName(_replacement.name);
|
|
113
112
|
if (!shouldTurnOffAutoFixer) {
|
|
114
|
-
addAutoFix(error, importSource, "".concat(_replacement.location, "/
|
|
113
|
+
addAutoFix(error, importSource, "".concat(_replacement.location, "/core/").concat(_replacement.name), _newIconName);
|
|
115
114
|
}
|
|
116
115
|
}
|
|
117
116
|
}
|
|
@@ -80,10 +80,10 @@ var getNewIconNameAndImportPath = function getNewIconNameAndImportPath(iconPacka
|
|
|
80
80
|
return {};
|
|
81
81
|
}
|
|
82
82
|
var newIcon = migrationMapObject.newIcon;
|
|
83
|
-
var migrationPath = newIcon.name === legacyIconName ? "".concat(newIcon.package, "/
|
|
83
|
+
var migrationPath = newIcon.name === legacyIconName ? "".concat(newIcon.package, "/core/migration/").concat(newIcon.name) : "".concat(newIcon.package, "/core/migration/").concat(newIcon.name, "--").concat(legacyIconName.replaceAll('/', '-'));
|
|
84
84
|
return {
|
|
85
85
|
iconName: newIcon.name,
|
|
86
|
-
importPath: shouldUseMigrationPath ? migrationPath : "".concat(newIcon.package, "/
|
|
86
|
+
importPath: shouldUseMigrationPath ? migrationPath : "".concat(newIcon.package, "/core/").concat(newIcon.name)
|
|
87
87
|
};
|
|
88
88
|
};
|
|
89
89
|
|
|
@@ -17,7 +17,7 @@ var getConfig = exports.getConfig = function getConfig(specifier) {
|
|
|
17
17
|
var source = _fs.default.readFileSync(configPath, 'utf8');
|
|
18
18
|
var parsedConfig = JSON.parse(source);
|
|
19
19
|
var combinedConfig = _objectSpread(_objectSpread({}, parsedConfig), {}, {
|
|
20
|
-
imports: _objectSpread(_objectSpread(_objectSpread(_objectSpread(
|
|
20
|
+
imports: _objectSpread(_objectSpread(_objectSpread(_objectSpread({}, parsedConfig.imports), _deprecatedMap2.deprecatedCore), _deprecatedMap.deprecatedCore), _deprecatedMap.deprecatedUtility)
|
|
21
21
|
});
|
|
22
22
|
return combinedConfig[specifier];
|
|
23
23
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { isNodeOfType, literal } from 'eslint-codemod-utils';
|
|
2
2
|
import coreIconLabMetadata from '@atlaskit/icon-lab/metadata';
|
|
3
|
-
import { coreIconMetadata
|
|
3
|
+
import { coreIconMetadata } from '@atlaskit/icon/metadata';
|
|
4
4
|
import { pathWithCustomMessageId } from '../constants';
|
|
5
5
|
/**
|
|
6
6
|
* __Deprecation icon handler__
|
|
@@ -61,23 +61,22 @@ export const getDeprecationIconHandler = context => {
|
|
|
61
61
|
const shouldTurnOffAutoFixer = getConfigFlag('turnOffAutoFixer', false);
|
|
62
62
|
for (const [importSource, error] of Object.entries(importErrors)) {
|
|
63
63
|
if (importSource.includes('/migration/')) {
|
|
64
|
-
var
|
|
65
|
-
const [_location,
|
|
66
|
-
const metadata = type === 'core' ? coreIconMetadata : utilityIconMetadata;
|
|
64
|
+
var _coreIconMetadata$dep, _error$data;
|
|
65
|
+
const [_location, _, _migration, name] = importSource.split('/').slice(1);
|
|
67
66
|
const [deprecatedIconName, legacyIconName] = name.split('--');
|
|
68
|
-
const replacement =
|
|
67
|
+
const replacement = (_coreIconMetadata$dep = coreIconMetadata[deprecatedIconName]) === null || _coreIconMetadata$dep === void 0 ? void 0 : _coreIconMetadata$dep.replacement;
|
|
69
68
|
if (replacement && ((_error$data = error.data) === null || _error$data === void 0 ? void 0 : _error$data.unfixable) === 'false') {
|
|
70
69
|
const newIconName = getIconComponentName(replacement.name);
|
|
71
70
|
if (!shouldTurnOffAutoFixer) {
|
|
72
|
-
addAutoFix(error, importSource, `${replacement.location}
|
|
71
|
+
addAutoFix(error, importSource, `${replacement.location}/core/migration/${replacement.name}--${legacyIconName}`, newIconName);
|
|
73
72
|
}
|
|
74
73
|
}
|
|
75
74
|
} else {
|
|
76
75
|
var _metadata, _metadata$name;
|
|
77
|
-
const [location,
|
|
76
|
+
const [location, _, name] = importSource.split('/').slice(1);
|
|
78
77
|
let metadata;
|
|
79
78
|
if (location === 'icon') {
|
|
80
|
-
metadata =
|
|
79
|
+
metadata = coreIconMetadata;
|
|
81
80
|
} else if (location === 'icon-lab') {
|
|
82
81
|
metadata = coreIconLabMetadata;
|
|
83
82
|
}
|
|
@@ -85,7 +84,7 @@ export const getDeprecationIconHandler = context => {
|
|
|
85
84
|
if (replacement) {
|
|
86
85
|
const newIconName = getIconComponentName(replacement.name);
|
|
87
86
|
if (!shouldTurnOffAutoFixer) {
|
|
88
|
-
addAutoFix(error, importSource, `${replacement.location}/${replacement.
|
|
87
|
+
addAutoFix(error, importSource, `${replacement.location}/core/${replacement.name}`, newIconName);
|
|
89
88
|
}
|
|
90
89
|
}
|
|
91
90
|
}
|
|
@@ -63,10 +63,10 @@ const getNewIconNameAndImportPath = (iconPackage, shouldUseMigrationPath) => {
|
|
|
63
63
|
const {
|
|
64
64
|
newIcon
|
|
65
65
|
} = migrationMapObject;
|
|
66
|
-
const migrationPath = newIcon.name === legacyIconName ? `${newIcon.package}
|
|
66
|
+
const migrationPath = newIcon.name === legacyIconName ? `${newIcon.package}/core/migration/${newIcon.name}` : `${newIcon.package}/core/migration/${newIcon.name}--${legacyIconName.replaceAll('/', '-')}`;
|
|
67
67
|
return {
|
|
68
68
|
iconName: newIcon.name,
|
|
69
|
-
importPath: shouldUseMigrationPath ? migrationPath : `${newIcon.package}/${newIcon.
|
|
69
|
+
importPath: shouldUseMigrationPath ? migrationPath : `${newIcon.package}/core/${newIcon.name}`
|
|
70
70
|
};
|
|
71
71
|
};
|
|
72
72
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import fs from 'fs';
|
|
2
2
|
import path from 'path';
|
|
3
3
|
import { deprecatedCore as deprecatedIconLabCore, deprecatedUtility as deprecatedIconLabUtility } from '@atlaskit/icon-lab/deprecated-map';
|
|
4
|
-
import { deprecatedCore as deprecatedIconCore
|
|
4
|
+
import { deprecatedCore as deprecatedIconCore } from '@atlaskit/icon/deprecated-map';
|
|
5
5
|
export const getConfig = specifier => {
|
|
6
6
|
const configPath = path.resolve(__dirname, '..', '..', '..', 'configs', 'deprecated.json');
|
|
7
7
|
const source = fs.readFileSync(configPath, 'utf8');
|
|
@@ -11,7 +11,6 @@ export const getConfig = specifier => {
|
|
|
11
11
|
imports: {
|
|
12
12
|
...parsedConfig.imports,
|
|
13
13
|
...deprecatedIconCore,
|
|
14
|
-
...deprecatedIconUtility,
|
|
15
14
|
...deprecatedIconLabCore,
|
|
16
15
|
...deprecatedIconLabUtility
|
|
17
16
|
}
|
|
@@ -4,7 +4,7 @@ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r)
|
|
|
4
4
|
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
5
5
|
import { isNodeOfType, literal } from 'eslint-codemod-utils';
|
|
6
6
|
import coreIconLabMetadata from '@atlaskit/icon-lab/metadata';
|
|
7
|
-
import { coreIconMetadata
|
|
7
|
+
import { coreIconMetadata } from '@atlaskit/icon/metadata';
|
|
8
8
|
import { pathWithCustomMessageId } from '../constants';
|
|
9
9
|
/**
|
|
10
10
|
* __Deprecation icon handler__
|
|
@@ -68,43 +68,42 @@ export var getDeprecationIconHandler = function getDeprecationIconHandler(contex
|
|
|
68
68
|
importSource = _Object$entries$_i[0],
|
|
69
69
|
error = _Object$entries$_i[1];
|
|
70
70
|
if (importSource.includes('/migration/')) {
|
|
71
|
-
var
|
|
71
|
+
var _coreIconMetadata$dep, _error$data;
|
|
72
72
|
var _importSource$split$s = importSource.split('/').slice(1),
|
|
73
73
|
_importSource$split$s2 = _slicedToArray(_importSource$split$s, 4),
|
|
74
74
|
_location = _importSource$split$s2[0],
|
|
75
|
-
|
|
75
|
+
_ = _importSource$split$s2[1],
|
|
76
76
|
_migration = _importSource$split$s2[2],
|
|
77
77
|
name = _importSource$split$s2[3];
|
|
78
|
-
var metadata = type === 'core' ? coreIconMetadata : utilityIconMetadata;
|
|
79
78
|
var _name$split = name.split('--'),
|
|
80
79
|
_name$split2 = _slicedToArray(_name$split, 2),
|
|
81
80
|
deprecatedIconName = _name$split2[0],
|
|
82
81
|
legacyIconName = _name$split2[1];
|
|
83
|
-
var replacement =
|
|
82
|
+
var replacement = (_coreIconMetadata$dep = coreIconMetadata[deprecatedIconName]) === null || _coreIconMetadata$dep === void 0 ? void 0 : _coreIconMetadata$dep.replacement;
|
|
84
83
|
if (replacement && ((_error$data = error.data) === null || _error$data === void 0 ? void 0 : _error$data.unfixable) === 'false') {
|
|
85
84
|
var newIconName = getIconComponentName(replacement.name);
|
|
86
85
|
if (!shouldTurnOffAutoFixer) {
|
|
87
|
-
addAutoFix(error, importSource, "".concat(replacement.location, "/
|
|
86
|
+
addAutoFix(error, importSource, "".concat(replacement.location, "/core/migration/").concat(replacement.name, "--").concat(legacyIconName), newIconName);
|
|
88
87
|
}
|
|
89
88
|
}
|
|
90
89
|
} else {
|
|
91
|
-
var
|
|
90
|
+
var _metadata;
|
|
92
91
|
var _importSource$split$s3 = importSource.split('/').slice(1),
|
|
93
92
|
_importSource$split$s4 = _slicedToArray(_importSource$split$s3, 3),
|
|
94
93
|
location = _importSource$split$s4[0],
|
|
95
|
-
|
|
94
|
+
_2 = _importSource$split$s4[1],
|
|
96
95
|
_name = _importSource$split$s4[2];
|
|
97
|
-
var
|
|
96
|
+
var metadata = void 0;
|
|
98
97
|
if (location === 'icon') {
|
|
99
|
-
|
|
98
|
+
metadata = coreIconMetadata;
|
|
100
99
|
} else if (location === 'icon-lab') {
|
|
101
|
-
|
|
100
|
+
metadata = coreIconLabMetadata;
|
|
102
101
|
}
|
|
103
|
-
var _replacement = (
|
|
102
|
+
var _replacement = (_metadata = metadata) === null || _metadata === void 0 || (_metadata = _metadata[_name]) === null || _metadata === void 0 ? void 0 : _metadata.replacement;
|
|
104
103
|
if (_replacement) {
|
|
105
104
|
var _newIconName = getIconComponentName(_replacement.name);
|
|
106
105
|
if (!shouldTurnOffAutoFixer) {
|
|
107
|
-
addAutoFix(error, importSource, "".concat(_replacement.location, "/
|
|
106
|
+
addAutoFix(error, importSource, "".concat(_replacement.location, "/core/").concat(_replacement.name), _newIconName);
|
|
108
107
|
}
|
|
109
108
|
}
|
|
110
109
|
}
|
|
@@ -71,10 +71,10 @@ var getNewIconNameAndImportPath = function getNewIconNameAndImportPath(iconPacka
|
|
|
71
71
|
return {};
|
|
72
72
|
}
|
|
73
73
|
var newIcon = migrationMapObject.newIcon;
|
|
74
|
-
var migrationPath = newIcon.name === legacyIconName ? "".concat(newIcon.package, "/
|
|
74
|
+
var migrationPath = newIcon.name === legacyIconName ? "".concat(newIcon.package, "/core/migration/").concat(newIcon.name) : "".concat(newIcon.package, "/core/migration/").concat(newIcon.name, "--").concat(legacyIconName.replaceAll('/', '-'));
|
|
75
75
|
return {
|
|
76
76
|
iconName: newIcon.name,
|
|
77
|
-
importPath: shouldUseMigrationPath ? migrationPath : "".concat(newIcon.package, "/
|
|
77
|
+
importPath: shouldUseMigrationPath ? migrationPath : "".concat(newIcon.package, "/core/").concat(newIcon.name)
|
|
78
78
|
};
|
|
79
79
|
};
|
|
80
80
|
|
|
@@ -4,13 +4,13 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
4
4
|
import fs from 'fs';
|
|
5
5
|
import path from 'path';
|
|
6
6
|
import { deprecatedCore as deprecatedIconLabCore, deprecatedUtility as deprecatedIconLabUtility } from '@atlaskit/icon-lab/deprecated-map';
|
|
7
|
-
import { deprecatedCore as deprecatedIconCore
|
|
7
|
+
import { deprecatedCore as deprecatedIconCore } from '@atlaskit/icon/deprecated-map';
|
|
8
8
|
export var getConfig = function getConfig(specifier) {
|
|
9
9
|
var configPath = path.resolve(__dirname, '..', '..', '..', 'configs', 'deprecated.json');
|
|
10
10
|
var source = fs.readFileSync(configPath, 'utf8');
|
|
11
11
|
var parsedConfig = JSON.parse(source);
|
|
12
12
|
var combinedConfig = _objectSpread(_objectSpread({}, parsedConfig), {}, {
|
|
13
|
-
imports: _objectSpread(_objectSpread(_objectSpread(_objectSpread(
|
|
13
|
+
imports: _objectSpread(_objectSpread(_objectSpread(_objectSpread({}, parsedConfig.imports), deprecatedIconCore), deprecatedIconLabCore), deprecatedIconLabUtility)
|
|
14
14
|
});
|
|
15
15
|
return combinedConfig[specifier];
|
|
16
16
|
};
|
|
@@ -46,14 +46,12 @@ export declare const isSize: (size: any) => size is Size;
|
|
|
46
46
|
export declare const getMigrationMapObject: (iconPackage: string) => {
|
|
47
47
|
newIcon?: {
|
|
48
48
|
name: string;
|
|
49
|
-
type: string;
|
|
50
49
|
package: string;
|
|
51
50
|
isMigrationUnsafe?: boolean;
|
|
52
51
|
shouldForceSmallIcon?: boolean;
|
|
53
52
|
};
|
|
54
53
|
additionalIcons?: {
|
|
55
54
|
name: string;
|
|
56
|
-
type: string;
|
|
57
55
|
package: string;
|
|
58
56
|
}[];
|
|
59
57
|
sizeGuidance: Record<import("@atlaskit/icon").Size, IconMigrationSizeGuidance>;
|
|
@@ -51,14 +51,12 @@ export declare const isSize: (size: any) => size is Size;
|
|
|
51
51
|
export declare const getMigrationMapObject: (iconPackage: string) => {
|
|
52
52
|
newIcon?: {
|
|
53
53
|
name: string;
|
|
54
|
-
type: string;
|
|
55
54
|
package: string;
|
|
56
55
|
isMigrationUnsafe?: boolean;
|
|
57
56
|
shouldForceSmallIcon?: boolean;
|
|
58
57
|
};
|
|
59
58
|
additionalIcons?: {
|
|
60
59
|
name: string;
|
|
61
|
-
type: string;
|
|
62
60
|
package: string;
|
|
63
61
|
}[];
|
|
64
62
|
sizeGuidance: Record<import("@atlaskit/icon").Size, IconMigrationSizeGuidance>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/eslint-plugin-design-system",
|
|
3
3
|
"description": "The essential plugin for use with the Atlassian Design System.",
|
|
4
|
-
"version": "13.23.
|
|
4
|
+
"version": "13.23.4",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"publishConfig": {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@atlaskit/eslint-utils": "^2.0.0",
|
|
42
|
-
"@atlaskit/icon": "^
|
|
43
|
-
"@atlaskit/icon-lab": "^5.
|
|
42
|
+
"@atlaskit/icon": "^29.0.0",
|
|
43
|
+
"@atlaskit/icon-lab": "^5.12.0",
|
|
44
44
|
"@atlaskit/tokens": "^8.0.0",
|
|
45
45
|
"@babel/runtime": "^7.0.0",
|
|
46
46
|
"@typescript-eslint/utils": "^7.1.0",
|