@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/dist/dll.8e5bf267.js +53 -0
- package/dist/dll.8e5bf267.js.map +1 -0
- package/dist/manifest.json +1 -1
- package/package.json +28 -28
- package/dist/dll.c483e094.js +0 -63
- package/dist/dll.c483e094.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-core/brick-dll-v3",
|
|
3
|
-
"version": "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": "^
|
|
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/
|
|
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": "
|
|
51
|
-
"@ant-design/icons": "
|
|
52
|
-
"@babel/runtime": "
|
|
53
|
-
"@
|
|
54
|
-
"@next-core/
|
|
55
|
-
"@next-core/brick-
|
|
56
|
-
"@next-core/brick-
|
|
57
|
-
"@next-core/brick-
|
|
58
|
-
"@next-core/
|
|
59
|
-
"@next-core/
|
|
60
|
-
"@next-core/
|
|
61
|
-
"@next-core/
|
|
62
|
-
"@next-core/
|
|
63
|
-
"@next-core/
|
|
64
|
-
"@next-core/
|
|
65
|
-
"@next-core/
|
|
66
|
-
"@next-core/
|
|
67
|
-
"antd": "
|
|
68
|
-
"buffer": "
|
|
69
|
-
"react": "
|
|
70
|
-
"react-dom": "
|
|
71
|
-
"react-i18next": "
|
|
72
|
-
"react-transition-group": "
|
|
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": "
|
|
74
|
+
"gitHead": "ac161e37a5601196966946268fac386276eb505d"
|
|
75
75
|
}
|