@atlaskit/editor-plugin-selection-toolbar 1.1.9 → 1.1.10

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +83 -83
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-selection-toolbar
2
2
 
3
+ ## 1.1.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.1.9
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,84 +1,84 @@
1
1
  {
2
- "name": "@atlaskit/editor-plugin-selection-toolbar",
3
- "version": "1.1.9",
4
- "description": "@atlaskit/editor-plugin-selection-toolbar for @atlaskit/editor-core",
5
- "author": "Atlassian Pty Ltd",
6
- "license": "Apache-2.0",
7
- "publishConfig": {
8
- "registry": "https://registry.npmjs.org/"
9
- },
10
- "atlassian": {
11
- "team": "Editor: AI",
12
- "singleton": true,
13
- "inPublicMirror": false,
14
- "releaseModel": "continuous",
15
- "runReact18": false
16
- },
17
- "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
18
- "main": "dist/cjs/index.js",
19
- "module": "dist/esm/index.js",
20
- "module:es2019": "dist/es2019/index.js",
21
- "types": "dist/types/index.d.ts",
22
- "typesVersions": {
23
- ">=4.5 <4.9": {
24
- "*": [
25
- "dist/types-ts4.5/*",
26
- "dist/types-ts4.5/index.d.ts"
27
- ]
28
- }
29
- },
30
- "sideEffects": false,
31
- "atlaskit:src": "src/index.ts",
32
- "af:exports": {
33
- ".": "./src/index.ts"
34
- },
35
- "dependencies": {
36
- "@atlaskit/editor-common": "^82.2.0",
37
- "@atlaskit/editor-plugin-editor-viewmode": "^1.1.0",
38
- "@atlaskit/editor-prosemirror": "4.0.1",
39
- "@babel/runtime": "^7.0.0",
40
- "bind-event-listener": "^3.0.0"
41
- },
42
- "peerDependencies": {
43
- "react": "^16.8.0"
44
- },
45
- "devDependencies": {
46
- "@af/visual-regression": "*",
47
- "@atlaskit/ssr": "*",
48
- "@atlaskit/visual-regression": "*",
49
- "@testing-library/react": "^12.1.5",
50
- "react-dom": "^16.8.0",
51
- "typescript": "~5.4.2",
52
- "wait-for-expect": "^1.2.0"
53
- },
54
- "techstack": {
55
- "@atlassian/frontend": {
56
- "import-structure": [
57
- "atlassian-conventions"
58
- ],
59
- "circular-dependencies": [
60
- "file-and-folder-level"
61
- ]
62
- },
63
- "@repo/internal": {
64
- "dom-events": "use-bind-event-listener",
65
- "analytics": [
66
- "analytics-next"
67
- ],
68
- "design-tokens": [
69
- "color"
70
- ],
71
- "theming": [
72
- "react-context"
73
- ],
74
- "ui-components": [
75
- "lite-mode"
76
- ],
77
- "deprecation": "no-deprecated-imports",
78
- "styling": [
79
- "emotion",
80
- "emotion"
81
- ]
82
- }
83
- }
84
- }
2
+ "name": "@atlaskit/editor-plugin-selection-toolbar",
3
+ "version": "1.1.10",
4
+ "description": "@atlaskit/editor-plugin-selection-toolbar for @atlaskit/editor-core",
5
+ "author": "Atlassian Pty Ltd",
6
+ "license": "Apache-2.0",
7
+ "publishConfig": {
8
+ "registry": "https://registry.npmjs.org/"
9
+ },
10
+ "atlassian": {
11
+ "team": "Editor: AI",
12
+ "singleton": true,
13
+ "inPublicMirror": false,
14
+ "releaseModel": "continuous",
15
+ "runReact18": false
16
+ },
17
+ "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
18
+ "main": "dist/cjs/index.js",
19
+ "module": "dist/esm/index.js",
20
+ "module:es2019": "dist/es2019/index.js",
21
+ "types": "dist/types/index.d.ts",
22
+ "typesVersions": {
23
+ ">=4.5 <4.9": {
24
+ "*": [
25
+ "dist/types-ts4.5/*",
26
+ "dist/types-ts4.5/index.d.ts"
27
+ ]
28
+ }
29
+ },
30
+ "sideEffects": false,
31
+ "atlaskit:src": "src/index.ts",
32
+ "af:exports": {
33
+ ".": "./src/index.ts"
34
+ },
35
+ "dependencies": {
36
+ "@atlaskit/editor-common": "^82.9.0",
37
+ "@atlaskit/editor-plugin-editor-viewmode": "^2.0.0",
38
+ "@atlaskit/editor-prosemirror": "4.0.1",
39
+ "@babel/runtime": "^7.0.0",
40
+ "bind-event-listener": "^3.0.0"
41
+ },
42
+ "peerDependencies": {
43
+ "react": "^16.8.0"
44
+ },
45
+ "devDependencies": {
46
+ "@af/visual-regression": "*",
47
+ "@atlaskit/ssr": "*",
48
+ "@atlaskit/visual-regression": "*",
49
+ "@testing-library/react": "^12.1.5",
50
+ "react-dom": "^16.8.0",
51
+ "typescript": "~5.4.2",
52
+ "wait-for-expect": "^1.2.0"
53
+ },
54
+ "techstack": {
55
+ "@atlassian/frontend": {
56
+ "import-structure": [
57
+ "atlassian-conventions"
58
+ ],
59
+ "circular-dependencies": [
60
+ "file-and-folder-level"
61
+ ]
62
+ },
63
+ "@repo/internal": {
64
+ "dom-events": "use-bind-event-listener",
65
+ "analytics": [
66
+ "analytics-next"
67
+ ],
68
+ "design-tokens": [
69
+ "color"
70
+ ],
71
+ "theming": [
72
+ "react-context"
73
+ ],
74
+ "ui-components": [
75
+ "lite-mode"
76
+ ],
77
+ "deprecation": "no-deprecated-imports",
78
+ "styling": [
79
+ "emotion",
80
+ "emotion"
81
+ ]
82
+ }
83
+ }
84
+ }