From 5b023af01cd36ad4aae89748caf9797d9e5845bf Mon Sep 17 00:00:00 2001 From: mactj Date: Fri, 15 Jan 2021 13:55:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96=20?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E7=BC=96=E8=AF=91=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mini-app/package.json | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) 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" } }