@mixd-id/web-scaffold 0.1.2301231313 → 0.1.2301231315

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.2301231313",
4
+ "version": "0.1.2301231315",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -27,7 +27,7 @@
27
27
  "dayjs": "^1.11.2",
28
28
  "express": "^4.18.1",
29
29
  "glob": "^8.0.3",
30
- "lodash": "^4.17.21",
30
+ "lodash-es": "^4.17.21",
31
31
  "nprogress": "^0.2.0",
32
32
  "pinia": "^2.0.14",
33
33
  "prismjs": "^1.28.0",
@@ -173,7 +173,7 @@
173
173
 
174
174
  <script>
175
175
 
176
- import _ from "lodash";
176
+ import _ from "lodash-es";
177
177
 
178
178
  export default{
179
179
 
@@ -180,7 +180,7 @@
180
180
 
181
181
  <script>
182
182
 
183
- import throttle from "lodash/throttle";
183
+ import throttle from "lodash-es/throttle";
184
184
  import {parseBoolean} from "../helper";
185
185
 
186
186
  export default{
@@ -21,7 +21,7 @@
21
21
 
22
22
  <script>
23
23
 
24
- import throttle from "lodash/throttle"
24
+ import throttle from "lodash-es/throttle"
25
25
 
26
26
  export default{
27
27
 
@@ -66,7 +66,7 @@
66
66
 
67
67
  <script>
68
68
 
69
- import throttle from "lodash/throttle";
69
+ import throttle from "lodash-es/throttle";
70
70
  import dayjs from "dayjs";
71
71
 
72
72
  const _DEFAULT_COLUMN_WIDTH = '100px'