update dependencies, fix typescript issues, optimize lodash imports

This commit is contained in:
Amruth Pillai
2023-04-05 09:06:49 +02:00
parent 3a430ad98c
commit 36bf729161
20 changed files with 190 additions and 161 deletions

View File

@ -1,4 +1,4 @@
import { find } from 'lodash';
import find from 'lodash/find';
import get from 'lodash/get';
import React from 'react';
import { validate } from 'uuid';