Skip to content

Commit af46847

Browse files
committed
chore(deps): update dependency @theguild/components to v4.1.5
1 parent a159abb commit af46847

File tree

2 files changed

+54
-5
lines changed

2 files changed

+54
-5
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"analyze": "cross-env ANALYZE=true next build"
1313
},
1414
"dependencies": {
15-
"@theguild/components": "4.1.0",
15+
"@theguild/components": "4.1.5",
1616
"next": "12.3.1",
1717
"next-sitemap": "3.1.23",
1818
"react": "18.2.0",

yarn.lock

Lines changed: 53 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,6 +1531,13 @@
15311531
minimatch "^3.1.2"
15321532
strip-json-comments "^3.1.1"
15331533

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+
15341541
"@graphql-tools/[email protected]":
15351542
version "8.5.3"
15361543
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-8.5.3.tgz#a484063a3f6a625e5d20263e06aa965389038efb"
@@ -1937,6 +1944,11 @@
19371944
"@jridgewell/resolve-uri" "^3.0.3"
19381945
"@jridgewell/sourcemap-codec" "^1.4.10"
19391946

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+
19401952
"@manypkg/find-root@^1.1.0":
19411953
version "1.1.0"
19421954
resolved "https://registry.npmjs.org/@manypkg/find-root/-/find-root-1.1.0.tgz#a62d8ed1cd7e7d4c11d9d52a8397460b5d4ad29f"
@@ -2658,15 +2670,16 @@
26582670
lodash "^4.17.21"
26592671
remove-markdown "0.5.0"
26602672

2661-
"@theguild/[email protected].0":
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+
"@theguild/[email protected].5":
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==
26652677
dependencies:
26662678
"@algolia/autocomplete-js" "1.7.1"
26672679
"@algolia/autocomplete-plugin-algolia-insights" "1.7.1"
26682680
"@algolia/autocomplete-plugin-query-suggestions" "1.7.1"
26692681
"@algolia/autocomplete-theme-classic" "1.7.1"
2682+
"@giscus/react" "2.2.0"
26702683
"@next/bundle-analyzer" "^12.3.1"
26712684
"@radix-ui/react-navigation-menu" "1.0.0"
26722685
algoliasearch "4.14.2"
@@ -3092,6 +3105,11 @@
30923105
resolved "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"
30933106
integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw==
30943107

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+
30953113
"@types/unist@*", "@types/unist@^2.0.0":
30963114
version "2.0.6"
30973115
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
@@ -6652,6 +6670,13 @@ get-symbol-description@^1.0.0:
66526670
call-bind "^1.0.2"
66536671
get-intrinsic "^1.1.1"
66546672

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+
66556680
github-slugger@^1.4.0:
66566681
version "1.4.0"
66576682
resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.4.0.tgz#206eb96cdb22ee56fdc53a28d5a302338463444e"
@@ -8188,6 +8213,30 @@ listr2@^4.0.5:
81888213
through "^2.3.8"
81898214
wrap-ansi "^7.0.0"
81908215

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+
81918240
load-script@^1.0.0:
81928241
version "1.0.0"
81938242
resolved "https://registry.yarnpkg.com/load-script/-/load-script-1.0.0.tgz#0491939e0bee5643ee494a7e3da3d2bac70c6ca4"

0 commit comments

Comments
 (0)