@next-core/brick-container 2.76.4 → 2.76.6
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/dist/{dll.b256714d.js → dll.ccd8cbff.js} +25 -40
- package/dist/{dll.b256714d.js.map → dll.ccd8cbff.js.map} +1 -1
- package/dist/index.html +1 -1
- package/dist/main.e51a008e4fd78575702e.js +2 -0
- package/dist/main.e51a008e4fd78575702e.js.map +1 -0
- package/dist/polyfill.5ede1908f9c6c99c856c.js +2 -0
- package/dist/polyfill.5ede1908f9c6c99c856c.js.map +1 -0
- package/package.json +29 -19
- package/CHANGELOG.md +0 -5444
- package/dist/main.7e06d3407acea381e6d6.js +0 -2
- package/dist/main.7e06d3407acea381e6d6.js.map +0 -1
- package/dist/polyfill.f257e611b86e1c02a39d.js +0 -2
- package/dist/polyfill.f257e611b86e1c02a39d.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-core/brick-container",
|
|
3
|
-
"version": "2.76.
|
|
3
|
+
"version": "2.76.6",
|
|
4
4
|
"description": "Brick Container Server",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/brick-container",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -16,6 +16,16 @@
|
|
|
16
16
|
"serve",
|
|
17
17
|
"tools"
|
|
18
18
|
],
|
|
19
|
+
"nx": {
|
|
20
|
+
"targets": {
|
|
21
|
+
"build": {
|
|
22
|
+
"outputs": [
|
|
23
|
+
"{projectRoot}/dist",
|
|
24
|
+
"{projectRoot}/src/styles/theme/generated.css"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
19
29
|
"repository": {
|
|
20
30
|
"type": "git",
|
|
21
31
|
"url": "git@github.com:easyops-cn/next-core.git"
|
|
@@ -29,40 +39,40 @@
|
|
|
29
39
|
},
|
|
30
40
|
"dependencies": {
|
|
31
41
|
"@next-core/repo-config": "^0.2.1",
|
|
32
|
-
"body-parser": "^1.20.
|
|
42
|
+
"body-parser": "^1.20.1",
|
|
33
43
|
"chalk": "^4.1.2",
|
|
34
44
|
"chokidar": "^3.5.3",
|
|
35
45
|
"concat-stream": "^2.0.0",
|
|
36
|
-
"express": "^4.18.
|
|
46
|
+
"express": "^4.18.2",
|
|
37
47
|
"http-proxy-middleware": "^2.0.6",
|
|
38
48
|
"js-yaml": "^3.14.1",
|
|
39
49
|
"lodash": "^4.17.21",
|
|
40
50
|
"meow": "^9.0.0",
|
|
41
51
|
"mockdate": "^3.0.5",
|
|
42
|
-
"ws": "^8.
|
|
52
|
+
"ws": "^8.9.0"
|
|
43
53
|
},
|
|
44
54
|
"devDependencies": {
|
|
45
|
-
"@next-core/brick-dll": "^2.37.
|
|
46
|
-
"@next-core/brick-icons": "^2.
|
|
47
|
-
"@next-core/color-theme": "^0.4.
|
|
48
|
-
"@next-core/custom-antd-styles": "^1.24.
|
|
49
|
-
"@next-core/illustrations": "^0.
|
|
55
|
+
"@next-core/brick-dll": "^2.37.5",
|
|
56
|
+
"@next-core/brick-icons": "^2.28.1",
|
|
57
|
+
"@next-core/color-theme": "^0.4.4",
|
|
58
|
+
"@next-core/custom-antd-styles": "^1.24.13",
|
|
59
|
+
"@next-core/illustrations": "^0.10.1",
|
|
50
60
|
"@next-core/less-plugin-css-variables": "^0.2.4",
|
|
51
|
-
"@next-core/webpack-config-factory": "^2.18.
|
|
52
|
-
"@next-dll/ace": "^2.0.
|
|
53
|
-
"@next-dll/d3": "^2.0.
|
|
54
|
-
"@next-dll/echarts": "^2.0.
|
|
55
|
-
"@next-dll/editor-bricks-helper": "^0.31.
|
|
56
|
-
"@next-dll/react-dnd": "^0.1.
|
|
61
|
+
"@next-core/webpack-config-factory": "^2.18.1",
|
|
62
|
+
"@next-dll/ace": "^2.0.488",
|
|
63
|
+
"@next-dll/d3": "^2.0.69",
|
|
64
|
+
"@next-dll/echarts": "^2.0.70",
|
|
65
|
+
"@next-dll/editor-bricks-helper": "^0.31.5",
|
|
66
|
+
"@next-dll/react-dnd": "^0.1.426",
|
|
57
67
|
"babel-loader": "^8.2.5",
|
|
58
68
|
"clean-webpack-plugin": "^4.0.0",
|
|
59
69
|
"copy-webpack-plugin": "^6.4.1",
|
|
60
|
-
"core-js": "^3.
|
|
70
|
+
"core-js": "^3.25.5",
|
|
61
71
|
"css-loader": "^5.2.7",
|
|
62
72
|
"fs-extra": "^10.1.0",
|
|
63
73
|
"html-webpack-plugin": "^4.5.2",
|
|
64
74
|
"html-webpack-tags-plugin": "^2.0.17",
|
|
65
|
-
"i18next-browser-languagedetector": "^6.1.
|
|
75
|
+
"i18next-browser-languagedetector": "^6.1.8",
|
|
66
76
|
"less": "^3.13.1",
|
|
67
77
|
"less-loader": "^7.3.0",
|
|
68
78
|
"mini-css-extract-plugin": "^1.6.2",
|
|
@@ -70,8 +80,8 @@
|
|
|
70
80
|
"style-loader": "^2.0.0",
|
|
71
81
|
"webpack": "^4.46.0",
|
|
72
82
|
"webpack-cli": "^4.10.0",
|
|
73
|
-
"webpack-dev-server": "^4.
|
|
83
|
+
"webpack-dev-server": "^4.11.1",
|
|
74
84
|
"webpack-merge": "^5.8.0"
|
|
75
85
|
},
|
|
76
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "27505a20c6e18b45e2ec59ab7d5874f9e1189606"
|
|
77
87
|
}
|