@lm_fe/core 0.2.5 → 0.2.7

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # yargs-parser +4+
1
+ # yargs-parser @0@
2
2
 
3
3
 
4
4
 
@@ -127,7 +127,7 @@ var NewListPage = function NewListPage(props) {
127
127
  }
128
128
  },
129
129
  modal_data: {
130
- targetLabelCol: 6,
130
+ targetLabelCol: 8,
131
131
  onSubmit: function onSubmit(_ref, old_data) {
132
132
  return _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
133
133
  var key_name, parentid, others, key, res;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lm_fe/core",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -39,16 +39,16 @@
39
39
  "react-router-dom": "^5.2.0"
40
40
  },
41
41
  "dependencies": {
42
- "@lm_fe/components": "^0.2.5",
43
- "@lm_fe/components_m": "^0.2.5",
44
- "@lm_fe/env": "^0.2.5",
45
- "@lm_fe/pages": "^0.2.5",
46
- "@lm_fe/pages-fubao": "^0.2.5",
47
- "@lm_fe/pages-mchc": "^0.2.5",
48
- "@lm_fe/provoke": "^0.2.5",
42
+ "@lm_fe/components": "^0.2.7",
43
+ "@lm_fe/components_m": "^0.2.7",
44
+ "@lm_fe/env": "^0.2.7",
45
+ "@lm_fe/pages": "^0.2.7",
46
+ "@lm_fe/pages-fubao": "^0.2.7",
47
+ "@lm_fe/pages-mchc": "^0.2.7",
48
+ "@lm_fe/provoke": "^0.2.7",
49
49
  "@lm_fe/scripts": "*",
50
- "@lm_fe/service": "^0.2.5",
51
- "@lm_fe/utils": "^0.2.5"
50
+ "@lm_fe/service": "^0.2.7",
51
+ "@lm_fe/utils": "^0.2.7"
52
52
  },
53
- "gitHead": "41645962e95f6657643e6c6cb16320dd78f4cfcd"
53
+ "gitHead": "cbfe489cdcf8912e643d63a729b08f2b5f02bf55"
54
54
  }