- update dependencies

- upgrade gatsby v2 to v3
- update functions
This commit is contained in:
Amruth Pillai
2021-05-29 11:47:34 +05:30
parent b0bd8c94f3
commit 2c22c13f3e
133 changed files with 44805 additions and 13338 deletions
+5 -5
View File
@@ -1,15 +1,14 @@
import arrayMove from 'array-move';
import { v4 as uuidv4 } from 'uuid';
import {
clone,
findIndex,
get,
has,
isUndefined,
merge,
setWith,
set,
has,
setWith,
} from 'lodash';
import { v4 as uuidv4 } from 'uuid';
import React, {
createContext,
memo,
@@ -17,10 +16,11 @@ import React, {
useContext,
useReducer,
} from 'react';
import arrayMove from 'array-move';
import i18next from 'i18next';
import demoState from '../data/demoState.json';
import initialState from '../data/initialState.json';
import DatabaseContext from './DatabaseContext';
import initialState from '../data/initialState.json';
const ResumeContext = createContext({});