Skip to content

Commit 6ef8aa1

Browse files
Merge pull request #407 from openscript-ch/renovate/all-minor-patch
fix(deps): update dependency @emotion/react to v11.13.3
2 parents fc22e23 + 9a3b659 commit 6ef8aa1

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": "0.2.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
@@ -1867,15 +1867,15 @@
18671867
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.9.0.tgz#745969d649977776b43fc7648c556aaa462b4102"
18681868
integrity sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==
18691869

1870-
"@emotion/react@11.13.0":
1871-
version "11.13.0"
1872-
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.13.0.tgz#a9ebf827b98220255e5760dac89fa2d38ca7b43d"
1873-
integrity sha512-WkL+bw1REC2VNV1goQyfxjx1GYJkcc23CRQkXX+vZNLINyfI7o+uUn/rTGPt/xJ3bJHd5GcljgnxHf4wRw5VWQ==
1870+
"@emotion/react@11.13.3":
1871+
version "11.13.3"
1872+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.13.3.tgz#a69d0de2a23f5b48e0acf210416638010e4bd2e4"
1873+
integrity sha512-lIsdU6JNrmYfJ5EbUCf4xW1ovy5wKQ2CkPRM4xogziOxH1nXxBSjpC9YqbFAP7circxMfYp+6x676BqWcEiixg==
18741874
dependencies:
18751875
"@babel/runtime" "^7.18.3"
18761876
"@emotion/babel-plugin" "^11.12.0"
18771877
"@emotion/cache" "^11.13.0"
1878-
"@emotion/serialize" "^1.3.0"
1878+
"@emotion/serialize" "^1.3.1"
18791879
"@emotion/use-insertion-effect-with-fallbacks" "^1.1.0"
18801880
"@emotion/utils" "^1.4.0"
18811881
"@emotion/weak-memoize" "^0.4.0"
@@ -1914,6 +1914,17 @@
19141914
"@emotion/utils" "^1.4.0"
19151915
csstype "^3.0.2"
19161916

1917+
"@emotion/serialize@^1.3.1":
1918+
version "1.3.1"
1919+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.3.1.tgz#490b660178f43d2de8e92b278b51079d726c05c3"
1920+
integrity sha512-dEPNKzBPU+vFPGa+z3axPRn8XVDetYORmDC0wAiej+TNcOZE70ZMJa0X7JdeoM6q/nWTMZeLpN/fTnD9o8MQBA==
1921+
dependencies:
1922+
"@emotion/hash" "^0.9.2"
1923+
"@emotion/memoize" "^0.9.0"
1924+
"@emotion/unitless" "^0.10.0"
1925+
"@emotion/utils" "^1.4.0"
1926+
csstype "^3.0.2"
1927+
19171928
"@emotion/sheet@^1.4.0":
19181929
version "1.4.0"
19191930
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.4.0.tgz#c9299c34d248bc26e82563735f78953d2efca83c"
@@ -1931,6 +1942,11 @@
19311942
"@emotion/use-insertion-effect-with-fallbacks" "^1.1.0"
19321943
"@emotion/utils" "^1.4.0"
19331944

1945+
"@emotion/unitless@^0.10.0":
1946+
version "0.10.0"
1947+
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.10.0.tgz#2af2f7c7e5150f497bdabd848ce7b218a27cf745"
1948+
integrity sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==
1949+
19341950
"@emotion/unitless@^0.8.1":
19351951
version "0.8.1"
19361952
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.1.tgz#182b5a4704ef8ad91bde93f7a860a88fd92c79a3"

0 commit comments

Comments
 (0)