@atlaskit/editor-plugin-accessibility-utils 1.1.6 → 1.1.7

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 +86 -86
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-accessibility-utils
2
2
 
3
+ ## 1.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.1.6
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,87 +1,87 @@
1
1
  {
2
- "name": "@atlaskit/editor-plugin-accessibility-utils",
3
- "version": "1.1.6",
4
- "description": "Accessibility utils 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: Scarlet",
12
- "singleton": true,
13
- "releaseModel": "continuous",
14
- "runReact18": false
15
- },
16
- "repository": "https://stash.atlassian.com/projects/ATLASSIAN/repos/atlassian-frontend-monorepo",
17
- "main": "dist/cjs/index.js",
18
- "module": "dist/esm/index.js",
19
- "module:es2019": "dist/es2019/index.js",
20
- "types": "dist/types/index.d.ts",
21
- "typesVersions": {
22
- ">=4.5 <4.9": {
23
- "*": [
24
- "dist/types-ts4.5/*",
25
- "dist/types-ts4.5/index.d.ts"
26
- ]
27
- }
28
- },
29
- "sideEffects": false,
30
- "atlaskit:src": "src/index.ts",
31
- "af:exports": {
32
- ".": "./src/index.ts"
33
- },
34
- "dependencies": {
35
- "@atlaskit/editor-common": "^82.0.0",
36
- "@atlaskit/editor-prosemirror": "4.0.1",
37
- "@atlaskit/visually-hidden": "^1.3.0",
38
- "@babel/runtime": "^7.0.0"
39
- },
40
- "peerDependencies": {
41
- "react": "^16.8.0"
42
- },
43
- "devDependencies": {
44
- "@af/integration-testing": "*",
45
- "@af/visual-regression": "*",
46
- "@atlaskit/ssr": "*",
47
- "@atlaskit/visual-regression": "*",
48
- "@testing-library/react": "^12.1.5",
49
- "react-dom": "^16.8.0",
50
- "typescript": "~5.4.2",
51
- "wait-for-expect": "^1.2.0"
52
- },
53
- "techstack": {
54
- "@atlassian/frontend": {
55
- "import-structure": [
56
- "atlassian-conventions"
57
- ],
58
- "circular-dependencies": [
59
- "file-and-folder-level"
60
- ]
61
- },
62
- "@repo/internal": {
63
- "dom-events": "use-bind-event-listener",
64
- "analytics": [
65
- "analytics-next"
66
- ],
67
- "design-tokens": [
68
- "color"
69
- ],
70
- "theming": [
71
- "react-context"
72
- ],
73
- "ui-components": [
74
- "lite-mode"
75
- ],
76
- "deprecation": "no-deprecated-imports",
77
- "styling": [
78
- "emotion",
79
- "emotion"
80
- ],
81
- "imports": [
82
- "import-no-extraneous-disable-for-examples-and-docs"
83
- ]
84
- }
85
- },
86
- "platform-feature-flags": {}
87
- }
2
+ "name": "@atlaskit/editor-plugin-accessibility-utils",
3
+ "version": "1.1.7",
4
+ "description": "Accessibility utils 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: Scarlet",
12
+ "singleton": true,
13
+ "releaseModel": "continuous",
14
+ "runReact18": false
15
+ },
16
+ "repository": "https://stash.atlassian.com/projects/ATLASSIAN/repos/atlassian-frontend-monorepo",
17
+ "main": "dist/cjs/index.js",
18
+ "module": "dist/esm/index.js",
19
+ "module:es2019": "dist/es2019/index.js",
20
+ "types": "dist/types/index.d.ts",
21
+ "typesVersions": {
22
+ ">=4.5 <4.9": {
23
+ "*": [
24
+ "dist/types-ts4.5/*",
25
+ "dist/types-ts4.5/index.d.ts"
26
+ ]
27
+ }
28
+ },
29
+ "sideEffects": false,
30
+ "atlaskit:src": "src/index.ts",
31
+ "af:exports": {
32
+ ".": "./src/index.ts"
33
+ },
34
+ "dependencies": {
35
+ "@atlaskit/editor-common": "^83.0.0",
36
+ "@atlaskit/editor-prosemirror": "4.0.1",
37
+ "@atlaskit/visually-hidden": "^1.4.0",
38
+ "@babel/runtime": "^7.0.0"
39
+ },
40
+ "peerDependencies": {
41
+ "react": "^16.8.0"
42
+ },
43
+ "devDependencies": {
44
+ "@af/integration-testing": "*",
45
+ "@af/visual-regression": "*",
46
+ "@atlaskit/ssr": "*",
47
+ "@atlaskit/visual-regression": "*",
48
+ "@testing-library/react": "^12.1.5",
49
+ "react-dom": "^16.8.0",
50
+ "typescript": "~5.4.2",
51
+ "wait-for-expect": "^1.2.0"
52
+ },
53
+ "techstack": {
54
+ "@atlassian/frontend": {
55
+ "import-structure": [
56
+ "atlassian-conventions"
57
+ ],
58
+ "circular-dependencies": [
59
+ "file-and-folder-level"
60
+ ]
61
+ },
62
+ "@repo/internal": {
63
+ "dom-events": "use-bind-event-listener",
64
+ "analytics": [
65
+ "analytics-next"
66
+ ],
67
+ "design-tokens": [
68
+ "color"
69
+ ],
70
+ "theming": [
71
+ "react-context"
72
+ ],
73
+ "ui-components": [
74
+ "lite-mode"
75
+ ],
76
+ "deprecation": "no-deprecated-imports",
77
+ "styling": [
78
+ "emotion",
79
+ "emotion"
80
+ ],
81
+ "imports": [
82
+ "import-no-extraneous-disable-for-examples-and-docs"
83
+ ]
84
+ }
85
+ },
86
+ "platform-feature-flags": {}
87
+ }