@next-core/brick-dll-v3 0.3.0 → 0.4.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/brick-dll-v3",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-core/tree/master/v3/brick-dll-v3",
6
6
  "license": "GPL-3.0",
@@ -22,13 +22,12 @@
22
22
  "@ant-design/compatible": "^1.0.8",
23
23
  "@ant-design/icons": "^4.5.0",
24
24
  "@babel/runtime": "^7.20.6",
25
- "@fortawesome/react-fontawesome": "^0.2.0",
26
25
  "@next-core/babel-runtime-helpers": "^1.0.27",
27
26
  "@next-core/brick-http-v3": "^0.1.0",
28
27
  "@next-core/brick-icons-v3": "^0.1.0",
29
28
  "@next-core/brick-kit-v3": "^0.1.3",
30
29
  "@next-core/brick-utils": "^2.45.21",
31
- "@next-core/fontawesome-library": "^1.1.37",
30
+ "@next-core/fontawesome-library-v3": "^0.1.0",
32
31
  "@next-core/history-v3": "^0.1.0",
33
32
  "@next-core/i18next-v3": "^0.1.0",
34
33
  "@next-core/illustrations": "^0.11.6",
@@ -36,7 +35,8 @@
36
35
  "@next-core/lodash-v3": "^0.1.0",
37
36
  "@next-core/moment-v3": "^0.1.0",
38
37
  "@next-core/pipes": "^1.0.16",
39
- "@next-core/webpack-config-factory": "^2.20.0",
38
+ "@next-core/react-fontawesome-v3": "^0.1.0",
39
+ "@next-core/webpack-config-factory": "^2.21.0",
40
40
  "antd": "~4.12.3",
41
41
  "buffer": "^4.9.2",
42
42
  "copy-webpack-plugin": "^6.4.1",
@@ -47,29 +47,29 @@
47
47
  "source-map-loader": "^1.1.3"
48
48
  },
49
49
  "peerDependencies": {
50
- "@ant-design/compatible": "^1.0.8",
51
- "@ant-design/icons": "^4.5.0",
52
- "@babel/runtime": "^7.20.6",
53
- "@fortawesome/react-fontawesome": "^0.2.0",
54
- "@next-core/babel-runtime-helpers": "^1.0.27",
55
- "@next-core/brick-http-v3": "^0.0.0",
56
- "@next-core/brick-icons-v3": "^0.0.0",
57
- "@next-core/brick-kit-v3": "^0.0.0",
58
- "@next-core/brick-utils": "^2.45.20",
59
- "@next-core/fontawesome-library": "^1.1.36",
60
- "@next-core/history-v3": "^0.0.0",
61
- "@next-core/i18next-v3": "^0.0.0",
62
- "@next-core/illustrations": "^0.11.4",
63
- "@next-core/js-yaml-v3": "^0.0.0",
64
- "@next-core/lodash-v3": "^0.0.0",
65
- "@next-core/moment-v3": "^0.0.0",
66
- "@next-core/pipes": "^1.0.15",
67
- "antd": "~4.12.3",
68
- "buffer": "^4.9.2",
69
- "react": "^16.14.0",
70
- "react-dom": "^16.14.0",
71
- "react-i18next": "^11.18.6",
72
- "react-transition-group": "^4.4.5"
50
+ "@ant-design/compatible": "*",
51
+ "@ant-design/icons": "*",
52
+ "@babel/runtime": "*",
53
+ "@next-core/babel-runtime-helpers": "*",
54
+ "@next-core/brick-http-v3": "*",
55
+ "@next-core/brick-icons-v3": "*",
56
+ "@next-core/brick-kit-v3": "*",
57
+ "@next-core/brick-utils": "*",
58
+ "@next-core/fontawesome-library-v3": "*",
59
+ "@next-core/history-v3": "*",
60
+ "@next-core/i18next-v3": "*",
61
+ "@next-core/illustrations": "*",
62
+ "@next-core/js-yaml-v3": "*",
63
+ "@next-core/lodash-v3": "*",
64
+ "@next-core/moment-v3": "*",
65
+ "@next-core/pipes": "*",
66
+ "@next-core/react-fontawesome-v3": "*",
67
+ "antd": "*",
68
+ "buffer": "*",
69
+ "react": "*",
70
+ "react-dom": "*",
71
+ "react-i18next": "*",
72
+ "react-transition-group": "*"
73
73
  },
74
- "gitHead": "ea61fc749ec22c666dae86a4cbe4c5b217f8ec6a"
74
+ "gitHead": "ac161e37a5601196966946268fac386276eb505d"
75
75
  }