Skip to content

Commit 62ce8d7

Browse files
authored
update @glific/flow-editor to version 1.43.0-0 (#3406)
* update @glific/flow-editor to version 1.43.0-0 and @nyaruka/temba-components to version 0.120.4 * comment out appending the largest file in loadfiles function * remove @nyaruka/temba-components dependency from package.json and yarn.lock * update @glific/flow-editor to version 1.43.0-1 in package.json and yarn.lock * Update FlowEditor.helper.tsx * Add @nyaruka/temba-components dependency to package.json and update yarn.lock
1 parent cfdac2e commit 62ce8d7

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@emoji-mart/react": "^1.1.1",
2222
"@emotion/react": "^11.14.0",
2323
"@emotion/styled": "^11.14.1",
24-
"@glific/flow-editor": "^1.26.3-30",
24+
"@glific/flow-editor": "^1.43.0-1",
2525
"@lexical/react": "^0.33.0",
2626
"@mui/icons-material": "^7.2.0",
2727
"@mui/material": "^7.2.0",

src/components/floweditor/FlowEditor.helper.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ export const loadfiles = (startFlowEditor: any) => {
141141
});
142142

143143
// loading the largest file first
144-
document.body.appendChild(files[3]);
145144
document.body.appendChild(files[0]);
146145
document.body.appendChild(files[2]);
147146
document.body.appendChild(files[1]);

yarn.lock

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -678,11 +678,12 @@
678678
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.10.tgz#a2a1e3812d14525f725d011a73eceb41fef5bc1c"
679679
integrity sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==
680680

681-
"@glific/flow-editor@^1.26.3-30":
682-
version "1.26.3-30"
683-
resolved "https://registry.yarnpkg.com/@glific/flow-editor/-/flow-editor-1.26.3-30.tgz#8469c86da0098eaa68a6d9bec7af5dae42d627e8"
684-
integrity sha512-U0WWBg/QLnbdD/Aod1qatOt5nt9BeDWdPAG8kS524lxMnDnyRxdp6HNd74JX7aZlnv4c8rlPSrNxBKaUvzVlSA==
681+
"@glific/flow-editor@^1.43.0-1":
682+
version "1.43.0-1"
683+
resolved "https://registry.yarnpkg.com/@glific/flow-editor/-/flow-editor-1.43.0-1.tgz#40bcfd1c702b62d26346889f41f0f2a5c932c1fa"
684+
integrity sha512-ApmvAKc+zTPzN4mSsUUkLoFWhYSIiguXAbRaPtKA846XDAwu9KdZa54+i91hGEtvP3JIf/g5OwQpEKYhfIAjHA==
685685
dependencies:
686+
"@nyaruka/temba-components" "0.120.4"
686687
react "^16.8.6"
687688
react-dom "^16.8.6"
688689
react-icons "4.1.0"
@@ -1147,6 +1148,25 @@
11471148
hls.js "~1.5.19"
11481149
mux-embed "^5.8.3"
11491150

1151+
"@nyaruka/[email protected]":
1152+
version "0.120.4"
1153+
resolved "https://registry.yarnpkg.com/@nyaruka/temba-components/-/temba-components-0.120.4.tgz#6f0a2ca199423ea0b17b668139c7d13fd0da967c"
1154+
integrity sha512-veIe8lYr46H/WZaajq34xYdNv5XDB/NSuSbmkGQH4EfF2hEMOUXlHWg9UX1mhN8vdci6y//YyeIzTtuPWWCTCA==
1155+
dependencies:
1156+
"@lit/localize" "^0.12.1"
1157+
color-hash "^2.0.2"
1158+
croppie "^2.6.5"
1159+
geojson "^0.5.0"
1160+
image-size "^1.1.1"
1161+
leaflet "1.5.1"
1162+
lit "3.1.2"
1163+
lit-element "^4.0.4"
1164+
lit-html "^3.1.2"
1165+
luxon "3.5"
1166+
remarkable "^2.0.1"
1167+
serialize-javascript "^6.0.2"
1168+
tiny-lru "^11.2.5"
1169+
11501170
"@nyaruka/temba-components@^0.113.0":
11511171
version "0.113.0"
11521172
resolved "https://registry.yarnpkg.com/@nyaruka/temba-components/-/temba-components-0.113.0.tgz#e37db43737d39b5b72745f75cca8c2caad6dcc57"

0 commit comments

Comments
 (0)