Feat/editor as preview (#294)

* try editor as preview

* add databinding for editor actions and message

* add actions, reordering base interactions

* add drag and drop ordering for categoriers

* category skeleton

* fix linting issues

* add role list and add button, non-functional

* bump packages

* add role search prototype

* yarn.lock sync

* fix lint

* remove cfw-emulator bin
This commit is contained in:
41666 2021-07-08 16:51:00 -05:00 committed by GitHub
parent 7d681d69d6
commit ab3f718e6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 1157 additions and 741 deletions

View file

@ -36,12 +36,12 @@
"test": "jest"
},
"devDependencies": {
"@types/enzyme": "^3.10.8",
"@types/lodash": "^4.14.170",
"@types/enzyme": "^3.10.9",
"@types/lodash": "^4.14.171",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"husky": "^6.0.0",
"husky": "^7.0.1",
"is-ci": "^3.0.0",
"jest": "26.6.0",
"jest-enzyme": "^7.1.2",
@ -59,7 +59,7 @@
"stylelint-config-styled-components": "^0.1.1",
"stylelint-prettier": "^1.2.0",
"ts-jest": "^26.0.0",
"typescript": "^4.3.4"
"typescript": "^4.3.5"
},
"resolutions": {
"webpack": "4.44.2"