@atlaskit/editor-plugin-selection-toolbar 1.0.1 → 1.1.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/.eslintrc.js CHANGED
@@ -3,12 +3,4 @@ module.exports = {
3
3
  '@typescript-eslint/no-duplicate-imports': 'error',
4
4
  '@typescript-eslint/no-explicit-any': 'error',
5
5
  },
6
- overrides: [
7
- {
8
- files: ['**/__tests__/**/*.{js,ts,tsx}', '**/examples/**/*.{js,ts,tsx}'],
9
- rules: {
10
- '@typescript-eslint/no-explicit-any': 'off',
11
- },
12
- },
13
- ],
14
6
  };
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/editor-plugin-selection-toolbar
2
2
 
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934) [`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) - bumped editor-prosemirror version to 4.0.0
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+
13
+ ## 1.0.2
14
+
15
+ ### Patch Changes
16
+
17
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
18
+
3
19
  ## 1.0.1
4
20
 
5
21
  ### Patch Changes
package/dist/cjs/types.js CHANGED
@@ -1,5 +1 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
1
+ "use strict";
@@ -1 +0,0 @@
1
- export {};
package/dist/esm/types.js CHANGED
@@ -1 +0,0 @@
1
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-selection-toolbar",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "description": "@atlaskit/editor-plugin-selection-toolbar for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -33,9 +33,9 @@
33
33
  ".": "./src/index.ts"
34
34
  },
35
35
  "dependencies": {
36
- "@atlaskit/editor-common": "^78.0.0",
37
- "@atlaskit/editor-plugin-editor-viewmode": "^1.0.0",
38
- "@atlaskit/editor-prosemirror": "3.0.0",
36
+ "@atlaskit/editor-common": "^78.31.0",
37
+ "@atlaskit/editor-plugin-editor-viewmode": "^1.1.0",
38
+ "@atlaskit/editor-prosemirror": "4.0.0",
39
39
  "@babel/runtime": "^7.0.0",
40
40
  "bind-event-listener": "^2.1.1"
41
41
  },
@@ -49,7 +49,7 @@
49
49
  "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
50
50
  "@testing-library/react": "^12.1.5",
51
51
  "react-dom": "^16.8.0",
52
- "typescript": "~4.9.5",
52
+ "typescript": "~5.4.2",
53
53
  "wait-for-expect": "^1.2.0"
54
54
  },
55
55
  "techstack": {
@@ -75,14 +75,12 @@
75
75
  "ui-components": [
76
76
  "lite-mode"
77
77
  ],
78
- "deprecation": [
79
- "no-deprecated-imports"
80
- ],
78
+ "deprecation": "no-deprecated-imports",
81
79
  "styling": [
82
- "static",
80
+ "emotion",
83
81
  "emotion"
84
82
  ]
85
83
  }
86
84
  },
87
85
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0"
88
- }
86
+ }