@ebfe/vant-kit 0.0.8 → 0.0.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebfe/vant-kit",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "type": "module",
5
5
  "description": "A project that includes common components from the H5 project (dependent on vant) and some utility functions",
6
6
  "main": "dist/vant-kit.umd.js",
@@ -46,7 +46,7 @@
46
46
  "dependencies": {
47
47
  "dayjs": "^1.11.13",
48
48
  "lodash": "^4.17.21",
49
- "@ebfe/utils": "0.0.1",
49
+ "@ebfe/utils": "0.0.2",
50
50
  "@ebfe/vhooks": "0.0.3"
51
51
  },
52
52
  "scripts": {