@atlaskit/editor-plugin-paste 7.3.0 → 7.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -2
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @atlaskit/editor-plugin-paste
2
2
 
3
+ ## 7.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`5167552fe1a93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5167552fe1a93) -
8
+ [EDITOR-2339] Bump @atlaskit/adf-schema to 51.3.0
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 7.3.0
4
15
 
5
16
  ### Minor Changes
@@ -259,7 +270,6 @@
259
270
  shared context or singletons.
260
271
 
261
272
  **HOW TO ADJUST:**
262
-
263
273
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
264
274
  any of these editor plugins.
265
275
  - Ensure the version you install matches the version required by the plugins.
@@ -1774,7 +1784,6 @@
1774
1784
  - [#43646](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43646)
1775
1785
  [`d43f8e9402f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d43f8e9402f) - Make
1776
1786
  feature flags plugin optional in all plugins including:
1777
-
1778
1787
  - analytics
1779
1788
  - base
1780
1789
  - card
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-paste",
3
- "version": "7.3.0",
3
+ "version": "7.4.0",
4
4
  "description": "Paste plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -27,39 +27,39 @@
27
27
  "sideEffects": false,
28
28
  "atlaskit:src": "src/index.ts",
29
29
  "dependencies": {
30
- "@atlaskit/adf-schema": "^51.2.0",
30
+ "@atlaskit/adf-schema": "^51.3.0",
31
31
  "@atlaskit/code": "^17.2.0",
32
- "@atlaskit/editor-markdown-transformer": "^5.19.0",
33
- "@atlaskit/editor-plugin-analytics": "^6.1.0",
34
- "@atlaskit/editor-plugin-annotation": "^6.1.0",
32
+ "@atlaskit/editor-markdown-transformer": "^5.20.0",
33
+ "@atlaskit/editor-plugin-analytics": "^6.2.0",
34
+ "@atlaskit/editor-plugin-annotation": "^6.2.0",
35
35
  "@atlaskit/editor-plugin-better-type-history": "^6.1.0",
36
- "@atlaskit/editor-plugin-card": "^11.3.0",
36
+ "@atlaskit/editor-plugin-card": "^11.4.0",
37
37
  "@atlaskit/editor-plugin-feature-flags": "^5.0.0",
38
- "@atlaskit/editor-plugin-list": "^8.1.0",
39
- "@atlaskit/editor-plugin-media": "^8.1.0",
40
- "@atlaskit/editor-plugin-mentions": "^8.0.0",
38
+ "@atlaskit/editor-plugin-list": "^8.2.0",
39
+ "@atlaskit/editor-plugin-media": "^8.2.0",
40
+ "@atlaskit/editor-plugin-mentions": "^8.2.0",
41
41
  "@atlaskit/editor-prosemirror": "7.0.0",
42
42
  "@atlaskit/editor-tables": "^2.9.0",
43
43
  "@atlaskit/insm": "^0.1.0",
44
44
  "@atlaskit/media-client": "^35.5.0",
45
45
  "@atlaskit/media-common": "^12.3.0",
46
46
  "@atlaskit/platform-feature-flags": "^1.1.0",
47
- "@atlaskit/tmp-editor-statsig": "^13.6.0",
47
+ "@atlaskit/tmp-editor-statsig": "^13.13.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "lodash": "^4.17.21",
50
50
  "react-intl-next": "npm:react-intl@^5.18.1",
51
51
  "uuid": "^3.1.0"
52
52
  },
53
53
  "peerDependencies": {
54
- "@atlaskit/editor-common": "^110.10.0",
54
+ "@atlaskit/editor-common": "^110.14.0",
55
55
  "react": "^18.2.0",
56
56
  "react-dom": "^18.2.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@af/visual-regression": "workspace:^",
60
- "@atlaskit/editor-plugin-block-type": "^10.1.0",
61
- "@atlaskit/editor-plugin-history": "^6.0.0",
62
- "@atlaskit/editor-plugin-type-ahead": "^6.4.0",
60
+ "@atlaskit/editor-plugin-block-type": "^10.2.0",
61
+ "@atlaskit/editor-plugin-history": "^6.1.0",
62
+ "@atlaskit/editor-plugin-type-ahead": "^6.5.0",
63
63
  "@atlaskit/prosemirror-history": "^0.2.0",
64
64
  "@atlaskit/ssr": "workspace:^",
65
65
  "@testing-library/react": "^13.4.0",