@atlaskit/editor-plugin-table 7.1.3 → 7.1.4

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,12 @@
1
1
  # @atlaskit/editor-plugin-table
2
2
 
3
+ ## 7.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#70084](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70084) [`4d651eb93ab5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4d651eb93ab5) - Add editor-plugin-annotation pr and create shared utils for it in editor-test-helpers
8
+ - Updated dependencies
9
+
3
10
  ## 7.1.3
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-table",
3
- "version": "7.1.3",
3
+ "version": "7.1.4",
4
4
  "description": "Table plugin for the @atlaskit/editor",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@atlaskit/adf-schema": "^35.3.0",
32
32
  "@atlaskit/custom-steps": "^0.0.11",
33
- "@atlaskit/editor-common": "^77.1.0",
33
+ "@atlaskit/editor-common": "^77.2.0",
34
34
  "@atlaskit/editor-palette": "1.5.2",
35
35
  "@atlaskit/editor-plugin-analytics": "^0.4.0",
36
36
  "@atlaskit/editor-plugin-content-insertion": "^0.1.0",
@@ -1,3 +1,3 @@
1
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:62f21c718cb5c25d43706c9c34275db8ed11bd33b6fe8e6ed1068c2ccc9f0e93
3
- size 15405
2
+ oid sha256:d1582b4c954f4ba9c81075284aa48ca466d712d2b3eefd5523de473a00b07cb8
3
+ size 15412
@@ -1,3 +1,3 @@
1
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a477e5c2e5c14b2eb39aaf5d33020f4183de81f3a4cbead7efb5d8a13f1d5b08
3
- size 33229
2
+ oid sha256:50e4dd203bd2f40435517d45f06576978ae62076f1c94e635323ca6025b2bc18
3
+ size 33063
@@ -1,3 +1,3 @@
1
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ea02c0da089226d50b728af2b06dfda143df89c42f02acbb637a973d303c3850
3
- size 15326
2
+ oid sha256:564ceae63b3eeb8ba43f3a1dec9245df2ed74397b58209c78970139d73747e15
3
+ size 15332
@@ -1,3 +1,3 @@
1
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9b38819ea18d4c8ab4aa5118d3e81c8875b95cdd7e9fbcc61e6d3bc414dc85d4
3
- size 33268
2
+ oid sha256:b6b00fe5974e24a0b66a3f2e4b61bbb6b776daa6996e89d942b4d2b37fa5b7f8
3
+ size 33109
@@ -1,3 +1,3 @@
1
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ebb86471508f57976e27a1c2d32d7ef690f19699443550444ba6fabbb30b1d7c
3
- size 20020
2
+ oid sha256:9572ae92d83265064e906f6413efa2b4290988f90ef39a8b4839d6f0638024b5
3
+ size 22041
@@ -1,3 +1,3 @@
1
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f24f89698026674f09e57abf0de63a7cba9490251e8238d670653d8ddc6bb077
3
- size 19266
2
+ oid sha256:7854cb7000b2220a6f4d4e03e581158c2170947f6c038eb037a2d7d13dd3db2b
3
+ size 21239
package/tsconfig.json CHANGED
@@ -848,6 +848,9 @@
848
848
  "@atlaskit/editor-test-helpers/create-test-extension-provider": [
849
849
  "../editor-test-helpers/src/create-test-extension-provider.ts"
850
850
  ],
851
+ "@atlaskit/editor-test-helpers/annotation": [
852
+ "../editor-test-helpers/src/annotation.ts"
853
+ ],
851
854
  "@atlaskit/editor-test-helpers": [
852
855
  "../editor-test-helpers/src"
853
856
  ],