@atlaskit/emoji 72.3.10 → 72.3.12

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,17 @@
1
1
  # @atlaskit/emoji
2
2
 
3
+ ## 72.3.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 72.3.11
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 72.3.10
4
16
 
5
17
  ### Patch Changes
@@ -19,7 +19,7 @@ var createEvent = exports.createEvent = function createEvent(eventType, action,
19
19
  actionSubjectId: actionSubjectId,
20
20
  attributes: _objectSpread({
21
21
  packageName: "@atlaskit/emoji",
22
- packageVersion: "72.3.9"
22
+ packageVersion: "72.3.12"
23
23
  }, attributes)
24
24
  };
25
25
  };
@@ -7,7 +7,7 @@ export const createEvent = (eventType, action, actionSubject, actionSubjectId, a
7
7
  actionSubjectId,
8
8
  attributes: {
9
9
  packageName: "@atlaskit/emoji",
10
- packageVersion: "72.3.9",
10
+ packageVersion: "72.3.12",
11
11
  ...attributes
12
12
  }
13
13
  });
@@ -12,7 +12,7 @@ export var createEvent = function createEvent(eventType, action, actionSubject,
12
12
  actionSubjectId: actionSubjectId,
13
13
  attributes: _objectSpread({
14
14
  packageName: "@atlaskit/emoji",
15
- packageVersion: "72.3.9"
15
+ packageVersion: "72.3.12"
16
16
  }, attributes)
17
17
  };
18
18
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/emoji",
3
- "version": "72.3.10",
3
+ "version": "72.3.12",
4
4
  "description": "Fabric emoji React components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -41,7 +41,7 @@
41
41
  "@atlaskit/icon-lab": "^7.8.0",
42
42
  "@atlaskit/image": "^5.2.0",
43
43
  "@atlaskit/logo": "^21.6.0",
44
- "@atlaskit/media-client": "^38.0.0",
44
+ "@atlaskit/media-client": "^38.1.0",
45
45
  "@atlaskit/media-client-react": "^6.4.0",
46
46
  "@atlaskit/platform-feature-experiments": "^0.3.0",
47
47
  "@atlaskit/platform-feature-flags": "^2.2.0",
@@ -51,11 +51,11 @@
51
51
  "@atlaskit/spinner": "^20.4.0",
52
52
  "@atlaskit/textfield": "^10.2.0",
53
53
  "@atlaskit/theme": "^28.2.0",
54
- "@atlaskit/tmp-editor-statsig": "^182.0.0",
54
+ "@atlaskit/tmp-editor-statsig": "^184.0.0",
55
55
  "@atlaskit/tokens": "^16.11.0",
56
56
  "@atlaskit/tooltip": "^24.3.0",
57
57
  "@atlaskit/ufo": "^1.2.0",
58
- "@atlaskit/util-service-support": "^7.3.0",
58
+ "@atlaskit/util-service-support": "^7.4.0",
59
59
  "@atlaskit/visually-hidden": "^4.4.0",
60
60
  "@babel/runtime": "^7.0.0",
61
61
  "@compiled/react": "^1.0.2",
@@ -83,16 +83,15 @@
83
83
  "@atlassian/feature-flags-test-utils": "^1.3.0",
84
84
  "@atlassian/ufo": "^0.10.0",
85
85
  "@atlassian/ufo-experimental": "^0.9.0",
86
+ "@atlassian/workbench": "workspace:*",
86
87
  "@emotion/jest": "^11.8.0",
87
88
  "@testing-library/dom": "^10.1.0",
88
89
  "@testing-library/jest-dom": "^6.4.5",
89
90
  "@testing-library/react": "^16.3.0",
90
91
  "@testing-library/user-event": "^14.4.3",
91
- "@types/enzyme": "3.1.15",
92
92
  "@types/js-search": "^1.4.0",
93
93
  "@types/react-test-renderer": "^18.0.6",
94
94
  "dotenv": "^12.0.4",
95
- "enzyme": "^3.10.0",
96
95
  "es6-promise": "^4.0.5",
97
96
  "fetch-mock": "^8.0.0",
98
97
  "jest-axe": "^10.0.0",
@@ -1,107 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.local-consumption.json",
3
- "compilerOptions": {
4
- "outDir": "../../../../../confluence/tsDist/@atlaskit__emoji",
5
- "rootDir": "../",
6
- "composite": true,
7
- "noCheck": true
8
- },
9
- "include": [
10
- "../src/**/*.ts",
11
- "../src/**/*.tsx"
12
- ],
13
- "exclude": [
14
- "../src/**/__tests__/*",
15
- "../src/**/*.test.*",
16
- "../src/**/test.*",
17
- "../src/**/examples.*",
18
- "../src/**/examples/*",
19
- "../src/**/examples/**/*",
20
- "../src/**/*.stories.*",
21
- "../src/**/stories/*",
22
- "../src/**/stories/**/*"
23
- ],
24
- "references": [
25
- {
26
- "path": "../../../analytics/analytics-next/afm-cc/tsconfig.json"
27
- },
28
- {
29
- "path": "../../../helpers/browser-apis/afm-cc/tsconfig.json"
30
- },
31
- {
32
- "path": "../../../design-system/button/afm-cc/tsconfig.json"
33
- },
34
- {
35
- "path": "../../../design-system/css/afm-cc/tsconfig.json"
36
- },
37
- {
38
- "path": "../../../measurement/feature-gate-js-client/afm-cc/tsconfig.json"
39
- },
40
- {
41
- "path": "../../../design-system/form/afm-cc/tsconfig.json"
42
- },
43
- {
44
- "path": "../../../design-system/heading/afm-cc/tsconfig.json"
45
- },
46
- {
47
- "path": "../../../design-system/icon/afm-cc/tsconfig.json"
48
- },
49
- {
50
- "path": "../../../design-system/icon-lab/afm-cc/tsconfig.json"
51
- },
52
- {
53
- "path": "../../../design-system/image/afm-cc/tsconfig.json"
54
- },
55
- {
56
- "path": "../../../design-system/logo/afm-cc/tsconfig.json"
57
- },
58
- {
59
- "path": "../../../media/media-client/afm-cc/tsconfig.json"
60
- },
61
- {
62
- "path": "../../../media/media-client-react/afm-cc/tsconfig.json"
63
- },
64
- {
65
- "path": "../../../platform/feature-experiments/afm-cc/tsconfig.json"
66
- },
67
- {
68
- "path": "../../../platform/feature-flags/afm-cc/tsconfig.json"
69
- },
70
- {
71
- "path": "../../../pragmatic-drag-and-drop/core/afm-cc/tsconfig.json"
72
- },
73
- {
74
- "path": "../../../design-system/primitives/afm-cc/tsconfig.json"
75
- },
76
- {
77
- "path": "../../../design-system/radio/afm-cc/tsconfig.json"
78
- },
79
- {
80
- "path": "../../../design-system/spinner/afm-cc/tsconfig.json"
81
- },
82
- {
83
- "path": "../../../design-system/textfield/afm-cc/tsconfig.json"
84
- },
85
- {
86
- "path": "../../../design-system/theme/afm-cc/tsconfig.json"
87
- },
88
- {
89
- "path": "../../../editor/tmp-editor-statsig/afm-cc/tsconfig.json"
90
- },
91
- {
92
- "path": "../../../design-system/tokens/afm-cc/tsconfig.json"
93
- },
94
- {
95
- "path": "../../../design-system/tooltip/afm-cc/tsconfig.json"
96
- },
97
- {
98
- "path": "../../../data/ufo-external/afm-cc/tsconfig.json"
99
- },
100
- {
101
- "path": "../../util-service-support/afm-cc/tsconfig.json"
102
- },
103
- {
104
- "path": "../../../design-system/visually-hidden/afm-cc/tsconfig.json"
105
- }
106
- ]
107
- }