react-design-editor 0.0.35 → 0.0.36

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/lib/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
+ export * from './Canvas';
1
2
  export { default as Canvas } from './Canvas';
2
3
  export { default as CanvasObject } from './CanvasObject';
3
4
  export * from './handlers';
4
- export * from './utils';
5
5
  export * from './objects';
6
+ export * from './utils';
package/lib/index.js CHANGED
@@ -10,10 +10,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
10
  for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
11
11
  };
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
13
+ __exportStar(require("./Canvas"), exports);
13
14
  var Canvas_1 = require("./Canvas");
14
15
  Object.defineProperty(exports, "Canvas", { enumerable: true, get: function () { return Canvas_1.default; } });
15
16
  var CanvasObject_1 = require("./CanvasObject");
16
17
  Object.defineProperty(exports, "CanvasObject", { enumerable: true, get: function () { return CanvasObject_1.default; } });
17
18
  __exportStar(require("./handlers"), exports);
18
- __exportStar(require("./utils"), exports);
19
19
  __exportStar(require("./objects"), exports);
20
+ __exportStar(require("./utils"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-design-editor",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "description": "Design Editor Tools with React.js + ant.design + fabric.js",
5
5
  "main": "dist/react-design-editor.min.js",
6
6
  "typings": "lib/index.d.ts",
@@ -42,7 +42,7 @@
42
42
  "animejs": "^3.0.0",
43
43
  "fabric": "^3.4.0",
44
44
  "react": "^16.4.1",
45
- "react-dom": "^16.4.1",
45
+ "react-dom": "^16.14.0",
46
46
  "react-dom-factories": "^1.0.2"
47
47
  },
48
48
  "dependencies": {
@@ -51,7 +51,7 @@
51
51
  "classnames": "^2.2.6",
52
52
  "color": "^3.1.2",
53
53
  "echarts": "^4.7.0",
54
- "fabric": "^4.5.0",
54
+ "fabric": "^3.4.0",
55
55
  "gifler": "^0.1.0",
56
56
  "honeycomb-grid": "^3.1.7",
57
57
  "i18next": "^19.0.0",
@@ -59,11 +59,11 @@
59
59
  "lodash": "^4.17.10",
60
60
  "mediaelement": "^4.2.9",
61
61
  "prop-types": "^15.6.2",
62
- "react": "^16.13.1",
62
+ "react": "^16.4.1",
63
63
  "react-ace": "^8.1.0",
64
64
  "react-color": "^2.14.1",
65
65
  "react-custom-scrollbars": "^4.2.1",
66
- "react-dom": "^16.13.1",
66
+ "react-dom": "^16.14.0",
67
67
  "react-dom-factories": "^1.0.2",
68
68
  "react-helmet": "^5.2.0",
69
69
  "react-hot-loader": "^4.12.20",
@@ -75,23 +75,24 @@
75
75
  "warning": "^4.0.3"
76
76
  },
77
77
  "devDependencies": {
78
- "@babel/core": "^7.9.0",
79
- "@babel/plugin-proposal-class-properties": "^7.8.3",
80
- "@babel/plugin-proposal-decorators": "^7.8.3",
81
- "@babel/plugin-proposal-object-rest-spread": "^7.9.5",
78
+ "@babel/core": "^7.16.0",
79
+ "@babel/plugin-proposal-class-properties": "^7.16.0",
80
+ "@babel/plugin-proposal-decorators": "^7.16.4",
81
+ "@babel/plugin-proposal-object-rest-spread": "^7.16.0",
82
+ "@babel/plugin-proposal-private-methods": "^7.16.0",
82
83
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
83
- "@babel/plugin-transform-runtime": "^7.9.0",
84
- "@babel/polyfill": "^7.8.7",
85
- "@babel/preset-env": "^7.9.5",
86
- "@babel/preset-react": "^7.9.4",
87
- "@babel/preset-typescript": "^7.9.0",
84
+ "@babel/plugin-transform-runtime": "^7.16.4",
85
+ "@babel/polyfill": "^7.12.1",
86
+ "@babel/preset-env": "^7.16.4",
87
+ "@babel/preset-react": "^7.16.0",
88
+ "@babel/preset-typescript": "^7.16.0",
88
89
  "@types/animejs": "^3.1.0",
89
90
  "@types/color": "^3.0.1",
90
91
  "@types/echarts": "^4.4.6",
91
92
  "@types/fabric": "^4.2.6",
92
93
  "@types/lodash": "^4.14.150",
93
- "@types/react": "^16.9.34",
94
- "@types/react-dom": "^16.9.6",
94
+ "@types/react": "^16.14.21",
95
+ "@types/react-dom": "^16.9.14",
95
96
  "@types/react-helmet": "^5.0.15",
96
97
  "@types/uuid": "^7.0.2",
97
98
  "@types/warning": "^3.0.0",