Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit 9fa94a2

Browse files
committed
fix(deps): update dependency @emotion/react to v11.13.3
1 parent 38d221d commit 9fa94a2

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version": "5.10.0",
77
"author": "openscript",
88
"dependencies": {
9-
"@emotion/react": "11.13.0",
9+
"@emotion/react": "11.13.3",
1010
"@emotion/styled": "11.13.0",
1111
"@mdx-js/mdx": "3.0.1",
1212
"@mdx-js/react": "3.0.1",

yarn.lock

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

1475-
"@emotion/[email protected].0":
1476-
version "11.13.0"
1477-
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.13.0.tgz#a9ebf827b98220255e5760dac89fa2d38ca7b43d"
1478-
integrity sha512-WkL+bw1REC2VNV1goQyfxjx1GYJkcc23CRQkXX+vZNLINyfI7o+uUn/rTGPt/xJ3bJHd5GcljgnxHf4wRw5VWQ==
1475+
"@emotion/[email protected].3":
1476+
version "11.13.3"
1477+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.13.3.tgz#a69d0de2a23f5b48e0acf210416638010e4bd2e4"
1478+
integrity sha512-lIsdU6JNrmYfJ5EbUCf4xW1ovy5wKQ2CkPRM4xogziOxH1nXxBSjpC9YqbFAP7circxMfYp+6x676BqWcEiixg==
14791479
dependencies:
14801480
"@babel/runtime" "^7.18.3"
14811481
"@emotion/babel-plugin" "^11.12.0"
14821482
"@emotion/cache" "^11.13.0"
1483-
"@emotion/serialize" "^1.3.0"
1483+
"@emotion/serialize" "^1.3.1"
14841484
"@emotion/use-insertion-effect-with-fallbacks" "^1.1.0"
14851485
"@emotion/utils" "^1.4.0"
14861486
"@emotion/weak-memoize" "^0.4.0"
@@ -1519,6 +1519,17 @@
15191519
"@emotion/utils" "^1.4.0"
15201520
csstype "^3.0.2"
15211521

1522+
"@emotion/serialize@^1.3.1":
1523+
version "1.3.1"
1524+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.3.1.tgz#490b660178f43d2de8e92b278b51079d726c05c3"
1525+
integrity sha512-dEPNKzBPU+vFPGa+z3axPRn8XVDetYORmDC0wAiej+TNcOZE70ZMJa0X7JdeoM6q/nWTMZeLpN/fTnD9o8MQBA==
1526+
dependencies:
1527+
"@emotion/hash" "^0.9.2"
1528+
"@emotion/memoize" "^0.9.0"
1529+
"@emotion/unitless" "^0.10.0"
1530+
"@emotion/utils" "^1.4.0"
1531+
csstype "^3.0.2"
1532+
15221533
"@emotion/sheet@^1.4.0":
15231534
version "1.4.0"
15241535
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.4.0.tgz#c9299c34d248bc26e82563735f78953d2efca83c"
@@ -1536,6 +1547,11 @@
15361547
"@emotion/use-insertion-effect-with-fallbacks" "^1.1.0"
15371548
"@emotion/utils" "^1.4.0"
15381549

1550+
"@emotion/unitless@^0.10.0":
1551+
version "0.10.0"
1552+
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.10.0.tgz#2af2f7c7e5150f497bdabd848ce7b218a27cf745"
1553+
integrity sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==
1554+
15391555
"@emotion/unitless@^0.8.1":
15401556
version "0.8.1"
15411557
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.1.tgz#182b5a4704ef8ad91bde93f7a860a88fd92c79a3"

0 commit comments

Comments
 (0)