Skip to content

Commit 321ec21

Browse files
Bump @emotion/styled from 11.13.0 to 11.14.0 (#165)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95fddd4 commit 321ec21

File tree

2 files changed

+24
-29
lines changed

2 files changed

+24
-29
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"dependencies": {
77
"@emotion/react": "^11.13.3",
8-
"@emotion/styled": "^11.13.0",
8+
"@emotion/styled": "^11.14.0",
99
"@mui/icons-material": "^5.16.4",
1010
"@mui/lab": "^5.0.0-alpha.169",
1111
"@mui/material": "^5.16.14",

yarn.lock

Lines changed: 23 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,16 +1679,16 @@
16791679
resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-2.1.1.tgz#c9c61d9fe5ca5ac664e1153bb0aa0eba1c6d6308"
16801680
integrity sha512-jwx+WCqszn53YHOfvFMJJRd/B2GqkCBt+1MJSG6o5/s8+ytHMvDZXsJgUEWLk12UnLd7HYKac4BYU5i/Ron1Cw==
16811681

1682-
"@emotion/babel-plugin@^11.12.0":
1683-
version "11.12.0"
1684-
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.12.0.tgz#7b43debb250c313101b3f885eba634f1d723fcc2"
1685-
integrity sha512-y2WQb+oP8Jqvvclh8Q55gLUyb7UFvgv7eJfsj7td5TToBrIUtPay2kMrZi4xjq9qw2vD0ZR5fSho0yqoFgX7Rw==
1682+
"@emotion/babel-plugin@^11.12.0", "@emotion/babel-plugin@^11.13.5":
1683+
version "11.13.5"
1684+
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz#eab8d65dbded74e0ecfd28dc218e75607c4e7bc0"
1685+
integrity sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==
16861686
dependencies:
16871687
"@babel/helper-module-imports" "^7.16.7"
16881688
"@babel/runtime" "^7.18.3"
16891689
"@emotion/hash" "^0.9.2"
16901690
"@emotion/memoize" "^0.9.0"
1691-
"@emotion/serialize" "^1.2.0"
1691+
"@emotion/serialize" "^1.3.3"
16921692
babel-plugin-macros "^3.1.0"
16931693
convert-source-map "^1.5.0"
16941694
escape-string-regexp "^4.0.0"
@@ -1754,50 +1754,45 @@
17541754
"@emotion/weak-memoize" "^0.4.0"
17551755
hoist-non-react-statics "^3.3.1"
17561756

1757-
"@emotion/serialize@^1.2.0", "@emotion/serialize@^1.3.0", "@emotion/serialize@^1.3.1":
1758-
version "1.3.2"
1759-
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.3.2.tgz#e1c1a2e90708d5d85d81ccaee2dfeb3cc0cccf7a"
1760-
integrity sha512-grVnMvVPK9yUVE6rkKfAJlYZgo0cu3l9iMC77V7DW6E1DUIrU68pSEXRmFZFOFB1QFo57TncmOcvcbMDWsL4yA==
1757+
"@emotion/serialize@^1.3.1", "@emotion/serialize@^1.3.3":
1758+
version "1.3.3"
1759+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.3.3.tgz#d291531005f17d704d0463a032fe679f376509e8"
1760+
integrity sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==
17611761
dependencies:
17621762
"@emotion/hash" "^0.9.2"
17631763
"@emotion/memoize" "^0.9.0"
17641764
"@emotion/unitless" "^0.10.0"
1765-
"@emotion/utils" "^1.4.1"
1765+
"@emotion/utils" "^1.4.2"
17661766
csstype "^3.0.2"
17671767

17681768
"@emotion/sheet@^1.4.0":
17691769
version "1.4.0"
17701770
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.4.0.tgz#c9299c34d248bc26e82563735f78953d2efca83c"
17711771
integrity sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==
17721772

1773-
"@emotion/styled@^11.13.0":
1774-
version "11.13.0"
1775-
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.13.0.tgz#633fd700db701472c7a5dbef54d6f9834e9fb190"
1776-
integrity sha512-tkzkY7nQhW/zC4hztlwucpT8QEZ6eUzpXDRhww/Eej4tFfO0FxQYWRyg/c5CCXa4d/f174kqeXYjuQRnhzf6dA==
1773+
"@emotion/styled@^11.14.0":
1774+
version "11.14.0"
1775+
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.14.0.tgz#f47ca7219b1a295186d7661583376fcea95f0ff3"
1776+
integrity sha512-XxfOnXFffatap2IyCeJyNov3kiDQWoR08gPUQxvbL7fxKryGBKUZUkG6Hz48DZwVrJSVh9sJboyV1Ds4OW6SgA==
17771777
dependencies:
17781778
"@babel/runtime" "^7.18.3"
1779-
"@emotion/babel-plugin" "^11.12.0"
1779+
"@emotion/babel-plugin" "^11.13.5"
17801780
"@emotion/is-prop-valid" "^1.3.0"
1781-
"@emotion/serialize" "^1.3.0"
1782-
"@emotion/use-insertion-effect-with-fallbacks" "^1.1.0"
1783-
"@emotion/utils" "^1.4.0"
1781+
"@emotion/serialize" "^1.3.3"
1782+
"@emotion/use-insertion-effect-with-fallbacks" "^1.2.0"
1783+
"@emotion/utils" "^1.4.2"
17841784

17851785
"@emotion/unitless@^0.10.0":
17861786
version "0.10.0"
17871787
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.10.0.tgz#2af2f7c7e5150f497bdabd848ce7b218a27cf745"
17881788
integrity sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==
17891789

1790-
"@emotion/use-insertion-effect-with-fallbacks@^1.1.0":
1791-
version "1.1.0"
1792-
resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.1.0.tgz#1a818a0b2c481efba0cf34e5ab1e0cb2dcb9dfaf"
1793-
integrity sha512-+wBOcIV5snwGgI2ya3u99D7/FJquOIniQT1IKyDsBmEgwvpxMNeS65Oib7OnE2d2aY+3BU4OiH+0Wchf8yk3Hw==
1794-
1795-
"@emotion/utils@^1.4.0", "@emotion/utils@^1.4.1":
1796-
version "1.4.1"
1797-
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.4.1.tgz#b3adbb43de12ee2149541c4f1337d2eb7774f0ad"
1798-
integrity sha512-BymCXzCG3r72VKJxaYVwOXATqXIZ85cuvg0YOUDxMGNrKc1DJRZk8MgV5wyXRyEayIMd4FuXJIUgTBXvDNW5cA==
1790+
"@emotion/use-insertion-effect-with-fallbacks@^1.1.0", "@emotion/use-insertion-effect-with-fallbacks@^1.2.0":
1791+
version "1.2.0"
1792+
resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.2.0.tgz#8a8cb77b590e09affb960f4ff1e9a89e532738bf"
1793+
integrity sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==
17991794

1800-
"@emotion/utils@^1.4.2":
1795+
"@emotion/utils@^1.4.0", "@emotion/utils@^1.4.2":
18011796
version "1.4.2"
18021797
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.4.2.tgz#6df6c45881fcb1c412d6688a311a98b7f59c1b52"
18031798
integrity sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==

0 commit comments

Comments
 (0)