Skip to content

Commit 7cc5416

Browse files
build(deps): bump @emotion/react from 11.11.0 to 11.14.0
Bumps [@emotion/react](https://github.com/emotion-js/emotion) from 11.11.0 to 11.14.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/[email protected]...@emotion/[email protected]) --- updated-dependencies: - dependency-name: "@emotion/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2758b30 commit 7cc5416

File tree

2 files changed

+63
-58
lines changed

2 files changed

+63
-58
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@chakra-ui/react": "^2.5.5",
18-
"@emotion/react": "^11.11.0",
18+
"@emotion/react": "^11.14.0",
1919
"@emotion/styled": "^11.11.0",
2020
"date-fns": "^2.29.3",
2121
"date-fns-tz": "^2.0.0",

yarn.lock

Lines changed: 62 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -876,38 +876,38 @@
876876
dependencies:
877877
tslib "^2.4.0"
878878

879-
"@emotion/babel-plugin@^11.11.0":
880-
version "11.11.0"
881-
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.11.0.tgz#c2d872b6a7767a9d176d007f5b31f7d504bb5d6c"
882-
integrity sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==
879+
"@emotion/babel-plugin@^11.11.0", "@emotion/babel-plugin@^11.13.5":
880+
version "11.13.5"
881+
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz#eab8d65dbded74e0ecfd28dc218e75607c4e7bc0"
882+
integrity sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==
883883
dependencies:
884884
"@babel/helper-module-imports" "^7.16.7"
885885
"@babel/runtime" "^7.18.3"
886-
"@emotion/hash" "^0.9.1"
887-
"@emotion/memoize" "^0.8.1"
888-
"@emotion/serialize" "^1.1.2"
886+
"@emotion/hash" "^0.9.2"
887+
"@emotion/memoize" "^0.9.0"
888+
"@emotion/serialize" "^1.3.3"
889889
babel-plugin-macros "^3.1.0"
890890
convert-source-map "^1.5.0"
891891
escape-string-regexp "^4.0.0"
892892
find-root "^1.1.0"
893893
source-map "^0.5.7"
894894
stylis "4.2.0"
895895

896-
"@emotion/cache@^11.11.0":
897-
version "11.11.0"
898-
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.11.0.tgz#809b33ee6b1cb1a625fef7a45bc568ccd9b8f3ff"
899-
integrity sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==
896+
"@emotion/cache@^11.14.0":
897+
version "11.14.0"
898+
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.14.0.tgz#ee44b26986eeb93c8be82bb92f1f7a9b21b2ed76"
899+
integrity sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==
900900
dependencies:
901-
"@emotion/memoize" "^0.8.1"
902-
"@emotion/sheet" "^1.2.2"
903-
"@emotion/utils" "^1.2.1"
904-
"@emotion/weak-memoize" "^0.3.1"
901+
"@emotion/memoize" "^0.9.0"
902+
"@emotion/sheet" "^1.4.0"
903+
"@emotion/utils" "^1.4.2"
904+
"@emotion/weak-memoize" "^0.4.0"
905905
stylis "4.2.0"
906906

907-
"@emotion/hash@^0.9.1":
908-
version "0.9.1"
909-
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.1.tgz#4ffb0055f7ef676ebc3a5a91fb621393294e2f43"
910-
integrity sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==
907+
"@emotion/hash@^0.9.2":
908+
version "0.9.2"
909+
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.2.tgz#ff9221b9f58b4dfe61e619a7788734bd63f6898b"
910+
integrity sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==
911911

912912
"@emotion/is-prop-valid@^0.8.2":
913913
version "0.8.8"
@@ -933,35 +933,40 @@
933933
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.1.tgz#c1ddb040429c6d21d38cc945fe75c818cfb68e17"
934934
integrity sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==
935935

936-
"@emotion/react@^11.11.0":
937-
version "11.11.0"
938-
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.11.0.tgz#408196b7ef8729d8ad08fc061b03b046d1460e02"
939-
integrity sha512-ZSK3ZJsNkwfjT3JpDAWJZlrGD81Z3ytNDsxw1LKq1o+xkmO5pnWfr6gmCC8gHEFf3nSSX/09YrG67jybNPxSUw==
936+
"@emotion/memoize@^0.9.0":
937+
version "0.9.0"
938+
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.9.0.tgz#745969d649977776b43fc7648c556aaa462b4102"
939+
integrity sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==
940+
941+
"@emotion/react@^11.14.0":
942+
version "11.14.0"
943+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.14.0.tgz#cfaae35ebc67dd9ef4ea2e9acc6cd29e157dd05d"
944+
integrity sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==
940945
dependencies:
941946
"@babel/runtime" "^7.18.3"
942-
"@emotion/babel-plugin" "^11.11.0"
943-
"@emotion/cache" "^11.11.0"
944-
"@emotion/serialize" "^1.1.2"
945-
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.1"
946-
"@emotion/utils" "^1.2.1"
947-
"@emotion/weak-memoize" "^0.3.1"
947+
"@emotion/babel-plugin" "^11.13.5"
948+
"@emotion/cache" "^11.14.0"
949+
"@emotion/serialize" "^1.3.3"
950+
"@emotion/use-insertion-effect-with-fallbacks" "^1.2.0"
951+
"@emotion/utils" "^1.4.2"
952+
"@emotion/weak-memoize" "^0.4.0"
948953
hoist-non-react-statics "^3.3.1"
949954

950-
"@emotion/serialize@^1.1.2":
951-
version "1.1.2"
952-
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.2.tgz#017a6e4c9b8a803bd576ff3d52a0ea6fa5a62b51"
953-
integrity sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA==
955+
"@emotion/serialize@^1.1.2", "@emotion/serialize@^1.3.3":
956+
version "1.3.3"
957+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.3.3.tgz#d291531005f17d704d0463a032fe679f376509e8"
958+
integrity sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==
954959
dependencies:
955-
"@emotion/hash" "^0.9.1"
956-
"@emotion/memoize" "^0.8.1"
957-
"@emotion/unitless" "^0.8.1"
958-
"@emotion/utils" "^1.2.1"
960+
"@emotion/hash" "^0.9.2"
961+
"@emotion/memoize" "^0.9.0"
962+
"@emotion/unitless" "^0.10.0"
963+
"@emotion/utils" "^1.4.2"
959964
csstype "^3.0.2"
960965

961-
"@emotion/sheet@^1.2.2":
962-
version "1.2.2"
963-
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.2.tgz#d58e788ee27267a14342303e1abb3d508b6d0fec"
964-
integrity sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==
966+
"@emotion/sheet@^1.4.0":
967+
version "1.4.0"
968+
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.4.0.tgz#c9299c34d248bc26e82563735f78953d2efca83c"
969+
integrity sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==
965970

966971
"@emotion/styled@^11.11.0":
967972
version "11.11.0"
@@ -975,25 +980,25 @@
975980
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.1"
976981
"@emotion/utils" "^1.2.1"
977982

978-
"@emotion/unitless@^0.8.1":
979-
version "0.8.1"
980-
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.1.tgz#182b5a4704ef8ad91bde93f7a860a88fd92c79a3"
981-
integrity sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==
983+
"@emotion/unitless@^0.10.0":
984+
version "0.10.0"
985+
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.10.0.tgz#2af2f7c7e5150f497bdabd848ce7b218a27cf745"
986+
integrity sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==
982987

983-
"@emotion/use-insertion-effect-with-fallbacks@^1.0.1":
984-
version "1.0.1"
985-
resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz#08de79f54eb3406f9daaf77c76e35313da963963"
986-
integrity sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==
988+
"@emotion/use-insertion-effect-with-fallbacks@^1.0.1", "@emotion/use-insertion-effect-with-fallbacks@^1.2.0":
989+
version "1.2.0"
990+
resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.2.0.tgz#8a8cb77b590e09affb960f4ff1e9a89e532738bf"
991+
integrity sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==
987992

988-
"@emotion/utils@^1.2.1":
989-
version "1.2.1"
990-
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.2.1.tgz#bbab58465738d31ae4cb3dbb6fc00a5991f755e4"
991-
integrity sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==
993+
"@emotion/utils@^1.2.1", "@emotion/utils@^1.4.2":
994+
version "1.4.2"
995+
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.4.2.tgz#6df6c45881fcb1c412d6688a311a98b7f59c1b52"
996+
integrity sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==
992997

993-
"@emotion/weak-memoize@^0.3.1":
994-
version "0.3.1"
995-
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz#d0fce5d07b0620caa282b5131c297bb60f9d87e6"
996-
integrity sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==
998+
"@emotion/weak-memoize@^0.4.0":
999+
version "0.4.0"
1000+
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz#5e13fac887f08c44f76b0ccaf3370eb00fec9bb6"
1001+
integrity sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==
9971002

9981003
"@eslint-community/eslint-utils@^4.2.0":
9991004
version "4.4.0"

0 commit comments

Comments
 (0)