mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Upgrade client dependencies (#12329)
* upgrade amplitude-js to v6 * upgrade svg-url-loader * upgrade uuid * upgrade validator
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
<script>
|
||||
// import clone from 'lodash/clone';
|
||||
import draggable from 'vuedraggable';
|
||||
import uuid from 'uuid';
|
||||
import { v4 as uuid } from 'uuid';
|
||||
|
||||
import positiveIcon from '@/assets/svg/positive.svg';
|
||||
import deleteIcon from '@/assets/svg/delete.svg';
|
||||
@@ -128,7 +128,7 @@ export default {
|
||||
}
|
||||
|
||||
const checkListItem = {
|
||||
id: uuid.v4(),
|
||||
id: uuid(),
|
||||
text: newChecklistItemText,
|
||||
completed: false,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user