Skip to content

Commit b3f530f

Browse files
committed
fix(deps): update dependency @emotion/react to v11.13.3
1 parent 696b5c0 commit b3f530f

2 files changed

Lines changed: 22 additions & 6 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@docusaurus/core": "3.5.2",
1818
"@docusaurus/preset-classic": "3.5.2",
19-
"@emotion/react": "11.13.0",
19+
"@emotion/react": "11.13.3",
2020
"@emotion/styled": "11.13.0",
2121
"@mdx-js/react": "3.0.1",
2222
"@mui/icons-material": "5.16.7",

docs/yarn.lock

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2414,15 +2414,15 @@
24142414
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.9.0.tgz#745969d649977776b43fc7648c556aaa462b4102"
24152415
integrity sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==
24162416

2417-
"@emotion/react@11.13.0":
2418-
version "11.13.0"
2419-
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.13.0.tgz#a9ebf827b98220255e5760dac89fa2d38ca7b43d"
2420-
integrity sha512-WkL+bw1REC2VNV1goQyfxjx1GYJkcc23CRQkXX+vZNLINyfI7o+uUn/rTGPt/xJ3bJHd5GcljgnxHf4wRw5VWQ==
2417+
"@emotion/react@11.13.3":
2418+
version "11.13.3"
2419+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.13.3.tgz#a69d0de2a23f5b48e0acf210416638010e4bd2e4"
2420+
integrity sha512-lIsdU6JNrmYfJ5EbUCf4xW1ovy5wKQ2CkPRM4xogziOxH1nXxBSjpC9YqbFAP7circxMfYp+6x676BqWcEiixg==
24212421
dependencies:
24222422
"@babel/runtime" "^7.18.3"
24232423
"@emotion/babel-plugin" "^11.12.0"
24242424
"@emotion/cache" "^11.13.0"
2425-
"@emotion/serialize" "^1.3.0"
2425+
"@emotion/serialize" "^1.3.1"
24262426
"@emotion/use-insertion-effect-with-fallbacks" "^1.1.0"
24272427
"@emotion/utils" "^1.4.0"
24282428
"@emotion/weak-memoize" "^0.4.0"
@@ -2450,6 +2450,17 @@
24502450
"@emotion/utils" "^1.4.0"
24512451
csstype "^3.0.2"
24522452

2453+
"@emotion/serialize@^1.3.1":
2454+
version "1.3.1"
2455+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.3.1.tgz#490b660178f43d2de8e92b278b51079d726c05c3"
2456+
integrity sha512-dEPNKzBPU+vFPGa+z3axPRn8XVDetYORmDC0wAiej+TNcOZE70ZMJa0X7JdeoM6q/nWTMZeLpN/fTnD9o8MQBA==
2457+
dependencies:
2458+
"@emotion/hash" "^0.9.2"
2459+
"@emotion/memoize" "^0.9.0"
2460+
"@emotion/unitless" "^0.10.0"
2461+
"@emotion/utils" "^1.4.0"
2462+
csstype "^3.0.2"
2463+
24532464
"@emotion/sheet@^1.2.2":
24542465
version "1.2.2"
24552466
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.2.tgz#d58e788ee27267a14342303e1abb3d508b6d0fec"
@@ -2472,6 +2483,11 @@
24722483
"@emotion/use-insertion-effect-with-fallbacks" "^1.1.0"
24732484
"@emotion/utils" "^1.4.0"
24742485

2486+
"@emotion/unitless@^0.10.0":
2487+
version "0.10.0"
2488+
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.10.0.tgz#2af2f7c7e5150f497bdabd848ce7b218a27cf745"
2489+
integrity sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==
2490+
24752491
"@emotion/unitless@^0.9.0":
24762492
version "0.9.0"
24772493
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.9.0.tgz#8e5548f072bd67b8271877e51c0f95c76a66cbe2"

0 commit comments

Comments
 (0)