@ohkit/back-top 0.0.3 → 0.0.4

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohkit/back-top",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "列表滚动超过指定距离后自动展示返回顶部按钮",
5
5
  "keywords": [
6
6
  "back-top"
@@ -27,13 +27,13 @@
27
27
  "clean": "rm -rf dist"
28
28
  },
29
29
  "dependencies": {
30
- "@ohkit/dom-helper": "0.0.6",
30
+ "@ohkit/dom-helper": "0.0.7",
31
31
  "@ohkit/prefix-classname": "^0.0.3",
32
- "@ohkit/react-helper": "0.0.6"
32
+ "@ohkit/react-helper": "0.0.7"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": ">=17",
36
36
  "react-dom": ">=17"
37
37
  },
38
- "gitHead": "f6aca250c73c8a72c20fdcbeb86b8d9032367927"
38
+ "gitHead": "e4e819440b17190101d14f35580fe68558fe86a9"
39
39
  }