Skip to content

Commit

Permalink
Merge pull request #1654 from glific/feature/flow-editor-update
Browse files Browse the repository at this point in the history
Updated floweditor with latest nyaruka changes
  • Loading branch information
mdshamoon authored Sep 13, 2021
2 parents 7530b3e + 19571e1 commit c19c697
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glific-frontend",
"version": "2.1.4",
"version": "2.1.5",
"private": true,
"dependencies": {
"@absinthe/socket": "^0.2.1",
Expand All @@ -17,7 +17,7 @@
"@date-io/date-fns": "1.x",
"@draft-js-plugins/editor": "^4.1.0",
"@draft-js-plugins/mention": "^4.5.2",
"@glific/flow-editor": "^1.13.9-14",
"@glific/flow-editor": "^1.14.0-1",
"@jumpn/utils-graphql": "^0.6.0",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
Expand Down
1 change: 0 additions & 1 deletion src/components/floweditor/FlowEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ const setConfig = (uuid: any) => ({
activity: `${glificBase}activity`,
flows: `${glificBase}flows`,
revisions: `${glificBase}revisions/${uuid}`,
functions: `${glificBase}functions`,
editor: FLOW_EDITOR_CONFIGURE_LINK,
validateMedia: `${glificBase}validate-media`,
interactives: `${glificBase}interactive-templates`,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1430,10 +1430,10 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@glific/flow-editor@^1.13.9-14":
version "1.13.9-14"
resolved "https://registry.yarnpkg.com/@glific/flow-editor/-/flow-editor-1.13.9-14.tgz#283e6431a6d91976a528cfa24f58c713b3a7853b"
integrity sha512-TsXoN7g2RkKh2lAg+t23agUcYXlekSZJeizULM1sI8UNTrlU7ICecS1KPNIK5y47E+Y7dys53uHFggjym3++5Q==
"@glific/flow-editor@^1.14.0-1":
version "1.14.0-1"
resolved "https://registry.yarnpkg.com/@glific/flow-editor/-/flow-editor-1.14.0-1.tgz#b3655ce24f6615454749dc738cce896828935398"
integrity sha512-/I2JUOHdab5OrGXlnRLAwhOmMCN+NNPYBsXTmu6zJxbNiwXh+G/pHPqcXafDGXR+dN0wmIfyJSqrIU8PrD7PYw==
dependencies:
react "^16.8.6"
react-dom "^16.8.6"
Expand Down

0 comments on commit c19c697

Please sign in to comment.