@ulu/frontend-vue 0.1.0-beta.2 → 0.1.0-beta.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.
@@ -180,7 +180,7 @@
180
180
  import UluTableStickyTable from "./UluTableStickyTable.vue";
181
181
  import { debounce } from "@ulu/utils/performance.js";
182
182
  import { runAfterFramePaint } from "@ulu/utils/browser/performance.js";
183
- import cloneDeep from "lodash/cloneDeep";
183
+ import cloneDeep from "lodash-es/cloneDeep.js";
184
184
 
185
185
  const arrayOfObjects = a => a.every(o => typeof o === "object");
186
186
  const required = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ulu/frontend-vue",
3
- "version": "0.1.0-beta.2",
3
+ "version": "0.1.0-beta.4",
4
4
  "description": "Frontend theming library (Vue)",
5
5
  "type": "module",
6
6
  "files" : [
@@ -49,7 +49,7 @@
49
49
  "dependencies": {
50
50
  "@floating-ui/vue": "^1.1.8",
51
51
  "@ulu/utils": "^0.0.30",
52
- "lodash" : "^4.17.21"
52
+ "lodash-es" : "^4.17.21"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@fortawesome/fontawesome-svg-core": "^6.7.2",