Skip to content

Commit 2963cb3

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @emotion/react to v11.4.0
1 parent 515db4c commit 2963cb3

File tree

2 files changed

+12
-23
lines changed

2 files changed

+12
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build:all": "yarn build && yarn build:reg"
2323
},
2424
"dependencies": {
25-
"@emotion/react": "11.1.5",
25+
"@emotion/react": "11.4.0",
2626
"@emotion/styled": "11.3.0",
2727
"@material-ui/core": "4.11.4",
2828
"@material-ui/icons": "4.11.2",

yarn.lock

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,10 +1329,10 @@
13291329
"@emotion/utils" "0.11.3"
13301330
"@emotion/weak-memoize" "0.2.5"
13311331

1332-
"@emotion/cache@^11.1.3":
1333-
version "11.1.3"
1334-
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.1.3.tgz#c7683a9484bcd38d5562f2b9947873cf66829afd"
1335-
integrity sha512-n4OWinUPJVaP6fXxWZD9OUeQ0lY7DvtmtSuqtRWT0Ofo/sBLCVSgb4/Oa0Q5eFxcwablRKjUXqXtNZVyEwCAuA==
1332+
"@emotion/cache@^11.4.0":
1333+
version "11.4.0"
1334+
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.4.0.tgz#293fc9d9a7a38b9aad8e9337e5014366c3b09ac0"
1335+
integrity sha512-Zx70bjE7LErRO9OaZrhf22Qye1y4F7iDl+ITjet0J+i+B88PrAOBkKvaAWhxsZf72tDLajwCgfCjJ2dvH77C3g==
13361336
dependencies:
13371337
"@emotion/memoize" "^0.7.4"
13381338
"@emotion/sheet" "^1.0.0"
@@ -1390,14 +1390,14 @@
13901390
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50"
13911391
integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==
13921392

1393-
"@emotion/react@11.1.5":
1394-
version "11.1.5"
1395-
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.1.5.tgz#15e78f9822894cdc296e6f4e0688bac8120dfe66"
1396-
integrity sha512-xfnZ9NJEv9SU9K2sxXM06lzjK245xSeHRpUh67eARBm3PBHjjKIZlfWZ7UQvD0Obvw6ZKjlC79uHrlzFYpOB/Q==
1393+
"@emotion/react@11.4.0":
1394+
version "11.4.0"
1395+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.4.0.tgz#2465ad7b073a691409b88dfd96dc17097ddad9b7"
1396+
integrity sha512-4XklWsl9BdtatLoJpSjusXhpKv9YVteYKh9hPKP1Sxl+mswEFoUe0WtmtWjxEjkA51DQ2QRMCNOvKcSlCQ7ivg==
13971397
dependencies:
1398-
"@babel/runtime" "^7.7.2"
1399-
"@emotion/cache" "^11.1.3"
1400-
"@emotion/serialize" "^1.0.0"
1398+
"@babel/runtime" "^7.13.10"
1399+
"@emotion/cache" "^11.4.0"
1400+
"@emotion/serialize" "^1.0.2"
14011401
"@emotion/sheet" "^1.0.1"
14021402
"@emotion/utils" "^1.0.0"
14031403
"@emotion/weak-memoize" "^0.2.5"
@@ -1414,17 +1414,6 @@
14141414
"@emotion/utils" "0.11.3"
14151415
csstype "^2.5.7"
14161416

1417-
"@emotion/serialize@^1.0.0":
1418-
version "1.0.0"
1419-
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.0.tgz#1a61f4f037cf39995c97fc80ebe99abc7b191ca9"
1420-
integrity sha512-zt1gm4rhdo5Sry8QpCOpopIUIKU+mUSpV9WNmFILUraatm5dttNEaYzUWWSboSMUE6PtN2j1cAsuvcugfdI3mw==
1421-
dependencies:
1422-
"@emotion/hash" "^0.8.0"
1423-
"@emotion/memoize" "^0.7.4"
1424-
"@emotion/unitless" "^0.7.5"
1425-
"@emotion/utils" "^1.0.0"
1426-
csstype "^3.0.2"
1427-
14281417
"@emotion/serialize@^1.0.2":
14291418
version "1.0.2"
14301419
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.2.tgz#77cb21a0571c9f68eb66087754a65fa97bfcd965"

0 commit comments

Comments
 (0)