@atlaskit/editor-plugin-block-menu 5.0.2 → 5.0.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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-block-menu
2
2
 
3
+ ## 5.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.0.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 5.0.2
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-block-menu",
3
- "version": "5.0.2",
3
+ "version": "5.0.4",
4
4
  "description": "BlockMenu plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -38,18 +38,18 @@
38
38
  "@atlaskit/editor-prosemirror": "7.0.0",
39
39
  "@atlaskit/editor-shared-styles": "^3.8.0",
40
40
  "@atlaskit/editor-tables": "^2.9.0",
41
- "@atlaskit/editor-toolbar": "^0.16.0",
41
+ "@atlaskit/editor-toolbar": "^0.17.0",
42
42
  "@atlaskit/icon": "^28.5.0",
43
- "@atlaskit/icon-lab": "^5.10.0",
43
+ "@atlaskit/icon-lab": "^5.11.0",
44
44
  "@atlaskit/platform-feature-flags": "^1.1.0",
45
45
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
46
- "@atlaskit/primitives": "^16.0.0",
47
- "@atlaskit/tmp-editor-statsig": "^13.19.0",
48
- "@atlaskit/tokens": "^7.0.0",
46
+ "@atlaskit/primitives": "^16.1.0",
47
+ "@atlaskit/tmp-editor-statsig": "^13.32.0",
48
+ "@atlaskit/tokens": "^8.0.0",
49
49
  "@babel/runtime": "^7.0.0"
50
50
  },
51
51
  "peerDependencies": {
52
- "@atlaskit/editor-common": "^110.18.0",
52
+ "@atlaskit/editor-common": "^110.24.0",
53
53
  "react": "^18.2.0",
54
54
  "react-intl-next": "npm:react-intl@^5.18.1"
55
55
  },
@@ -1,75 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.post-office.json",
3
- "compilerOptions": {
4
- "target": "es5",
5
- "outDir": "../../../../../post-office/tsDist/@atlaskit__editor-plugin-block-menu/app",
6
- "rootDir": "../",
7
- "composite": 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
- ],
19
- "references": [
20
- {
21
- "path": "../../../design-system/css/afm-post-office/tsconfig.json"
22
- },
23
- {
24
- "path": "../../../design-system/dropdown-menu/afm-post-office/tsconfig.json"
25
- },
26
- {
27
- "path": "../../editor-plugin-analytics/afm-post-office/tsconfig.json"
28
- },
29
- {
30
- "path": "../../editor-plugin-block-controls/afm-post-office/tsconfig.json"
31
- },
32
- {
33
- "path": "../../editor-plugin-decorations/afm-post-office/tsconfig.json"
34
- },
35
- {
36
- "path": "../../editor-plugin-selection/afm-post-office/tsconfig.json"
37
- },
38
- {
39
- "path": "../../editor-plugin-user-intent/afm-post-office/tsconfig.json"
40
- },
41
- {
42
- "path": "../../editor-shared-styles/afm-post-office/tsconfig.json"
43
- },
44
- {
45
- "path": "../../editor-tables/afm-post-office/tsconfig.json"
46
- },
47
- {
48
- "path": "../../editor-toolbar/afm-post-office/tsconfig.json"
49
- },
50
- {
51
- "path": "../../../design-system/icon/afm-post-office/tsconfig.json"
52
- },
53
- {
54
- "path": "../../../design-system/icon-lab/afm-post-office/tsconfig.json"
55
- },
56
- {
57
- "path": "../../../platform/feature-flags/afm-post-office/tsconfig.json"
58
- },
59
- {
60
- "path": "../../../platform/feature-flags-react/afm-post-office/tsconfig.json"
61
- },
62
- {
63
- "path": "../../../design-system/primitives/afm-post-office/tsconfig.json"
64
- },
65
- {
66
- "path": "../../tmp-editor-statsig/afm-post-office/tsconfig.json"
67
- },
68
- {
69
- "path": "../../../design-system/tokens/afm-post-office/tsconfig.json"
70
- },
71
- {
72
- "path": "../../editor-common/afm-post-office/tsconfig.json"
73
- }
74
- ]
75
- }
@@ -1,75 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.townsquare.json",
3
- "compilerOptions": {
4
- "target": "es5",
5
- "outDir": "../../../../../townsquare/tsDist/@atlaskit__editor-plugin-block-menu/app",
6
- "rootDir": "../",
7
- "composite": 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
- ],
19
- "references": [
20
- {
21
- "path": "../../../design-system/css/afm-townsquare/tsconfig.json"
22
- },
23
- {
24
- "path": "../../../design-system/dropdown-menu/afm-townsquare/tsconfig.json"
25
- },
26
- {
27
- "path": "../../editor-plugin-analytics/afm-townsquare/tsconfig.json"
28
- },
29
- {
30
- "path": "../../editor-plugin-block-controls/afm-townsquare/tsconfig.json"
31
- },
32
- {
33
- "path": "../../editor-plugin-decorations/afm-townsquare/tsconfig.json"
34
- },
35
- {
36
- "path": "../../editor-plugin-selection/afm-townsquare/tsconfig.json"
37
- },
38
- {
39
- "path": "../../editor-plugin-user-intent/afm-townsquare/tsconfig.json"
40
- },
41
- {
42
- "path": "../../editor-shared-styles/afm-townsquare/tsconfig.json"
43
- },
44
- {
45
- "path": "../../editor-tables/afm-townsquare/tsconfig.json"
46
- },
47
- {
48
- "path": "../../editor-toolbar/afm-townsquare/tsconfig.json"
49
- },
50
- {
51
- "path": "../../../design-system/icon/afm-townsquare/tsconfig.json"
52
- },
53
- {
54
- "path": "../../../design-system/icon-lab/afm-townsquare/tsconfig.json"
55
- },
56
- {
57
- "path": "../../../platform/feature-flags/afm-townsquare/tsconfig.json"
58
- },
59
- {
60
- "path": "../../../platform/feature-flags-react/afm-townsquare/tsconfig.json"
61
- },
62
- {
63
- "path": "../../../design-system/primitives/afm-townsquare/tsconfig.json"
64
- },
65
- {
66
- "path": "../../tmp-editor-statsig/afm-townsquare/tsconfig.json"
67
- },
68
- {
69
- "path": "../../../design-system/tokens/afm-townsquare/tsconfig.json"
70
- },
71
- {
72
- "path": "../../editor-common/afm-townsquare/tsconfig.json"
73
- }
74
- ]
75
- }