@next-core/brick-container 2.76.3 → 2.76.5
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.3ed3eedf.js → dll.228a447d.js} +25 -40
- package/dist/{dll.3ed3eedf.js.map → dll.228a447d.js.map} +1 -1
- package/dist/index.html +1 -1
- package/dist/main.9d96271e4bbd9e1f131f.js +2 -0
- package/dist/main.9d96271e4bbd9e1f131f.js.map +1 -0
- package/dist/polyfill.5ede1908f9c6c99c856c.js +2 -0
- package/dist/polyfill.5ede1908f9c6c99c856c.js.map +1 -0
- package/package.json +18 -18
- package/CHANGELOG.md +0 -5436
- package/dist/main.6ab04f22da7806eee005.js +0 -2
- package/dist/main.6ab04f22da7806eee005.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.5",
|
|
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",
|
|
@@ -29,40 +29,40 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@next-core/repo-config": "^0.2.1",
|
|
32
|
-
"body-parser": "^1.20.
|
|
32
|
+
"body-parser": "^1.20.1",
|
|
33
33
|
"chalk": "^4.1.2",
|
|
34
34
|
"chokidar": "^3.5.3",
|
|
35
35
|
"concat-stream": "^2.0.0",
|
|
36
|
-
"express": "^4.18.
|
|
36
|
+
"express": "^4.18.2",
|
|
37
37
|
"http-proxy-middleware": "^2.0.6",
|
|
38
38
|
"js-yaml": "^3.14.1",
|
|
39
39
|
"lodash": "^4.17.21",
|
|
40
40
|
"meow": "^9.0.0",
|
|
41
41
|
"mockdate": "^3.0.5",
|
|
42
|
-
"ws": "^8.
|
|
42
|
+
"ws": "^8.9.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@next-core/brick-dll": "^2.37.
|
|
46
|
-
"@next-core/brick-icons": "^2.
|
|
45
|
+
"@next-core/brick-dll": "^2.37.4",
|
|
46
|
+
"@next-core/brick-icons": "^2.28.0",
|
|
47
47
|
"@next-core/color-theme": "^0.4.3",
|
|
48
|
-
"@next-core/custom-antd-styles": "^1.24.
|
|
49
|
-
"@next-core/illustrations": "^0.
|
|
48
|
+
"@next-core/custom-antd-styles": "^1.24.13",
|
|
49
|
+
"@next-core/illustrations": "^0.10.0",
|
|
50
50
|
"@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.
|
|
51
|
+
"@next-core/webpack-config-factory": "^2.18.1",
|
|
52
|
+
"@next-dll/ace": "^2.0.487",
|
|
53
|
+
"@next-dll/d3": "^2.0.69",
|
|
54
|
+
"@next-dll/echarts": "^2.0.70",
|
|
55
|
+
"@next-dll/editor-bricks-helper": "^0.31.4",
|
|
56
|
+
"@next-dll/react-dnd": "^0.1.425",
|
|
57
57
|
"babel-loader": "^8.2.5",
|
|
58
58
|
"clean-webpack-plugin": "^4.0.0",
|
|
59
59
|
"copy-webpack-plugin": "^6.4.1",
|
|
60
|
-
"core-js": "^3.
|
|
60
|
+
"core-js": "^3.25.5",
|
|
61
61
|
"css-loader": "^5.2.7",
|
|
62
62
|
"fs-extra": "^10.1.0",
|
|
63
63
|
"html-webpack-plugin": "^4.5.2",
|
|
64
64
|
"html-webpack-tags-plugin": "^2.0.17",
|
|
65
|
-
"i18next-browser-languagedetector": "^6.1.
|
|
65
|
+
"i18next-browser-languagedetector": "^6.1.8",
|
|
66
66
|
"less": "^3.13.1",
|
|
67
67
|
"less-loader": "^7.3.0",
|
|
68
68
|
"mini-css-extract-plugin": "^1.6.2",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"style-loader": "^2.0.0",
|
|
71
71
|
"webpack": "^4.46.0",
|
|
72
72
|
"webpack-cli": "^4.10.0",
|
|
73
|
-
"webpack-dev-server": "^4.
|
|
73
|
+
"webpack-dev-server": "^4.11.1",
|
|
74
74
|
"webpack-merge": "^5.8.0"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "81ffb51a2cbd723a57571823d5089f0a7292c8f2"
|
|
77
77
|
}
|