meixifrontserve 0.2.8 → 0.3.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.
@@ -49,10 +49,9 @@
49
49
  "vue": "^2.7.10",
50
50
  "vue-cropper": "^0.5.8",
51
51
  "vue-router": "3.0.2",
52
- "vuedraggable": "^2.24.3",
53
52
  "vuex": "^3.4.0",
54
- "meixioacomponent": "^0.9.73",
55
- "meixisuperdrawer": "^0.0.1",
53
+ "meixioacomponent": "^0.9.75",
54
+ "meixisuperdrawer": "^0.0.4",
56
55
  "@vue/cli-plugin-babel": "~4.5.19",
57
56
  "@vue/cli-plugin-eslint": "~4.5.19",
58
57
  "@vue/cli-plugin-router": "~4.5.13",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixifrontserve",
3
- "version": "0.2.8",
3
+ "version": "0.3.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "private": false,
@@ -139,7 +139,7 @@ class EnvByServerController extends ServerController {
139
139
  #+# #+# #+# #+# #+#
140
140
  ### ### ############ #####`)
141
141
  console.error('即将开始下载依赖!')
142
- exec('npm install --force', async (error, stdout, stderr) => {
142
+ exec('npm install --legacy-peer-deps', async (error, stdout, stderr) => {
143
143
  if (!error) {
144
144
  shell.exec('npm run serve', (error, stdout, stderr) => {
145
145
  console.log(error);