@atlaskit/task-decision 17.11.4 → 17.11.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/task-decision
2
2
 
3
+ ## 17.11.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 17.11.4
4
10
 
5
11
  ### Patch Changes
@@ -5,8 +5,7 @@
5
5
  "target": "es5",
6
6
  "composite": true,
7
7
  "outDir": "../dist",
8
- "rootDir": "../",
9
- "baseUrl": "../"
8
+ "rootDir": "../"
10
9
  },
11
10
  "include": [
12
11
  "../src/**/*.ts",
@@ -1,39 +1,39 @@
1
1
  {
2
- "extends": "../../../../tsconfig.entry-points.jira.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../tsDist/@atlaskit__task-decision/app",
7
- "composite": true,
8
- "rootDir": "../"
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*"
18
- ],
19
- "references": [
20
- {
21
- "path": "../../../analytics/analytics-namespaced-context/afm-jira/tsconfig.json"
22
- },
23
- {
24
- "path": "../../../analytics/analytics-next/afm-jira/tsconfig.json"
25
- },
26
- {
27
- "path": "../../../design-system/icon/afm-jira/tsconfig.json"
28
- },
29
- {
30
- "path": "../../../design-system/theme/afm-jira/tsconfig.json"
31
- },
32
- {
33
- "path": "../../../design-system/tokens/afm-jira/tsconfig.json"
34
- },
35
- {
36
- "path": "../../util-service-support/afm-jira/tsconfig.json"
37
- }
38
- ]
39
- }
2
+ "extends": "../../../../tsconfig.entry-points.jira.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../tsDist/@atlaskit__task-decision/app",
7
+ "rootDir": "../",
8
+ "composite": true
9
+ },
10
+ "include": [
11
+ "../src/**/*.ts",
12
+ "../src/**/*.tsx"
13
+ ],
14
+ "exclude": [
15
+ "../src/**/__tests__/*",
16
+ "../src/**/*.test.*",
17
+ "../src/**/test.*"
18
+ ],
19
+ "references": [
20
+ {
21
+ "path": "../../../analytics/analytics-namespaced-context/afm-jira/tsconfig.json"
22
+ },
23
+ {
24
+ "path": "../../../analytics/analytics-next/afm-jira/tsconfig.json"
25
+ },
26
+ {
27
+ "path": "../../../design-system/icon/afm-jira/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../../design-system/theme/afm-jira/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../../design-system/tokens/afm-jira/tsconfig.json"
34
+ },
35
+ {
36
+ "path": "../../util-service-support/afm-jira/tsconfig.json"
37
+ }
38
+ ]
39
+ }
@@ -1,39 +1,39 @@
1
1
  {
2
- "extends": "../../../../tsconfig.entry-points.post-office.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../tsDist/@atlaskit__task-decision/app",
7
- "composite": true,
8
- "rootDir": "../"
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*"
18
- ],
19
- "references": [
20
- {
21
- "path": "../../../analytics/analytics-namespaced-context/afm-post-office/tsconfig.json"
22
- },
23
- {
24
- "path": "../../../analytics/analytics-next/afm-post-office/tsconfig.json"
25
- },
26
- {
27
- "path": "../../../design-system/icon/afm-post-office/tsconfig.json"
28
- },
29
- {
30
- "path": "../../../design-system/theme/afm-post-office/tsconfig.json"
31
- },
32
- {
33
- "path": "../../../design-system/tokens/afm-post-office/tsconfig.json"
34
- },
35
- {
36
- "path": "../../util-service-support/afm-post-office/tsconfig.json"
37
- }
38
- ]
39
- }
2
+ "extends": "../../../../tsconfig.entry-points.post-office.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../post-office/tsDist/@atlaskit__task-decision/app",
7
+ "rootDir": "../",
8
+ "composite": true
9
+ },
10
+ "include": [
11
+ "../src/**/*.ts",
12
+ "../src/**/*.tsx"
13
+ ],
14
+ "exclude": [
15
+ "../src/**/__tests__/*",
16
+ "../src/**/*.test.*",
17
+ "../src/**/test.*"
18
+ ],
19
+ "references": [
20
+ {
21
+ "path": "../../../analytics/analytics-namespaced-context/afm-post-office/tsconfig.json"
22
+ },
23
+ {
24
+ "path": "../../../analytics/analytics-next/afm-post-office/tsconfig.json"
25
+ },
26
+ {
27
+ "path": "../../../design-system/icon/afm-post-office/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../../design-system/theme/afm-post-office/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../../design-system/tokens/afm-post-office/tsconfig.json"
34
+ },
35
+ {
36
+ "path": "../../util-service-support/afm-post-office/tsconfig.json"
37
+ }
38
+ ]
39
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/task-decision",
3
- "version": "17.11.4",
3
+ "version": "17.11.5",
4
4
  "description": "Tasks and decisions react components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -41,9 +41,9 @@
41
41
  "dependencies": {
42
42
  "@atlaskit/analytics-namespaced-context": "^6.12.0",
43
43
  "@atlaskit/analytics-next": "^10.1.0",
44
- "@atlaskit/icon": "^22.22.0",
44
+ "@atlaskit/icon": "^23.0.0",
45
45
  "@atlaskit/theme": "^14.0.0",
46
- "@atlaskit/tokens": "^2.0.0",
46
+ "@atlaskit/tokens": "^2.4.0",
47
47
  "@atlaskit/util-service-support": "^6.2.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@emotion/react": "^11.7.1",
@@ -56,10 +56,10 @@
56
56
  },
57
57
  "devDependencies": {
58
58
  "@af/visual-regression": "*",
59
- "@atlaskit/analytics-listeners": "^8.11.0",
59
+ "@atlaskit/analytics-listeners": "^8.13.0",
60
60
  "@atlaskit/elements-test-helpers": "^0.7.0",
61
61
  "@atlaskit/ssr": "*",
62
- "@atlaskit/util-data-test": "^17.11.0",
62
+ "@atlaskit/util-data-test": "^17.13.0",
63
63
  "@emotion/jest": "^11.8.0",
64
64
  "@testing-library/react": "^12.1.5",
65
65
  "@testing-library/user-event": "^14.4.3",