@canlooks/can-ui 0.0.117 → 0.0.118

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.
@@ -185,5 +185,5 @@ function useUpdateEffect(effect, deps) {
185
185
  return;
186
186
  }
187
187
  return effect();
188
- }, [deps]);
188
+ }, deps);
189
189
  }
@@ -171,5 +171,5 @@ export function useUpdateEffect(effect, deps) {
171
171
  return;
172
172
  }
173
173
  return effect();
174
- }, [deps]);
174
+ }, deps);
175
175
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canlooks/can-ui",
3
- "version": "0.0.117",
3
+ "version": "0.0.118",
4
4
  "author": "C.CanLiang <canlooks@gmail.com>",
5
5
  "description": "My ui framework",
6
6
  "license": "MIT",