@alifd/chat 0.3.28-beta.3 → 0.3.28-beta.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/es/index.js CHANGED
@@ -31,4 +31,4 @@ export { default as RadioGroup } from './radio-group';
31
31
  export { default as CheckboxGroup } from './checkbox-group';
32
32
  export { default as Select } from './select';
33
33
  export { default as Flip } from './flip';
34
- export const version = '0.3.28-beta.3';
34
+ export const version = '0.3.28-beta.4';
package/lib/index.js CHANGED
@@ -68,4 +68,4 @@ var select_1 = require("./select");
68
68
  Object.defineProperty(exports, "Select", { enumerable: true, get: function () { return tslib_1.__importDefault(select_1).default; } });
69
69
  var flip_1 = require("./flip");
70
70
  Object.defineProperty(exports, "Flip", { enumerable: true, get: function () { return tslib_1.__importDefault(flip_1).default; } });
71
- exports.version = '0.3.28-beta.3';
71
+ exports.version = '0.3.28-beta.4';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alifd/chat",
3
- "version": "0.3.28-beta.3",
3
+ "version": "0.3.28-beta.4",
4
4
  "description": "A configurable component library for chat built on React.",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -483,7 +483,7 @@
483
483
  "@types/fs-extra": "^11.0.4",
484
484
  "@types/hoist-non-react-statics": "^3.3.5",
485
485
  "@types/lodash": "^4.14.202",
486
- "@types/markdown-it": "10.0.0",
486
+ "@types/markdown-it": "^14.1.0",
487
487
  "@types/minimist": "^1.2.5",
488
488
  "@types/react": "^16.0.0",
489
489
  "@types/react-dom": "^16.0.0",
@@ -547,7 +547,7 @@
547
547
  "hoist-non-react-statics": "^3.3.2",
548
548
  "html-react-parser": "^1.4.14",
549
549
  "ice": "^3.7.100",
550
- "markdown-it": "10.0.0",
550
+ "markdown-it": "^14.1.0",
551
551
  "query-string": "^7.1.3",
552
552
  "react-copy-to-clipboard": "^5.1.0",
553
553
  "react-photo-view": "^1.2.6",