|
1531 | 1531 | minimatch "^3.1.2"
|
1532 | 1532 | strip-json-comments "^3.1.1"
|
1533 | 1533 |
|
| 1534 | + |
| 1535 | + version "2.2.0" |
| 1536 | + resolved "https://registry.yarnpkg.com/@giscus/react/-/react-2.2.0.tgz#b5fcec12ea19ecbf832d44996346f21a0ae50621" |
| 1537 | + integrity sha512-MXjKAQyO85ZdC8OVApNQsJhPvTJcuUf5GmQw2KdvNcBVivUpVrA+NUppdwsrI+lK6jEX4ZMVOCnbJ5GaQddaAA== |
| 1538 | + dependencies: |
| 1539 | + giscus "^1.2.0" |
| 1540 | + |
1534 | 1541 | "@graphql-tools/ [email protected]":
|
1535 | 1542 | version "8.5.3"
|
1536 | 1543 | resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-8.5.3.tgz#a484063a3f6a625e5d20263e06aa965389038efb"
|
|
1937 | 1944 | "@jridgewell/resolve-uri" "^3.0.3"
|
1938 | 1945 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
1939 | 1946 |
|
| 1947 | +"@lit/reactive-element@^1.3.0", "@lit/reactive-element@^1.4.0": |
| 1948 | + version "1.4.1" |
| 1949 | + resolved "https://registry.yarnpkg.com/@lit/reactive-element/-/reactive-element-1.4.1.tgz#3f587eec5708692135bc9e94cf396130604979f3" |
| 1950 | + integrity sha512-qDv4851VFSaBWzpS02cXHclo40jsbAjRXnebNXpm0uVg32kCneZPo9RYVQtrTNICtZ+1wAYHu1ZtxWSWMbKrBw== |
| 1951 | + |
1940 | 1952 | "@manypkg/find-root@^1.1.0":
|
1941 | 1953 | version "1.1.0"
|
1942 | 1954 | resolved "https://registry.npmjs.org/@manypkg/find-root/-/find-root-1.1.0.tgz#a62d8ed1cd7e7d4c11d9d52a8397460b5d4ad29f"
|
|
2658 | 2670 | lodash "^4.17.21"
|
2659 | 2671 | remove-markdown "0.5.0"
|
2660 | 2672 |
|
2661 |
| - |
2662 |
| - version "4.1.0" |
2663 |
| - resolved "https://registry.yarnpkg.com/@theguild/components/-/components-4.1.0.tgz#0b6390b6776f0e532a21731c9d45afc7bdad5560" |
2664 |
| - integrity sha512-rpUuMZznBOJCA5+Cg+sGb8Js82gVDHiTJmf1OdIERUT8jFX+yUe3BhjiNe/tmxRh8/rMxCLxInSQCAJqrOfu9A== |
| 2673 | + |
| 2674 | + version "4.1.5" |
| 2675 | + resolved "https://registry.yarnpkg.com/@theguild/components/-/components-4.1.5.tgz#15f0c09ba2407da91aa04c03ef9a68bcab861e2a" |
| 2676 | + integrity sha512-fCZl/PLc92h46PTdGiJV/dHecUQgRFn6sGwiVhceAAfTD74kqGkS6D7nlMVUmn4ho/+1P9F9lIb24NMZrMKy5Q== |
2665 | 2677 | dependencies:
|
2666 | 2678 | "@algolia/autocomplete-js" "1.7.1"
|
2667 | 2679 | "@algolia/autocomplete-plugin-algolia-insights" "1.7.1"
|
2668 | 2680 | "@algolia/autocomplete-plugin-query-suggestions" "1.7.1"
|
2669 | 2681 | "@algolia/autocomplete-theme-classic" "1.7.1"
|
| 2682 | + "@giscus/react" "2.2.0" |
2670 | 2683 | "@next/bundle-analyzer" "^12.3.1"
|
2671 | 2684 | "@radix-ui/react-navigation-menu" "1.0.0"
|
2672 | 2685 | algoliasearch "4.14.2"
|
|
3092 | 3105 | resolved "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"
|
3093 | 3106 | integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw==
|
3094 | 3107 |
|
| 3108 | +"@types/trusted-types@^2.0.2": |
| 3109 | + version "2.0.2" |
| 3110 | + resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.2.tgz#fc25ad9943bcac11cceb8168db4f275e0e72e756" |
| 3111 | + integrity sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg== |
| 3112 | + |
3095 | 3113 | "@types/unist@*", "@types/unist@^2.0.0":
|
3096 | 3114 | version "2.0.6"
|
3097 | 3115 | resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
|
@@ -6652,6 +6670,13 @@ get-symbol-description@^1.0.0:
|
6652 | 6670 | call-bind "^1.0.2"
|
6653 | 6671 | get-intrinsic "^1.1.1"
|
6654 | 6672 |
|
| 6673 | +giscus@^1.2.0: |
| 6674 | + version "1.2.0" |
| 6675 | + resolved "https://registry.yarnpkg.com/giscus/-/giscus-1.2.0.tgz#c94477a1c571abc4ac6dca656da7be46f880a708" |
| 6676 | + integrity sha512-IpfWvU0/hYbMGQKuoPlED8wWmluRYIOjtrBCnL7logsWjMpPRxiAC2pUIC0+SC0pDMOqXrk1onTYMHgwgRpRzg== |
| 6677 | + dependencies: |
| 6678 | + lit "^2.2.8" |
| 6679 | + |
6655 | 6680 | github-slugger@^1.4.0:
|
6656 | 6681 | version "1.4.0"
|
6657 | 6682 | resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.4.0.tgz#206eb96cdb22ee56fdc53a28d5a302338463444e"
|
@@ -8188,6 +8213,30 @@ listr2@^4.0.5:
|
8188 | 8213 | through "^2.3.8"
|
8189 | 8214 | wrap-ansi "^7.0.0"
|
8190 | 8215 |
|
| 8216 | +lit-element@^3.2.0: |
| 8217 | + version "3.2.2" |
| 8218 | + resolved "https://registry.yarnpkg.com/lit-element/-/lit-element-3.2.2.tgz#d148ab6bf4c53a33f707a5168e087725499e5f2b" |
| 8219 | + integrity sha512-6ZgxBR9KNroqKb6+htkyBwD90XGRiqKDHVrW/Eh0EZ+l+iC+u+v+w3/BA5NGi4nizAVHGYvQBHUDuSmLjPp7NQ== |
| 8220 | + dependencies: |
| 8221 | + "@lit/reactive-element" "^1.3.0" |
| 8222 | + lit-html "^2.2.0" |
| 8223 | + |
| 8224 | +lit-html@^2.2.0, lit-html@^2.3.0: |
| 8225 | + version "2.3.1" |
| 8226 | + resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-2.3.1.tgz#56f15104ea75c0a702904893e3409d0e89e2a2b9" |
| 8227 | + integrity sha512-FyKH6LTW6aBdkfNhNSHyZTnLgJSTe5hMk7HFtc/+DcN1w74C215q8B+Cfxc2OuIEpBNcEKxgF64qL8as30FDHA== |
| 8228 | + dependencies: |
| 8229 | + "@types/trusted-types" "^2.0.2" |
| 8230 | + |
| 8231 | +lit@^2.2.8: |
| 8232 | + version "2.3.1" |
| 8233 | + resolved "https://registry.yarnpkg.com/lit/-/lit-2.3.1.tgz#2cf1c2042da1e44c7a7cc72dff2d72303fd26f48" |
| 8234 | + integrity sha512-TejktDR4mqG3qB32Y8Lm5Lye3c8SUehqz7qRsxe1PqGYL6me2Ef+jeQAEqh20BnnGncv4Yxy2njEIT0kzK1WCw== |
| 8235 | + dependencies: |
| 8236 | + "@lit/reactive-element" "^1.4.0" |
| 8237 | + lit-element "^3.2.0" |
| 8238 | + lit-html "^2.3.0" |
| 8239 | + |
8191 | 8240 | load-script@^1.0.0:
|
8192 | 8241 | version "1.0.0"
|
8193 | 8242 | resolved "https://registry.yarnpkg.com/load-script/-/load-script-1.0.0.tgz#0491939e0bee5643ee494a7e3da3d2bac70c6ca4"
|
|
0 commit comments