Skip to content

Commit 7a90734

Browse files
committed
chore(deps): update dependency @emotion/react to v11.9.0
1 parent ac4511f commit 7a90734

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@chakra-ui/react": "1.8.8",
13-
"@emotion/react": "11.8.2",
13+
"@emotion/react": "11.9.0",
1414
"@emotion/styled": "11.8.1",
1515
"framer-motion": "6.2.9",
1616
"graphql": "16.3.0",

yarn.lock

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -685,15 +685,15 @@
685685
resolved "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.5.tgz"
686686
integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==
687687

688-
"@emotion/react@11.8.2":
689-
version "11.8.2"
690-
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.8.2.tgz#e51f5e6372e22e82780836c9288da19af4b51e70"
691-
integrity sha512-+1bcHBaNJv5nkIIgnGKVsie3otS0wF9f1T1hteF3WeVvMNQEtfZ4YyFpnphGoot3ilU/wWMgP2SgIDuHLE/wAA==
688+
"@emotion/react@11.9.0":
689+
version "11.9.0"
690+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.9.0.tgz#b6d42b1db3bd7511e7a7c4151dc8bc82e14593b8"
691+
integrity sha512-lBVSF5d0ceKtfKCDQJveNAtkC7ayxpVlgOohLgXqRwqWr9bOf4TZAFFyIcNngnV6xK6X4x2ZeXq7vliHkoVkxQ==
692692
dependencies:
693693
"@babel/runtime" "^7.13.10"
694694
"@emotion/babel-plugin" "^11.7.1"
695695
"@emotion/cache" "^11.7.1"
696-
"@emotion/serialize" "^1.0.2"
696+
"@emotion/serialize" "^1.0.3"
697697
"@emotion/utils" "^1.1.0"
698698
"@emotion/weak-memoize" "^0.2.5"
699699
hoist-non-react-statics "^3.3.1"
@@ -709,6 +709,17 @@
709709
"@emotion/utils" "^1.0.0"
710710
csstype "^3.0.2"
711711

712+
"@emotion/serialize@^1.0.3":
713+
version "1.0.3"
714+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.3.tgz#99e2060c26c6292469fb30db41f4690e1c8fea63"
715+
integrity sha512-2mSSvgLfyV3q+iVh3YWgNlUc2a9ZlDU7DjuP5MjK3AXRR0dYigCrP99aeFtaB2L/hjfEZdSThn5dsZ0ufqbvsA==
716+
dependencies:
717+
"@emotion/hash" "^0.8.0"
718+
"@emotion/memoize" "^0.7.4"
719+
"@emotion/unitless" "^0.7.5"
720+
"@emotion/utils" "^1.0.0"
721+
csstype "^3.0.2"
722+
712723
"@emotion/sheet@^1.1.0":
713724
version "1.1.0"
714725
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.1.0.tgz#56d99c41f0a1cda2726a05aa6a20afd4c63e58d2"

0 commit comments

Comments
 (0)