@atlaskit/editor-plugin-interaction 9.0.0 → 10.0.0

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/editor-plugin-interaction
2
2
 
3
+ ## 10.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 9.0.0
4
10
 
5
11
  ### Patch Changes
@@ -1,8 +1,8 @@
1
1
  {
2
- "extends": "../../../../tsconfig.entry-points.volt.json",
2
+ "extends": "../../../../tsconfig.entry-points.products.json",
3
3
  "compilerOptions": {
4
4
  "target": "es5",
5
- "outDir": "../../../../../volt/tsDist/@atlaskit__editor-plugin-interaction/app",
5
+ "outDir": "../../../../../tsDist/@atlaskit__editor-plugin-interaction/app",
6
6
  "rootDir": "../",
7
7
  "composite": true
8
8
  },
@@ -23,13 +23,13 @@
23
23
  ],
24
24
  "references": [
25
25
  {
26
- "path": "../../../platform/feature-flags/afm-volt/tsconfig.json"
26
+ "path": "../../../platform/feature-flags/afm-products/tsconfig.json"
27
27
  },
28
28
  {
29
- "path": "../../editor-common/afm-volt/tsconfig.json"
29
+ "path": "../../editor-common/afm-products/tsconfig.json"
30
30
  },
31
31
  {
32
- "path": "../../../design-system/tokens/afm-volt/tsconfig.json"
32
+ "path": "../../../design-system/tokens/afm-products/tsconfig.json"
33
33
  }
34
34
  ]
35
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-interaction",
3
- "version": "9.0.0",
3
+ "version": "10.0.0",
4
4
  "description": "Interaction plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -24,8 +24,8 @@
24
24
  "@babel/runtime": "^7.0.0"
25
25
  },
26
26
  "peerDependencies": {
27
- "@atlaskit/editor-common": "^110.13.0",
28
- "@atlaskit/tokens": "^7.0.0",
27
+ "@atlaskit/editor-common": "^110.24.0",
28
+ "@atlaskit/tokens": "^8.0.0",
29
29
  "react": "^18.2.0",
30
30
  "react-dom": "^18.2.0"
31
31
  },
@@ -1,35 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.dev-agents.json",
3
- "compilerOptions": {
4
- "target": "es5",
5
- "outDir": "../../../../../dev-agents/tsDist/@atlaskit__editor-plugin-interaction/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
- "../src/**/examples/*",
19
- "../src/**/examples/**/*",
20
- "../src/**/*.stories.*",
21
- "../src/**/stories/*",
22
- "../src/**/stories/**/*"
23
- ],
24
- "references": [
25
- {
26
- "path": "../../../platform/feature-flags/afm-dev-agents/tsconfig.json"
27
- },
28
- {
29
- "path": "../../editor-common/afm-dev-agents/tsconfig.json"
30
- },
31
- {
32
- "path": "../../../design-system/tokens/afm-dev-agents/tsconfig.json"
33
- }
34
- ]
35
- }
@@ -1,35 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.passionfruit.json",
3
- "compilerOptions": {
4
- "target": "es5",
5
- "outDir": "../../../../../passionfruit/tsDist/@atlaskit__editor-plugin-interaction/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
- "../src/**/examples/*",
19
- "../src/**/examples/**/*",
20
- "../src/**/*.stories.*",
21
- "../src/**/stories/*",
22
- "../src/**/stories/**/*"
23
- ],
24
- "references": [
25
- {
26
- "path": "../../../platform/feature-flags/afm-passionfruit/tsconfig.json"
27
- },
28
- {
29
- "path": "../../editor-common/afm-passionfruit/tsconfig.json"
30
- },
31
- {
32
- "path": "../../../design-system/tokens/afm-passionfruit/tsconfig.json"
33
- }
34
- ]
35
- }
@@ -1,35 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.post-office.json",
3
- "compilerOptions": {
4
- "target": "es5",
5
- "outDir": "../../../../../post-office/tsDist/@atlaskit__editor-plugin-interaction/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
- "../src/**/examples/*",
19
- "../src/**/examples/**/*",
20
- "../src/**/*.stories.*",
21
- "../src/**/stories/*",
22
- "../src/**/stories/**/*"
23
- ],
24
- "references": [
25
- {
26
- "path": "../../../platform/feature-flags/afm-post-office/tsconfig.json"
27
- },
28
- {
29
- "path": "../../editor-common/afm-post-office/tsconfig.json"
30
- },
31
- {
32
- "path": "../../../design-system/tokens/afm-post-office/tsconfig.json"
33
- }
34
- ]
35
- }
@@ -1,35 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.rovo-extension.json",
3
- "compilerOptions": {
4
- "target": "es5",
5
- "outDir": "../../../../../rovo-extension/tsDist/@atlaskit__editor-plugin-interaction/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
- "../src/**/examples/*",
19
- "../src/**/examples/**/*",
20
- "../src/**/*.stories.*",
21
- "../src/**/stories/*",
22
- "../src/**/stories/**/*"
23
- ],
24
- "references": [
25
- {
26
- "path": "../../../platform/feature-flags/afm-rovo-extension/tsconfig.json"
27
- },
28
- {
29
- "path": "../../editor-common/afm-rovo-extension/tsconfig.json"
30
- },
31
- {
32
- "path": "../../../design-system/tokens/afm-rovo-extension/tsconfig.json"
33
- }
34
- ]
35
- }
@@ -1,35 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.townsquare.json",
3
- "compilerOptions": {
4
- "target": "es5",
5
- "outDir": "../../../../../townsquare/tsDist/@atlaskit__editor-plugin-interaction/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
- "../src/**/examples/*",
19
- "../src/**/examples/**/*",
20
- "../src/**/*.stories.*",
21
- "../src/**/stories/*",
22
- "../src/**/stories/**/*"
23
- ],
24
- "references": [
25
- {
26
- "path": "../../../platform/feature-flags/afm-townsquare/tsconfig.json"
27
- },
28
- {
29
- "path": "../../editor-common/afm-townsquare/tsconfig.json"
30
- },
31
- {
32
- "path": "../../../design-system/tokens/afm-townsquare/tsconfig.json"
33
- }
34
- ]
35
- }