@gravity-ui/markdown-editor 14.11.1 → 14.11.2

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.
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  /** During build process, the current version will be injected here */
5
- exports.VERSION = typeof '14.11.1' !== 'undefined' ? '14.11.1' : 'unknown';
5
+ exports.VERSION = typeof '14.11.2' !== 'undefined' ? '14.11.2' : 'unknown';
@@ -1,2 +1,2 @@
1
1
  /** During build process, the current version will be injected here */
2
- export const VERSION = typeof '14.11.1' !== 'undefined' ? '14.11.1' : 'unknown';
2
+ export const VERSION = typeof '14.11.2' !== 'undefined' ? '14.11.2' : 'unknown';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/markdown-editor",
3
- "version": "14.11.1",
3
+ "version": "14.11.2",
4
4
  "description": "Markdown wysiwyg and markup editor",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -202,7 +202,7 @@
202
202
  "tslib": "^2.3.1"
203
203
  },
204
204
  "devDependencies": {
205
- "@diplodoc/cut-extension": "^0.5.0",
205
+ "@diplodoc/cut-extension": "^0.6.1",
206
206
  "@diplodoc/folding-headings-extension": "0.1.0",
207
207
  "@diplodoc/html-extension": "^2.5.0",
208
208
  "@diplodoc/latex-extension": "1.0.3",
@@ -288,7 +288,7 @@
288
288
  }
289
289
  },
290
290
  "peerDependencies": {
291
- "@diplodoc/cut-extension": "^0.3.1 || ^0.4.0 || ^0.5.0",
291
+ "@diplodoc/cut-extension": "^0.3.1 || ^0.4.0 || ^0.5.0 || ^0.6.1 || ^0.7.1",
292
292
  "@diplodoc/folding-headings-extension": "^0.1.0",
293
293
  "@diplodoc/html-extension": "^2.3.2",
294
294
  "@diplodoc/latex-extension": "^1.0.3",