@dckj-npm/lowcode-plugin-code-generator 1.3.22 → 1.3.24

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.
Files changed (1) hide show
  1. package/package.json +40 -42
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/lowcode-plugin-code-generator",
3
- "version": "1.3.22",
3
+ "version": "1.3.24",
4
4
  "description": "集团低代码引擎 - 浏览器出码插件",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -32,61 +32,59 @@
32
32
  ],
33
33
  "license": "MIT",
34
34
  "dependencies": {
35
- "@alilc/lowcode-code-generator": "^1.0.4",
36
- "@alilc/lowcode-plugin-base-monaco-editor": "^1.0.0",
37
- "@alilc/lowcode-types": "^1.0.0",
38
- "@dckj-npm/lowcode-code-generator": "^1.2.35",
39
- "@types/file-saver": "^2.0.4",
40
- "@types/js-base64": "^3.3.1",
41
- "@types/string-natural-compare": "^3.0.2",
35
+ "@alilc/lowcode-code-generator": "^1.1.7",
36
+ "@alilc/lowcode-plugin-base-monaco-editor": "^1.1.2",
37
+ "@alilc/lowcode-types": "^1.3.4",
38
+ "@dckj-npm/lowcode-code-generator": "^1.2.37",
39
+ "@types/file-saver": "^2.0.7",
40
+ "@types/string-natural-compare": "^3.0.4",
42
41
  "codesandbox": "^2.2.3",
43
42
  "file-saver": "^2.0.5",
44
- "js-base64": "^3.6.1",
45
- "jszip": "^3.7.1",
43
+ "js-base64": "^3.7.8",
44
+ "jszip": "^3.10.1",
46
45
  "regenerator-runtime": "^0.13.11",
47
- "semver": "^7.3.5",
46
+ "semver": "^7.7.3",
48
47
  "string-natural-compare": "^3.0.1",
49
- "tslib": "^2.3.1"
48
+ "tslib": "^2.8.1"
50
49
  },
51
50
  "peerDependencies": {
52
- "@alilc/lowcode-engine": "^1.0.0",
53
- "react": "16.x || 17.x"
51
+ "@alilc/lowcode-engine": "^1.3.0",
52
+ "react": "^16.14.0"
54
53
  },
55
54
  "devDependencies": {
56
- "@alib/build-scripts": "^0.1.18",
55
+ "@alib/build-scripts": "^0.1.32",
57
56
  "@alifd/theme-lowcode-light": "^0.2.1",
58
- "@alilc/lowcode-engine": "^1.0.0",
59
- "@alilc/lowcode-engine-ext": "^1.0.0",
60
- "@alilc/lowcode-plugin-code-editor": "^1.0.1",
61
- "@alilc/lowcode-plugin-components-pane": "^1.0.2",
62
- "@alilc/lowcode-plugin-datasource-pane": "^1.0.3",
63
- "@alilc/lowcode-plugin-inject": "^1.0.0",
64
- "@alilc/lowcode-plugin-manual": "^1.0.3",
65
- "@alilc/lowcode-plugin-schema": "^1.0.0",
66
- "@alilc/lowcode-plugin-simulator-select": "^1.0.0",
67
- "@alilc/lowcode-plugin-undo-redo": "^1.0.0",
57
+ "@alilc/lowcode-engine": "^1.3.4",
58
+ "@alilc/lowcode-engine-ext": "^1.0.6",
59
+ "@alilc/lowcode-plugin-code-editor": "^1.0.9",
60
+ "@alilc/lowcode-plugin-components-pane": "^1.0.7",
61
+ "@alilc/lowcode-plugin-datasource-pane": "^1.0.11",
62
+ "@alilc/lowcode-plugin-inject": "^1.2.3",
63
+ "@alilc/lowcode-plugin-manual": "^1.0.4",
64
+ "@alilc/lowcode-plugin-schema": "^1.0.5",
65
+ "@alilc/lowcode-plugin-simulator-select": "^1.0.4",
66
+ "@alilc/lowcode-plugin-undo-redo": "^1.0.1",
68
67
  "@alilc/lowcode-plugin-zh-en": "^1.0.0",
69
- "@alilc/lowcode-react-renderer": "^1.0.0",
68
+ "@alilc/lowcode-react-renderer": "^1.3.4",
70
69
  "@alilc/lowcode-setter-behavior": "^1.0.0",
71
70
  "@alilc/lowcode-setter-title": "^1.0.2",
72
71
  "@alilc/lowcode-types": "^1.0.0",
73
- "@types/classnames": "^2.2.7",
74
- "@types/events": "^3.0.0",
75
- "@types/node": "^13.7.1",
76
- "@types/react": "^16.8.3",
77
- "@types/react-dom": "^16.8.2",
78
- "@types/streamsaver": "^2.0.0",
79
- "build-plugin-component": "^0.2.10",
80
- "build-plugin-fusion": "^0.1.0",
81
- "build-plugin-moment-locales": "^0.1.0",
82
- "build-plugin-react-app": "^1.1.2",
72
+ "@types/events": "^3.0.3",
73
+ "@types/node": "^13.13.52",
74
+ "@types/react": "^16.14.68",
75
+ "@types/react-dom": "^16.9.25",
76
+ "@types/streamsaver": "^2.0.5",
77
+ "build-plugin-component": "^0.2.22",
78
+ "build-plugin-fusion": "^0.1.23",
79
+ "build-plugin-moment-locales": "^0.1.3",
80
+ "build-plugin-react-app": "^1.8.5",
83
81
  "cross-env": "^7.0.3",
84
- "prettier": "^2.5.1",
85
- "react": "^16.8.3",
86
- "react-dom": "^16.8.3",
87
- "rimraf": "^3.0.2",
88
- "tsconfig-paths-webpack-plugin": "^3.2.0",
89
- "typescript": "^4.5.4"
82
+ "prettier": "^2.8.8",
83
+ "react": "^16.14.0",
84
+ "react-dom": "^16.14.0",
85
+ "rimraf": "^4.0.1",
86
+ "tsconfig-paths-webpack-plugin": "^3.5.2",
87
+ "typescript": "^4.9.5"
90
88
  },
91
89
  "publishConfig": {
92
90
  "access": "public",