feat: support updating roles (closes #83)

This commit is contained in:
41666 2020-12-18 19:55:58 -05:00
parent c7381c3d66
commit 1a59972398
10 changed files with 272 additions and 23 deletions

View file

@ -33,6 +33,7 @@
"chroma-js": "^2.1.0",
"isomorphic-unfetch": "^3.1.0",
"ksuid": "^2.0.0",
"lodash": "^4.17.20",
"next": "^10.0.3",
"nookies": "^2.5.0",
"react": "^17.0.1",
@ -60,6 +61,7 @@
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/express": "^4.17.9",
"@types/jest": "^26.0.19",
"@types/lodash": "^4.14.165",
"@types/minimist": "^1.2.1",
"@types/node": "^14.14.14",
"@types/react": "^17.0.0",