@next-core/brick-container 2.97.7 → 2.97.8

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/preview.html CHANGED
@@ -1 +1 @@
1
- <!doctype html><html lang="zh-CN" data-theme="light" data-mode="default"><head><meta charset="utf-8"/><base href="<!--# echo var='base_href' default='/' -->"/><script>window.DEVELOPER_PREVIEW = true;</script><link href="preview.2eb7aaf1d6d53da0d794.css" rel="stylesheet"></head><body><div id="preview-root"><div id="main-mount-point"></div><div id="bg-mount-point" style="display: none"></div><div id="portal-mount-point"></div></div><script src="dll.ad1ad34f.js"></script><script src="polyfill.3e88f145a0893497373b.js"></script><script src="preview.b475965069a9f2146e1f.js"></script></body></html>
1
+ <!doctype html><html lang="zh-CN" data-theme="light" data-mode="default"><head><meta charset="utf-8"/><base href="<!--# echo var='base_href' default='/' -->"/><script>window.DEVELOPER_PREVIEW = true;</script><link href="preview.5fb551513edc8051ce6c.css" rel="stylesheet"></head><body><div id="preview-root"><div id="main-mount-point"></div><div id="bg-mount-point" style="display: none"></div><div id="portal-mount-point"></div></div><script src="dll.e2342c2c.js"></script><script src="polyfill.3e88f145a0893497373b.js"></script><script src="preview.590d53ac5f957919a141.js"></script></body></html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/brick-container",
3
- "version": "2.97.7",
3
+ "version": "2.97.8",
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",
@@ -41,18 +41,18 @@
41
41
  "ws": "^8.11.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@next-core/brick-dll": "^2.50.0",
44
+ "@next-core/brick-dll": "^2.50.1",
45
45
  "@next-core/brick-icons": "^2.34.6",
46
46
  "@next-core/custom-antd-styles": "^1.27.1",
47
47
  "@next-core/illustrations": "^0.11.37",
48
48
  "@next-core/less-plugin-css-variables": "^0.2.8",
49
49
  "@next-core/theme": "^1.5.4",
50
50
  "@next-core/webpack-config-factory": "^2.25.2",
51
- "@next-dll/ace": "^2.0.801",
51
+ "@next-dll/ace": "^2.0.802",
52
52
  "@next-dll/d3": "^2.0.84",
53
53
  "@next-dll/echarts": "^2.0.85",
54
- "@next-dll/editor-bricks-helper": "^0.41.0",
55
- "@next-dll/react-dnd": "^0.1.739",
54
+ "@next-dll/editor-bricks-helper": "^0.41.1",
55
+ "@next-dll/react-dnd": "^0.1.740",
56
56
  "babel-loader": "^8.3.0",
57
57
  "clean-webpack-plugin": "^4.0.0",
58
58
  "copy-webpack-plugin": "^6.4.1",
@@ -73,5 +73,5 @@
73
73
  "webpack-dev-server": "^4.11.1",
74
74
  "webpack-merge": "^5.8.0"
75
75
  },
76
- "gitHead": "231a26c49d15007926e1b2fd8461b7440fd424bf"
76
+ "gitHead": "4f3e9f1b55f2186e95ce48f1cfcc2b9aa6386567"
77
77
  }