Skip to content

Commit ef62a6f

Browse files
fix(deps): update emotion monorepo to v11.14.0 (#239)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 42d6a40 commit ef62a6f

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"ci:compile:ts": "tsc --build --pretty -v && tsc-alias -p tsconfig.json"
3131
},
3232
"dependencies": {
33-
"@emotion/react": "11.13.5",
34-
"@emotion/styled": "11.13.5",
33+
"@emotion/react": "11.14.0",
34+
"@emotion/styled": "11.14.0",
3535
"@mui/icons-material": "5.16.11",
3636
"@mui/material": "5.16.11",
3737
"moment": "2.30.1",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@
18081808
"@emotion/weak-memoize" "^0.3.1"
18091809
stylis "4.2.0"
18101810

1811-
"@emotion/cache@^11.13.5":
1811+
"@emotion/cache@^11.14.0":
18121812
version "11.14.0"
18131813
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.14.0.tgz#ee44b26986eeb93c8be82bb92f1f7a9b21b2ed76"
18141814
integrity sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==
@@ -1872,16 +1872,16 @@
18721872
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.9.0.tgz#745969d649977776b43fc7648c556aaa462b4102"
18731873
integrity sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==
18741874

1875-
"@emotion/react@11.13.5":
1876-
version "11.13.5"
1877-
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.13.5.tgz#fc818ff5b13424f86501ba4d0740f343ae20b8d9"
1878-
integrity sha512-6zeCUxUH+EPF1s+YF/2hPVODeV/7V07YU5x+2tfuRL8MdW6rv5vb2+CBEGTGwBdux0OIERcOS+RzxeK80k2DsQ==
1875+
"@emotion/react@11.14.0":
1876+
version "11.14.0"
1877+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.14.0.tgz#cfaae35ebc67dd9ef4ea2e9acc6cd29e157dd05d"
1878+
integrity sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==
18791879
dependencies:
18801880
"@babel/runtime" "^7.18.3"
18811881
"@emotion/babel-plugin" "^11.13.5"
1882-
"@emotion/cache" "^11.13.5"
1882+
"@emotion/cache" "^11.14.0"
18831883
"@emotion/serialize" "^1.3.3"
1884-
"@emotion/use-insertion-effect-with-fallbacks" "^1.1.0"
1884+
"@emotion/use-insertion-effect-with-fallbacks" "^1.2.0"
18851885
"@emotion/utils" "^1.4.2"
18861886
"@emotion/weak-memoize" "^0.4.0"
18871887
hoist-non-react-statics "^3.3.1"
@@ -1923,16 +1923,16 @@
19231923
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.4.0.tgz#c9299c34d248bc26e82563735f78953d2efca83c"
19241924
integrity sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==
19251925

1926-
"@emotion/styled@11.13.5":
1927-
version "11.13.5"
1928-
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.13.5.tgz#0fa6602227414c5e42cf267506e3c35bae655df9"
1929-
integrity sha512-gnOQ+nGLPvDXgIx119JqGalys64lhMdnNQA9TMxhDA4K0Hq5+++OE20Zs5GxiCV9r814xQ2K5WmtofSpHVW6BQ==
1926+
"@emotion/styled@11.14.0":
1927+
version "11.14.0"
1928+
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.14.0.tgz#f47ca7219b1a295186d7661583376fcea95f0ff3"
1929+
integrity sha512-XxfOnXFffatap2IyCeJyNov3kiDQWoR08gPUQxvbL7fxKryGBKUZUkG6Hz48DZwVrJSVh9sJboyV1Ds4OW6SgA==
19301930
dependencies:
19311931
"@babel/runtime" "^7.18.3"
19321932
"@emotion/babel-plugin" "^11.13.5"
19331933
"@emotion/is-prop-valid" "^1.3.0"
19341934
"@emotion/serialize" "^1.3.3"
1935-
"@emotion/use-insertion-effect-with-fallbacks" "^1.1.0"
1935+
"@emotion/use-insertion-effect-with-fallbacks" "^1.2.0"
19361936
"@emotion/utils" "^1.4.2"
19371937

19381938
"@emotion/[email protected]":
@@ -1950,10 +1950,10 @@
19501950
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.10.0.tgz#2af2f7c7e5150f497bdabd848ce7b218a27cf745"
19511951
integrity sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==
19521952

1953-
"@emotion/use-insertion-effect-with-fallbacks@^1.1.0":
1954-
version "1.1.0"
1955-
resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.1.0.tgz#1a818a0b2c481efba0cf34e5ab1e0cb2dcb9dfaf"
1956-
integrity sha512-+wBOcIV5snwGgI2ya3u99D7/FJquOIniQT1IKyDsBmEgwvpxMNeS65Oib7OnE2d2aY+3BU4OiH+0Wchf8yk3Hw==
1953+
"@emotion/use-insertion-effect-with-fallbacks@^1.2.0":
1954+
version "1.2.0"
1955+
resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.2.0.tgz#8a8cb77b590e09affb960f4ff1e9a89e532738bf"
1956+
integrity sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==
19571957

19581958
"@emotion/[email protected]":
19591959
version "0.11.3"

0 commit comments

Comments
 (0)