Skip to content

Commit

Permalink
Add template-editor component
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewcomer committed Mar 6, 2024
1 parent 72132d9 commit c4e9c13
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "7.0.0",
"@nyaruka/temba-components": "0.62.3",
"@nyaruka/temba-components": "0.72.0",
"@testing-library/jest-dom": "4.0.0",
"@testing-library/react": "8.0.1",
"@types/common-tags": "^1.8.0",
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1496,13 +1496,14 @@
"@nodelib/fs.scandir" "2.1.3"
fastq "^1.6.0"

"@nyaruka/temba-components@0.62.3":
version "0.62.3"
resolved "https://registry.yarnpkg.com/@nyaruka/temba-components/-/temba-components-0.62.3.tgz#656c3c50a584f11dadf378775cfa3d1fd8d0cbe3"
integrity sha512-2eLpoZjbdu/5f9T6NmaZLuef/rHkl9I+yG2PqkAx/Sk1eo14lns71M1EXnBsf718CFXHCkvGxblXh0X3mtFa6Q==
"@nyaruka/temba-components@0.72.0":
version "0.72.0"
resolved "https://registry.yarnpkg.com/@nyaruka/temba-components/-/temba-components-0.72.0.tgz#b354a7c43f3584e8615989fc5bb3dc7950bd09d9"
integrity sha512-qSCjTUNAUatSzyUbaxUYusockq3PWuKwn9d/cT994Ra94/rGbAUbMZfRLLfUlbJ6hdb8zRgbNFi+r67ISds1KA==
dependencies:
"@lit/localize" "^0.11.4"
color-hash "^2.0.2"
croppie "^2.6.5"
geojson "^0.5.0"
highlight.js "^10.7.1"
image-size "^0.9.7"
Expand Down Expand Up @@ -4115,6 +4116,11 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
safe-buffer "^5.0.1"
sha.js "^2.4.8"

croppie@^2.6.5:
version "2.6.5"
resolved "https://registry.yarnpkg.com/croppie/-/croppie-2.6.5.tgz#67d76855b2983bdcd8aa348367398b2b8ef277cf"
integrity sha512-IlChnVUGG5T3w2gRZIaQgBtlvyuYnlUWs2YZIXXR3H9KrlO1PtBT3j+ykxvy9eZIWhk+V5SpBmhCQz5UXKrEKQ==

[email protected]:
version "7.0.1"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
Expand Down

0 comments on commit c4e9c13

Please sign in to comment.