@atlaskit/embedded-document 0.9.106 → 0.10.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/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/embedded-document
2
2
 
3
+ ## 0.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
8
+ [`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
9
+ Update `React` from v16 to v18
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 0.9.107
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 0.9.106
4
22
 
5
23
  ### Patch Changes
@@ -99,8 +99,7 @@ var ServiceProvider = exports.default = /*#__PURE__*/function () {
99
99
  return _getDocumentByObjectId.apply(this, arguments);
100
100
  }
101
101
  return getDocumentByObjectId;
102
- }() // Ignored via go/ees005
103
- // eslint-disable-next-line @typescript-eslint/max-params
102
+ }()
104
103
  }, {
105
104
  key: "updateDocument",
106
105
  value: function () {
@@ -145,8 +144,7 @@ var ServiceProvider = exports.default = /*#__PURE__*/function () {
145
144
  return _updateDocument.apply(this, arguments);
146
145
  }
147
146
  return updateDocument;
148
- }() // Ignored via go/ees005
149
- // eslint-disable-next-line @typescript-eslint/max-params
147
+ }()
150
148
  }, {
151
149
  key: "createDocument",
152
150
  value: function () {
@@ -41,9 +41,6 @@ export default class ServiceProvider {
41
41
  return null;
42
42
  }
43
43
  }
44
-
45
- // Ignored via go/ees005
46
- // eslint-disable-next-line @typescript-eslint/max-params
47
44
  async updateDocument(documentId, body, objectId, title, language) {
48
45
  try {
49
46
  const document = await utils.requestService(this.config, {
@@ -68,9 +65,6 @@ export default class ServiceProvider {
68
65
  return null;
69
66
  }
70
67
  }
71
-
72
- // Ignored via go/ees005
73
- // eslint-disable-next-line @typescript-eslint/max-params
74
68
  async createDocument(body, objectId, title, language) {
75
69
  try {
76
70
  const document = await utils.requestService(this.config, {
@@ -92,8 +92,7 @@ var ServiceProvider = /*#__PURE__*/function () {
92
92
  return _getDocumentByObjectId.apply(this, arguments);
93
93
  }
94
94
  return getDocumentByObjectId;
95
- }() // Ignored via go/ees005
96
- // eslint-disable-next-line @typescript-eslint/max-params
95
+ }()
97
96
  }, {
98
97
  key: "updateDocument",
99
98
  value: function () {
@@ -138,8 +137,7 @@ var ServiceProvider = /*#__PURE__*/function () {
138
137
  return _updateDocument.apply(this, arguments);
139
138
  }
140
139
  return updateDocument;
141
- }() // Ignored via go/ees005
142
- // eslint-disable-next-line @typescript-eslint/max-params
140
+ }()
143
141
  }, {
144
142
  key: "createDocument",
145
143
  value: function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/embedded-document",
3
- "version": "0.9.106",
3
+ "version": "0.10.0",
4
4
  "description": "DEPRECATED Embedded Document component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,12 +34,12 @@
34
34
  "runReact18": true
35
35
  },
36
36
  "dependencies": {
37
- "@atlaskit/button": "^20.3.0",
38
- "@atlaskit/editor-common": "^99.3.0",
39
- "@atlaskit/editor-core": "^203.11.0",
37
+ "@atlaskit/button": "^20.4.0",
38
+ "@atlaskit/editor-common": "^99.6.0",
39
+ "@atlaskit/editor-core": "^203.12.0",
40
40
  "@atlaskit/editor-shared-styles": "^3.2.0",
41
- "@atlaskit/renderer": "^112.8.0",
42
- "@atlaskit/tokens": "3.1.0",
41
+ "@atlaskit/renderer": "^112.12.0",
42
+ "@atlaskit/tokens": "3.3.0",
43
43
  "@atlaskit/util-service-support": "^6.2.0",
44
44
  "@babel/runtime": "^7.0.0"
45
45
  },
@@ -50,7 +50,7 @@
50
50
  "devDependencies": {
51
51
  "enzyme": "^3.10.0",
52
52
  "fetch-mock": "^8.0.0",
53
- "react": "^16.8.0",
53
+ "react": "^18.2.0",
54
54
  "typescript": "~5.4.2"
55
55
  }
56
56
  }