Skip to content

Commit

Permalink
updated floweditor with expression changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshamoon committed Jul 12, 2021
1 parent 156759a commit 1961d6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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": "1.8.0",
"version": "1.8.1",
"private": true,
"dependencies": {
"@absinthe/socket": "^0.2.1",
Expand All @@ -16,7 +16,7 @@
"@appsignal/react": "^1.0.7",
"@date-io/date-fns": "1.x",
"@draft-js-plugins/editor": "^4.1.0",
"@glific/flow-editor": "^1.13.9-4",
"@glific/flow-editor": "^1.13.9-5",
"@jumpn/utils-graphql": "^0.6.0",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1416,10 +1416,10 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@glific/flow-editor@^1.13.9-4":
version "1.13.9-4"
resolved "https://registry.yarnpkg.com/@glific/flow-editor/-/flow-editor-1.13.9-4.tgz#144b6a8dd5323331f6b69c4b102030e57a96b979"
integrity sha512-x4RrzP7Ncjc52E55dNIIbTh/MwdMApWfO4N0WkroJHeRLK7f8dj6D5kK4BNL2otNJeRqKFu5jjl+GhXaYgRkeQ==
"@glific/flow-editor@^1.13.9-5":
version "1.13.9-6"
resolved "https://registry.yarnpkg.com/@glific/flow-editor/-/flow-editor-1.13.9-6.tgz#4ed48e195ea89d28e1fbdd9361929773af4428d1"
integrity sha512-IEHLgWIGQdTmVe3Wj4o7KlrMApKKCmqko7x+tZcw+WlFcZje1X9OenFwws673A47lp7zG3mFcXftAznL5UgEYQ==
dependencies:
react "^16.8.6"
react-dom "^16.8.6"
Expand Down

0 comments on commit 1961d6f

Please sign in to comment.