Commit 4eaec2d6c25e7c47a117b6102382e02fa5add25e

Authored by ly525
1 parent b40b2dd4

fix #154

front-end/h5/package.json
... ... @@ -17,7 +17,7 @@
17 17 "@luban-h5/lbc-button": "^0.0.3",
18 18 "@luban-h5/lbp-slide": "^0.0.7",
19 19 "@luban-h5/lbs-text-align": "^0.0.3",
20   - "@luban-h5/plugin-common-props": "^0.0.1",
  20 + "@luban-h5/plugin-common-props": "^0.0.2",
21 21 "animate.css": "^3.7.2",
22 22 "ant-design-vue": "^1.3.14",
23 23 "core-js": "^2.6.5",
... ... @@ -29,8 +29,6 @@
29 29 "qrcode": "^1.4.1",
30 30 "register-service-worker": "^1.6.2",
31 31 "strapi-sdk-javascript": "^0.3.1",
32   - "stylus": "^0.54.7",
33   - "stylus-loader": "^3.0.2",
34 32 "v-click-outside": "^2.1.4",
35 33 "vant": "^2.2.12",
36 34 "vue": "^2.6.10",
... ...
front-end/h5/yarn.lock
... ... @@ -792,6 +792,11 @@
792 792 resolved "https://registry.yarnpkg.com/@luban-h5/plugin-common-props/-/plugin-common-props-0.0.1.tgz#10fe5d5b2dda1db64912b3b99779aec60b5ea956"
793 793 integrity sha512-D8UEBht2BCJt8YDHqcYj0hQmn3WM3QdX3Rw8eaZP02o0NeNe2oDPKE4mCM3eN9U1ygcrDf9bR48RB9YgHJRHGA==
794 794  
  795 +"@luban-h5/plugin-common-props@^0.0.2":
  796 + version "0.0.2"
  797 + resolved "https://registry.yarnpkg.com/@luban-h5/plugin-common-props/-/plugin-common-props-0.0.2.tgz#17ac100c241fa16b4de7c259837a0af0862693ef"
  798 + integrity sha512-6lsjSq6nPYD1EdbIBugf3dDFAr55ijzyOH4gd6oor/rQ8o8qDlh4UH2L4zaXCUJnMgi8osF8mXnfLx4oBd0JMQ==
  799 +
795 800 "@mrmlnc/readdir-enhanced@^2.2.1":
796 801 version "2.2.1"
797 802 resolved "https://registry.npm.taobao.org/@mrmlnc/readdir-enhanced/download/@mrmlnc/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
... ... @@ -9895,7 +9900,7 @@ stylus-loader@^3.0.2:
9895 9900 lodash.clonedeep "^4.5.0"
9896 9901 when "~3.6.x"
9897 9902  
9898   -stylus@^0.54.7:
  9903 +stylus@^0.54.5:
9899 9904 version "0.54.7"
9900 9905 resolved "https://registry.npm.taobao.org/stylus/download/stylus-0.54.7.tgz#c6ce4793965ee538bcebe50f31537bfc04d88cd2"
9901 9906 integrity sha1-xs5Hk5Ze5Ti86+UPMVN7/ATYjNI=
... ...