Skip to content

Commit

Permalink
chore: add emoji picker library (#1693)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-rasmussen committed May 29, 2024
1 parent 1fbc378 commit db4096a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions weave-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"cytoscape-dagre": "^2.2.2",
"diff": "^5.1.0",
"downloadjs": "^1.4.7",
"emoji-picker-react": "^4.9.3",
"graphql": "=16.6.0",
"handlebars": "^4.7.7",
"hast-util-sanitize": "^4.0.0",
Expand Down
12 changes: 12 additions & 0 deletions weave-js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7061,6 +7061,13 @@ elementary-circuits-directed-graph@^1.0.4:
dependencies:
strongly-connected-components "^1.0.1"

emoji-picker-react@^4.9.3:
version "4.9.3"
resolved "https://registry.yarnpkg.com/emoji-picker-react/-/emoji-picker-react-4.9.3.tgz#ea6b87fd93021922a1787ddfdded581d755d950f"
integrity sha512-1O38tt6Yty8MiAB/3BWBpjyKr6sKVIl7Uc/fcATBxgz43fN31j1gVAsbY0+S2Yolaxgro838tFd2iADV2Ot2nA==
dependencies:
flairup "0.0.38"

emoji-regex@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
Expand Down Expand Up @@ -7888,6 +7895,11 @@ find-up@^5.0.0:
locate-path "^6.0.0"
path-exists "^4.0.0"

flairup@0.0.38:
version "0.0.38"
resolved "https://registry.yarnpkg.com/flairup/-/flairup-0.0.38.tgz#62216990a8317a1b07d1d816033624c5b2130f31"
integrity sha512-W9QA5TM7eYNlGoBYwfVn/o6v4yWBCxfq4+EJ5w774oFeyWvVWnYq6Dgt4CJltjG9y/lPwbOqz3jSSr8K66ToGg==

flat-cache@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
Expand Down

0 comments on commit db4096a

Please sign in to comment.