@next-core/brick-container 2.63.5 → 2.63.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/CHANGELOG.md +83 -336
- package/dist/{dll.a5f56952.js → dll.493c7d98.js} +20 -20
- package/dist/{dll.a5f56952.js.map → dll.493c7d98.js.map} +1 -1
- package/dist/index.html +1 -1
- package/dist/{main.3c1a7a5b0b9031986b23.js → main.8ea0165220d022ea3e99.js} +2 -2
- package/dist/{main.3c1a7a5b0b9031986b23.js.map → main.8ea0165220d022ea3e99.js.map} +1 -1
- package/dist/{main.c7b917c588e3a17c1aa5.css → main.f90243697007b6904c45.css} +191 -175
- package/dist/main.f90243697007b6904c45.css.map +1 -0
- package/dist/polyfill.f7f57156cbec5f35f85c.js +2 -0
- package/dist/polyfill.f7f57156cbec5f35f85c.js.map +1 -0
- package/package.json +22 -22
- package/dist/main.c7b917c588e3a17c1aa5.css.map +0 -1
- package/dist/polyfill.cdf468d8ec73cc7a5766.js +0 -2
- package/dist/polyfill.cdf468d8ec73cc7a5766.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-core/brick-container",
|
|
3
|
-
"version": "2.63.
|
|
3
|
+
"version": "2.63.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",
|
|
@@ -31,46 +31,46 @@
|
|
|
31
31
|
"@next-core/repo-config": "^0.2.1",
|
|
32
32
|
"body-parser": "^1.19.1",
|
|
33
33
|
"chalk": "^4.1.1",
|
|
34
|
-
"chokidar": "^3.5.
|
|
34
|
+
"chokidar": "^3.5.3",
|
|
35
35
|
"concat-stream": "^2.0.0",
|
|
36
|
-
"express": "^4.17.
|
|
37
|
-
"http-proxy-middleware": "^2.0.
|
|
36
|
+
"express": "^4.17.2",
|
|
37
|
+
"http-proxy-middleware": "^2.0.2",
|
|
38
38
|
"js-yaml": "^3.14.1",
|
|
39
39
|
"lodash": "^4.17.21",
|
|
40
40
|
"meow": "^9.0.0",
|
|
41
|
-
"ws": "^8.
|
|
41
|
+
"ws": "^8.4.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@next-core/brick-dll": "^2.28.
|
|
45
|
-
"@next-core/brick-icons": "^2.26.
|
|
46
|
-
"@next-core/color-theme": "^0.4.
|
|
47
|
-
"@next-core/custom-antd-styles": "^1.23.
|
|
48
|
-
"@next-core/illustrations": "^0.5.
|
|
49
|
-
"@next-core/less-plugin-css-variables": "^0.2.
|
|
50
|
-
"@next-core/webpack-config-factory": "^2.15.
|
|
51
|
-
"@next-dll/ace": "^2.0.
|
|
52
|
-
"@next-dll/d3": "^2.0.
|
|
53
|
-
"@next-dll/echarts": "^2.0.
|
|
54
|
-
"@next-dll/editor-bricks-helper": "^0.25.
|
|
55
|
-
"@next-dll/react-dnd": "^0.1.
|
|
44
|
+
"@next-core/brick-dll": "^2.28.12",
|
|
45
|
+
"@next-core/brick-icons": "^2.26.3",
|
|
46
|
+
"@next-core/color-theme": "^0.4.1",
|
|
47
|
+
"@next-core/custom-antd-styles": "^1.23.5",
|
|
48
|
+
"@next-core/illustrations": "^0.5.2",
|
|
49
|
+
"@next-core/less-plugin-css-variables": "^0.2.2",
|
|
50
|
+
"@next-core/webpack-config-factory": "^2.15.3",
|
|
51
|
+
"@next-dll/ace": "^2.0.322",
|
|
52
|
+
"@next-dll/d3": "^2.0.55",
|
|
53
|
+
"@next-dll/echarts": "^2.0.56",
|
|
54
|
+
"@next-dll/editor-bricks-helper": "^0.25.12",
|
|
55
|
+
"@next-dll/react-dnd": "^0.1.260",
|
|
56
56
|
"babel-loader": "^8.2.3",
|
|
57
57
|
"clean-webpack-plugin": "^4.0.0",
|
|
58
58
|
"copy-webpack-plugin": "^6.4.1",
|
|
59
|
-
"core-js": "^3.20.
|
|
59
|
+
"core-js": "^3.20.3",
|
|
60
60
|
"css-loader": "^5.2.7",
|
|
61
61
|
"fs-extra": "^10.0.0",
|
|
62
62
|
"html-webpack-plugin": "^4.5.2",
|
|
63
63
|
"html-webpack-tags-plugin": "^2.0.17",
|
|
64
|
-
"i18next-browser-languagedetector": "^6.1.
|
|
64
|
+
"i18next-browser-languagedetector": "^6.1.3",
|
|
65
65
|
"less": "^3.13.1",
|
|
66
66
|
"less-loader": "^7.3.0",
|
|
67
67
|
"mini-css-extract-plugin": "^1.6.2",
|
|
68
68
|
"regenerator-runtime": "^0.13.9",
|
|
69
69
|
"style-loader": "^2.0.0",
|
|
70
70
|
"webpack": "^4.46.0",
|
|
71
|
-
"webpack-cli": "^4.9.
|
|
72
|
-
"webpack-dev-server": "^4.
|
|
71
|
+
"webpack-cli": "^4.9.2",
|
|
72
|
+
"webpack-dev-server": "^4.7.3",
|
|
73
73
|
"webpack-merge": "^5.8.0"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "e4dae8eebce240593620b6f8dbea8f5c852891bb"
|
|
76
76
|
}
|