Skip to content

Commit d69b870

Browse files
committed
Update @edgeandnode/components
1 parent 15dd423 commit d69b870

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"docker:up": "docker run --rm -it -p 3000:80 -v \"$(pwd)/nginx.conf:/etc/nginx/nginx.conf\" docs"
1818
},
1919
"dependencies": {
20-
"@edgeandnode/components": "^22.0.0",
20+
"@edgeandnode/components": "^22.2.6",
2121
"@emotion/react": "^11.8.2",
2222
"@mdx-js/loader": "^2.1.0",
2323
"@mdx-js/react": "^2.1.0",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,10 +1001,10 @@
10011001
numeral "^2.0.6"
10021002
pluralize "^8.0.0"
10031003

1004-
"@edgeandnode/components@^22.0.0":
1005-
version "22.0.0"
1006-
resolved "https://registry.yarnpkg.com/@edgeandnode/components/-/components-22.0.0.tgz#225ea23e96230ce949cba790aa2a8a7a35627cbb"
1007-
integrity sha512-SwjT50pO9z8nJFOmSTOeJtMkd6e8jbBZ+GBJMABFfg8NI7QHEWDk2gcyNGT2tK5ErIt6o0ct99ZWyDQPbsgqdw==
1004+
"@edgeandnode/components@^22.2.6":
1005+
version "22.2.6"
1006+
resolved "https://registry.yarnpkg.com/@edgeandnode/components/-/components-22.2.6.tgz#6c673e8c2727214dd262b0012c04f45c10b81913"
1007+
integrity sha512-n8LlOBOlSUsgUkWW/txyVHA1UfMlH+ImOF3vN1s6UX4hhxDAX+d8K7IPvGVVq2su8fb0BWKc7zMrpIRUYhs3jA==
10081008
dependencies:
10091009
"@edgeandnode/common" "^4.11.1"
10101010
"@emotion/react" "^11.8.2"
@@ -1016,6 +1016,7 @@
10161016
"@radix-ui/react-popover" "^0.1.6"
10171017
"@radix-ui/react-switch" "^0.1.5"
10181018
"@radix-ui/react-visually-hidden" "^0.1.4"
1019+
"@theme-ui/match-media" "^0.14.3"
10191020
"@tippyjs/react" "^4.2.6"
10201021
"@xstate/react" "^2.0.1"
10211022
color "^4.2.1"
@@ -2316,6 +2317,11 @@
23162317
"@emotion/react" "^11.6.0"
23172318
csstype "^3.0.10"
23182319

2320+
"@theme-ui/match-media@^0.14.3":
2321+
version "0.14.4"
2322+
resolved "https://registry.yarnpkg.com/@theme-ui/match-media/-/match-media-0.14.4.tgz#862dbe53a68990c05af0b32e1f06d18435fd54e2"
2323+
integrity sha512-k9HswUOIIptUAFK2AhgpE9ODDjYpdY/aT3DcphasMs73+yxbgVY2r/mnSuTVw2Sr9TIeesE1VB+4urxyaiOmKA==
2324+
23192325
"@theme-ui/[email protected]":
23202326
version "0.12.1"
23212327
resolved "https://registry.yarnpkg.com/@theme-ui/mdx/-/mdx-0.12.1.tgz#f3b2ce751126feab52a7bdf32927bca64d0735d2"

0 commit comments

Comments
 (0)