@oxygen-cms/ui 1.7.1 → 1.7.2

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": "@oxygen-cms/ui",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "Various utilities for UI-building in Vue.js",
5
5
  "main": "none",
6
6
  "repository": {
@@ -45,7 +45,7 @@
45
45
 
46
46
  <script>
47
47
  import PreferencesApi from "../../PreferencesApi";
48
- import debounce from 'lodash/debounce';
48
+ import { debounce } from "lodash";
49
49
  import {morphToNotification} from "../../api";
50
50
 
51
51
  export default {