Upgrade client dependencies (#12329)

* upgrade amplitude-js to v6

* upgrade svg-url-loader

* upgrade uuid

* upgrade validator
This commit is contained in:
Matteo Pagliazzi
2020-06-22 12:04:58 +02:00
committed by GitHub
parent ba16fa6854
commit b96a940d82
14 changed files with 106 additions and 52 deletions

View File

@@ -317,7 +317,7 @@ import Vue from 'vue';
import findIndex from 'lodash/findIndex';
import cloneDeep from 'lodash/cloneDeep';
import omit from 'lodash/omit';
import uuid from 'uuid';
import { v4 as uuid } from 'uuid';
import { mapState } from '@/libs/store';
import memberSearchDropdown from '@/components/members/memberSearchDropdown';