|
75 | 75 | "@babel/types" "^7.3.0"
|
76 | 76 | esutils "^2.0.0"
|
77 | 77 |
|
| 78 | +"@babel/helper-builder-react-jsx@^7.7.0": |
| 79 | + version "7.7.0" |
| 80 | + resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.7.0.tgz#c6b8254d305bacd62beb648e4dea7d3ed79f352d" |
| 81 | + integrity sha512-LSln3cexwInTMYYoFeVLKnYPPMfWNJ8PubTBs3hkh7wCu9iBaqq1OOyW+xGmEdLxT1nhsl+9SJ+h2oUDYz0l2A== |
| 82 | + dependencies: |
| 83 | + "@babel/types" "^7.7.0" |
| 84 | + esutils "^2.0.0" |
| 85 | + |
78 | 86 | "@babel/helper-call-delegate@^7.4.4":
|
79 | 87 | version "7.4.4"
|
80 | 88 | resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.4.4.tgz#87c1f8ca19ad552a736a7a27b1c1fcf8b1ff1f43"
|
|
561 | 569 | "@babel/helper-plugin-utils" "^7.0.0"
|
562 | 570 | "@babel/plugin-syntax-jsx" "^7.2.0"
|
563 | 571 |
|
| 572 | +"@babel/plugin-transform-react-jsx@^7.7.0": |
| 573 | + version "7.7.0" |
| 574 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.7.0.tgz#834b0723ba78cd4d24d7d629300c2270f516d0b7" |
| 575 | + integrity sha512-mXhBtyVB1Ujfy+0L6934jeJcSXj/VCg6whZzEcgiiZHNS0PGC7vUCsZDQCxxztkpIdF+dY1fUMcjAgEOC3ZOMQ== |
| 576 | + dependencies: |
| 577 | + "@babel/helper-builder-react-jsx" "^7.7.0" |
| 578 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 579 | + "@babel/plugin-syntax-jsx" "^7.2.0" |
| 580 | + |
564 | 581 | "@babel/plugin-transform-regenerator@^7.4.5":
|
565 | 582 | version "7.4.5"
|
566 | 583 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.4.5.tgz#629dc82512c55cee01341fb27bdfcb210354680f"
|
|
767 | 784 | "@babel/plugin-transform-react-jsx-self" "^7.0.0"
|
768 | 785 | "@babel/plugin-transform-react-jsx-source" "^7.0.0"
|
769 | 786 |
|
| 787 | +"@babel/preset-react@^7.6.3": |
| 788 | + version "7.7.0" |
| 789 | + resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.7.0.tgz#8ab0c4787d98cf1f5f22dabf115552bf9e4e406c" |
| 790 | + integrity sha512-IXXgSUYBPHUGhUkH+89TR6faMcBtuMW0h5OHbMuVbL3/5wK2g6a2M2BBpkLa+Kw0sAHiZ9dNVgqJMDP/O4GRBA== |
| 791 | + dependencies: |
| 792 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 793 | + "@babel/plugin-transform-react-display-name" "^7.0.0" |
| 794 | + "@babel/plugin-transform-react-jsx" "^7.7.0" |
| 795 | + "@babel/plugin-transform-react-jsx-self" "^7.0.0" |
| 796 | + "@babel/plugin-transform-react-jsx-source" "^7.0.0" |
| 797 | + |
770 | 798 | "@babel/preset-typescript@7.6.0":
|
771 | 799 | version "7.6.0"
|
772 | 800 | resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.6.0.tgz#25768cb8830280baf47c45ab1a519a9977498c98"
|
|
829 | 857 | lodash "^4.17.13"
|
830 | 858 | to-fast-properties "^2.0.0"
|
831 | 859 |
|
| 860 | +"@babel/types@^7.7.0": |
| 861 | + version "7.7.2" |
| 862 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.2.tgz#550b82e5571dcd174af576e23f0adba7ffc683f7" |
| 863 | + integrity sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA== |
| 864 | + dependencies: |
| 865 | + esutils "^2.0.2" |
| 866 | + lodash "^4.17.13" |
| 867 | + to-fast-properties "^2.0.0" |
| 868 | + |
832 | 869 | "@emotion/babel-utils@^0.6.4":
|
833 | 870 | version "0.6.10"
|
834 | 871 | resolved "https://registry.yarnpkg.com/@emotion/babel-utils/-/babel-utils-0.6.10.tgz#83dbf3dfa933fae9fc566e54fbb45f14674c6ccc"
|
@@ -10070,6 +10107,11 @@ randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5:
|
10070 | 10107 | dependencies:
|
10071 | 10108 | safe-buffer "^5.1.0"
|
10072 | 10109 |
|
| 10110 | +randomcolor@^0.5.4: |
| 10111 | + version "0.5.4" |
| 10112 | + resolved "https://registry.yarnpkg.com/randomcolor/-/randomcolor-0.5.4.tgz#df615b13f25b89ea58c5f8f72647f0a6f07adcc3" |
| 10113 | + integrity sha512-nYd4nmTuuwMFzHL6W+UWR5fNERGZeVauho8mrJDUSXdNDbao4rbrUwhuLgKC/j8VCS5+34Ria8CsTDuBjrIrQA== |
| 10114 | + |
10073 | 10115 | randomfill@^1.0.3:
|
10074 | 10116 | version "1.0.4"
|
10075 | 10117 | resolved "https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.4.tgz#c92196fc86ab42be983f1bf31778224931d61458"
|
@@ -10576,6 +10618,16 @@ react-syntax-highlighter@^8.0.1:
|
10576 | 10618 | prismjs "^1.8.4"
|
10577 | 10619 | refractor "^2.4.1"
|
10578 | 10620 |
|
| 10621 | +react-tagcloud@2.0.0: |
| 10622 | + version "2.0.0" |
| 10623 | + resolved "https://registry.yarnpkg.com/react-tagcloud/-/react-tagcloud-2.0.0.tgz#15b53729d266f436a5782f72c34451dd85839807" |
| 10624 | + integrity sha512-SQLAvSDx35by4xYQtcJEYZW3294jicw7yMEmhJ70ZBpGBA/MDqvPki/hyr37YHIDr1w1lEW0aJoIO7WEjRjUdw== |
| 10625 | + dependencies: |
| 10626 | + "@babel/preset-react" "^7.6.3" |
| 10627 | + prop-types "^15.6.2" |
| 10628 | + randomcolor "^0.5.4" |
| 10629 | + shuffle-array "^1.0.1" |
| 10630 | + |
10579 | 10631 | react-tagsinput@3.19.0:
|
10580 | 10632 | version "3.19.0"
|
10581 | 10633 | resolved "https://registry.yarnpkg.com/react-tagsinput/-/react-tagsinput-3.19.0.tgz#6e3b45595f2d295d4657bf194491988f948caabf"
|
@@ -11537,6 +11589,11 @@ shortid@^2.2.14:
|
11537 | 11589 | dependencies:
|
11538 | 11590 | nanoid "^2.1.0"
|
11539 | 11591 |
|
| 11592 | +shuffle-array@^1.0.1: |
| 11593 | + version "1.0.1" |
| 11594 | + resolved "https://registry.yarnpkg.com/shuffle-array/-/shuffle-array-1.0.1.tgz#c4ff3cfe74d16f93730592301b25e6577b12898b" |
| 11595 | + integrity sha1-xP88/nTRb5NzBZIwGyXmV3sSiYs= |
| 11596 | + |
11540 | 11597 | sigmund@~1.0.0:
|
11541 | 11598 | version "1.0.1"
|
11542 | 11599 | resolved "https://registry.yarnpkg.com/sigmund/-/sigmund-1.0.1.tgz#3ff21f198cad2175f9f3b781853fd94d0d19b590"
|
|
0 commit comments