diff --git a/mini-app/package.json b/mini-app/package.json index def55ee03..a95a1a51a 100644 --- a/mini-app/package.json +++ b/mini-app/package.json @@ -10,24 +10,22 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "wepy": { - "module-a": false, - "./src/components/list": "./src/components/wepy-list.wpy" + "module-a": false }, "author": "Machengtianjiang ", "license": "MIT", "dependencies": { - "@wepy/core": "^2.0.0-alpha.16", - "@wepy/x": "^2.0.2", - "miniprogram-slide-view": "0.0.3" + "@wepy/core": "^2.1.0", + "@wepy/x": "^2.1.0" }, "devDependencies": { "@babel/core": "^7.1.0", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/preset-env": "^7.1.0", - "@wepy/babel-plugin-import-regenerator": "0.0.2", - "@wepy/cli": "^2.0.0-alpha.28", - "@wepy/compiler-babel": "^2.0.1", - "@wepy/compiler-less": "^2.0.1", + "@wepy/babel-plugin-import-regenerator": "2.1.0", + "@wepy/cli": "^2.1.0", + "@wepy/compiler-babel": "^2.1.0", + "@wepy/compiler-less": "^2.1.0", "babel-eslint": "^7.2.1", "cross-env": "^5.1.3", "eslint": "^3.18.0", @@ -37,6 +35,6 @@ "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^2.0.1", "less": "^3.8.1", - "wepy-eslint": "^1.5.3" + "wepy-eslint": "^1.5.4" } }