Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb38fb90

Browse files
chore: bump @emotion/styled from 11.10.8 to 11.11.0 in /site (#7561)
Bumps [@emotion/styled](https://github.com/emotion-js/emotion) from 11.10.8 to 11.11.0.- [Release notes](https://github.com/emotion-js/emotion/releases)- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/styled@11.10.8...@emotion/styled@11.11.0)---updated-dependencies:- dependency-name: "@emotion/styled" dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent1bd3ed9 commitb38fb90

File tree

2 files changed

+58
-43
lines changed

2 files changed

+58
-43
lines changed

‎site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@emoji-mart/react":"1.0.1",
3333
"@fastly/performance-observer-polyfill":"^2.0.0",
3434
"@emotion/react":"^11.10.8",
35-
"@emotion/styled":"^11.10.8",
35+
"@emotion/styled":"^11.11.0",
3636
"@fontsource/ibm-plex-mono":"4.5.10",
3737
"@fontsource/inter":"4.5.11",
3838
"@monaco-editor/react":"4.5.0",

‎site/yarn.lock

Lines changed: 57 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,22 +1083,22 @@
10831083
resolved "https://registry.yarnpkg.com/@emoji-mart/react/-/react-1.0.1.tgz#46b6a2e92faf16fa9b7f9471f137fa2e3d1e8ac3"
10841084
integrity sha512-ALhLD96BOL5w+a4NI5NpmfqfF1aVjjj2qJE0dLst/OhjBfVmpteWNgn/h8LZy9ulU6AnbeS+13KnPFzDjCvRRw==
10851085

1086-
"@emotion/babel-plugin@^11.10.8":
1087-
version "11.10.8"
1088-
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.10.8.tgz#bae325c902937665d00684038fd5294223ef9e1d"
1089-
integrity sha512-gxNky50AJL3AlkbjvTARiwAqei6/tNUxDZPSKd+3jqWVM3AmdVTTdpjHorR/an/M0VJqdsuq5oGcFH+rjtyujQ==
1086+
"@emotion/babel-plugin@^11.10.8", "@emotion/babel-plugin@^11.11.0":
1087+
version "11.11.0"
1088+
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.11.0.tgz#c2d872b6a7767a9d176d007f5b31f7d504bb5d6c"
1089+
integrity sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==
10901090
dependencies:
10911091
"@babel/helper-module-imports" "^7.16.7"
10921092
"@babel/runtime" "^7.18.3"
1093-
"@emotion/hash" "^0.9.0"
1094-
"@emotion/memoize" "^0.8.0"
1095-
"@emotion/serialize" "^1.1.1"
1093+
"@emotion/hash" "^0.9.1"
1094+
"@emotion/memoize" "^0.8.1"
1095+
"@emotion/serialize" "^1.1.2"
10961096
babel-plugin-macros "^3.1.0"
10971097
convert-source-map "^1.5.0"
10981098
escape-string-regexp "^4.0.0"
10991099
find-root "^1.1.0"
11001100
source-map "^0.5.7"
1101-
stylis "4.1.4"
1101+
stylis "4.2.0"
11021102

11031103
"@emotion/cache@^11.10.8":
11041104
version "11.10.8"
@@ -1116,18 +1116,28 @@
11161116
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.0.tgz#c5153d50401ee3c027a57a177bc269b16d889cb7"
11171117
integrity sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ==
11181118

1119-
"@emotion/is-prop-valid@^1.2.0":
1120-
version "1.2.0"
1121-
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.2.0.tgz#7f2d35c97891669f7e276eb71c83376a5dc44c83"
1122-
integrity sha512-3aDpDprjM0AwaxGE09bOPkNxHpBd+kA6jty3RnaEXdweX1DF1U3VQpPYb0g1IStAuK7SVQ1cy+bNBBKp4W3Fjg==
1119+
"@emotion/hash@^0.9.1":
1120+
version "0.9.1"
1121+
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.1.tgz#4ffb0055f7ef676ebc3a5a91fb621393294e2f43"
1122+
integrity sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==
1123+
1124+
"@emotion/is-prop-valid@^1.2.0", "@emotion/is-prop-valid@^1.2.1":
1125+
version "1.2.1"
1126+
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz#23116cf1ed18bfeac910ec6436561ecb1a3885cc"
1127+
integrity sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==
11231128
dependencies:
1124-
"@emotion/memoize" "^0.8.0"
1129+
"@emotion/memoize" "^0.8.1"
11251130

11261131
"@emotion/memoize@^0.8.0":
11271132
version "0.8.0"
11281133
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.0.tgz#f580f9beb67176fa57aae70b08ed510e1b18980f"
11291134
integrity sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==
11301135

1136+
"@emotion/memoize@^0.8.1":
1137+
version "0.8.1"
1138+
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.1.tgz#c1ddb040429c6d21d38cc945fe75c818cfb68e17"
1139+
integrity sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==
1140+
11311141
"@emotion/react@^11.10.8":
11321142
version "11.10.8"
11331143
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.10.8.tgz#02e274ecb45e03ab9d7a8eb9f0f0c064613eaf7b"
@@ -1142,48 +1152,48 @@
11421152
"@emotion/weak-memoize" "^0.3.0"
11431153
hoist-non-react-statics "^3.3.1"
11441154

1145-
"@emotion/serialize@^1.1.1":
1146-
version "1.1.1"
1147-
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.1.tgz#0595701b1902feded8a96d293b26be3f5c1a5cf0"
1148-
integrity sha512-Zl/0LFggN7+L1liljxXdsVSVlg6E/Z/olVWpfxUTxOAmi8NU7YoeWeLfi1RmnB2TATHoaWwIBRoL+FvAJiTUQA==
1155+
"@emotion/serialize@^1.1.1", "@emotion/serialize@^1.1.2":
1156+
version "1.1.2"
1157+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.2.tgz#017a6e4c9b8a803bd576ff3d52a0ea6fa5a62b51"
1158+
integrity sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA==
11491159
dependencies:
1150-
"@emotion/hash" "^0.9.0"
1151-
"@emotion/memoize" "^0.8.0"
1152-
"@emotion/unitless" "^0.8.0"
1153-
"@emotion/utils" "^1.2.0"
1160+
"@emotion/hash" "^0.9.1"
1161+
"@emotion/memoize" "^0.8.1"
1162+
"@emotion/unitless" "^0.8.1"
1163+
"@emotion/utils" "^1.2.1"
11541164
csstype "^3.0.2"
11551165

11561166
"@emotion/sheet@^1.2.1":
11571167
version "1.2.1"
11581168
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.1.tgz#0767e0305230e894897cadb6c8df2c51e61a6c2c"
11591169
integrity sha512-zxRBwl93sHMsOj4zs+OslQKg/uhF38MB+OMKoCrVuS0nyTkqnau+BM3WGEoOptg9Oz45T/aIGs1qbVAsEFo3nA==
11601170

1161-
"@emotion/styled@^11.10.8":
1162-
version "11.10.8"
1163-
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.10.8.tgz#a3fd68efd90bd7e8a06b82b95adec643d386fa69"
1164-
integrity sha512-gow0lF4Uw/QEdX2REMhI8v6wLOabPKJ+4HKNF0xdJ2DJdznN6fxaXpQOx6sNkyBhSUL558Rmcu1Lq/MYlVo4vw==
1171+
"@emotion/styled@^11.11.0":
1172+
version "11.11.0"
1173+
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.11.0.tgz#26b75e1b5a1b7a629d7c0a8b708fbf5a9cdce346"
1174+
integrity sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==
11651175
dependencies:
11661176
"@babel/runtime" "^7.18.3"
1167-
"@emotion/babel-plugin" "^11.10.8"
1168-
"@emotion/is-prop-valid" "^1.2.0"
1169-
"@emotion/serialize" "^1.1.1"
1170-
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.0"
1171-
"@emotion/utils" "^1.2.0"
1177+
"@emotion/babel-plugin" "^11.11.0"
1178+
"@emotion/is-prop-valid" "^1.2.1"
1179+
"@emotion/serialize" "^1.1.2"
1180+
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.1"
1181+
"@emotion/utils" "^1.2.1"
11721182

1173-
"@emotion/unitless@^0.8.0":
1174-
version "0.8.0"
1175-
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.0.tgz#a4a36e9cbdc6903737cd20d38033241e1b8833db"
1176-
integrity sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==
1183+
"@emotion/unitless@^0.8.1":
1184+
version "0.8.1"
1185+
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.1.tgz#182b5a4704ef8ad91bde93f7a860a88fd92c79a3"
1186+
integrity sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==
11771187

1178-
"@emotion/use-insertion-effect-with-fallbacks@^1.0.0":
1179-
version "1.0.0"
1180-
resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.0.tgz#ffadaec35dbb7885bd54de3fa267ab2f860294df"
1181-
integrity sha512-1eEgUGmkaljiBnRMTdksDV1W4kUnmwgp7X9G8B++9GYwl1lUdqSndSriIrTJ0N7LQaoauY9JJ2yhiOYK5+NI4A==
1188+
"@emotion/use-insertion-effect-with-fallbacks@^1.0.0", "@emotion/use-insertion-effect-with-fallbacks@^1.0.1":
1189+
version "1.0.1"
1190+
resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz#08de79f54eb3406f9daaf77c76e35313da963963"
1191+
integrity sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==
11821192

1183-
"@emotion/utils@^1.2.0":
1184-
version "1.2.0"
1185-
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.2.0.tgz#9716eaccbc6b5ded2ea5a90d65562609aab0f561"
1186-
integrity sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw==
1193+
"@emotion/utils@^1.2.0", "@emotion/utils@^1.2.1":
1194+
version "1.2.1"
1195+
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.2.1.tgz#bbab58465738d31ae4cb3dbb6fc00a5991f755e4"
1196+
integrity sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==
11871197

11881198
"@emotion/weak-memoize@^0.3.0":
11891199
version "0.3.0"
@@ -11049,6 +11059,11 @@ stylis@4.1.4, stylis@^4.0.6:
1104911059
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.1.4.tgz#9cb60e7153d8ac6d02d773552bf51c7a0344535b"
1105011060
integrity sha512-USf5pszRYwuE6hg9by0OkKChkQYEXfkeTtm0xKw+jqQhwyjCVLdYyMBK7R+n7dhzsblAWJnGxju4vxq5eH20GQ==
1105111061

11062+
stylis@4.2.0:
11063+
version "4.2.0"
11064+
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.2.0.tgz#79daee0208964c8fe695a42fcffcac633a211a51"
11065+
integrity sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==
11066+
1105211067
supports-color@^5.3.0:
1105311068
version "5.5.0"
1105411069
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp