|
1 | 1 | { |
2 | 2 | "name": "@alilc/lowcode-designer", |
3 | | - "version": "1.0.17", |
| 3 | + "version": "1.0.18", |
4 | 4 | "description": "Designer for Ali LowCode Engine", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "module": "es/index.js", |
|
15 | 15 | }, |
16 | 16 | "license": "MIT", |
17 | 17 | "dependencies": { |
18 | | - "@alilc/lowcode-editor-core": "1.0.17", |
19 | | - "@alilc/lowcode-types": "1.0.17", |
20 | | - "@alilc/lowcode-utils": "1.0.17", |
| 18 | + "@alilc/lowcode-editor-core": "1.0.18", |
| 19 | + "@alilc/lowcode-types": "1.0.18", |
| 20 | + "@alilc/lowcode-utils": "1.0.18", |
21 | 21 | "classnames": "^2.2.6", |
22 | 22 | "react": "^16", |
23 | 23 | "react-dom": "^16.7.0", |
|
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | 29 | "@alib/build-scripts": "^0.1.29", |
30 | | - "@alilc/lowcode-shell": "1.0.17", |
| 30 | + "@alilc/lowcode-shell": "1.0.18", |
31 | 31 | "@alilc/lowcode-test-mate": "^1.0.1", |
32 | 32 | "@testing-library/react": "^11.2.2", |
33 | 33 | "@types/classnames": "^2.2.7", |
| 34 | + "@types/enzyme": "^3.10.12", |
| 35 | + "@types/enzyme-adapter-react-16": "^1.0.6", |
34 | 36 | "@types/jest": "^26.0.16", |
35 | 37 | "@types/lodash": "^4.14.165", |
36 | 38 | "@types/medium-editor": "^5.0.3", |
|
42 | 44 | "build-plugin-component": "^1.0.0", |
43 | 45 | "build-scripts-config": "^3.0.3", |
44 | 46 | "enzyme": "^3.11.0", |
45 | | - "@types/enzyme": "^3.10.12", |
46 | 47 | "enzyme-adapter-react-16": "^1.15.5", |
47 | | - "@types/enzyme-adapter-react-16": "^1.0.6", |
48 | 48 | "jest": "^26.6.3", |
49 | 49 | "lodash": "^4.17.20", |
50 | 50 | "moment": "^2.29.1", |
|
0 commit comments