Skip to content

Commit 60679f1

Browse files
committed
Update dependencies to v11.10.4
1 parent b79301c commit 60679f1

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"build:all": "yarn build && yarn build:reg"
2323
},
2424
"dependencies": {
25-
"@emotion/react": "11.10.0",
26-
"@emotion/styled": "11.10.0",
25+
"@emotion/react": "11.10.4",
26+
"@emotion/styled": "11.10.4",
2727
"@material-ui/core": "4.12.4",
2828
"@material-ui/icons": "4.11.3",
2929
"chokidar": "3.5.3",

yarn.lock

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,15 +1422,16 @@
14221422
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.0.tgz#f580f9beb67176fa57aae70b08ed510e1b18980f"
14231423
integrity sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==
14241424

1425-
"@emotion/[email protected].0":
1426-
version "11.10.0"
1427-
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.10.0.tgz#53c577f063f26493f68a05188fb87528d912ff2e"
1428-
integrity sha512-K6z9zlHxxBXwN8TcpwBKcEsBsOw4JWCCmR+BeeOWgqp8GIU1yA2Odd41bwdAAr0ssbQrbJbVnndvv7oiv1bZeQ==
1425+
"@emotion/[email protected].4":
1426+
version "11.10.4"
1427+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.10.4.tgz#9dc6bccbda5d70ff68fdb204746c0e8b13a79199"
1428+
integrity sha512-j0AkMpr6BL8gldJZ6XQsQ8DnS9TxEQu1R+OGmDZiWjBAJtCcbt0tS3I/YffoqHXxH6MjgI7KdMbYKw3MEiU9eA==
14291429
dependencies:
14301430
"@babel/runtime" "^7.18.3"
14311431
"@emotion/babel-plugin" "^11.10.0"
14321432
"@emotion/cache" "^11.10.0"
14331433
"@emotion/serialize" "^1.1.0"
1434+
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.0"
14341435
"@emotion/utils" "^1.2.0"
14351436
"@emotion/weak-memoize" "^0.3.0"
14361437
hoist-non-react-statics "^3.3.1"
@@ -1477,15 +1478,16 @@
14771478
"@emotion/serialize" "^0.11.15"
14781479
"@emotion/utils" "0.11.3"
14791480

1480-
"@emotion/[email protected].0":
1481-
version "11.10.0"
1482-
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.10.0.tgz#c19484dab4206ae46727c07efb4316423dd21312"
1483-
integrity sha512-V9oaEH6V4KePeQpgUE83i8ht+4Ri3E8Djp/ZPJ4DQlqWhSKITvgzlR3/YQE2hdfP4Jw3qVRkANJz01LLqK9/TA==
1481+
"@emotion/[email protected].4":
1482+
version "11.10.4"
1483+
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.10.4.tgz#e93f84a4d54003c2acbde178c3f97b421fce1cd4"
1484+
integrity sha512-pRl4R8Ez3UXvOPfc2bzIoV8u9P97UedgHS4FPX594ntwEuAMA114wlaHvOK24HB48uqfXiGlYIZYCxVJ1R1ttQ==
14841485
dependencies:
14851486
"@babel/runtime" "^7.18.3"
14861487
"@emotion/babel-plugin" "^11.10.0"
14871488
"@emotion/is-prop-valid" "^1.2.0"
14881489
"@emotion/serialize" "^1.1.0"
1490+
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.0"
14891491
"@emotion/utils" "^1.2.0"
14901492

14911493
"@emotion/styled@^10.0.23":
@@ -1511,6 +1513,11 @@
15111513
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.0.tgz#a4a36e9cbdc6903737cd20d38033241e1b8833db"
15121514
integrity sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==
15131515

1516+
"@emotion/use-insertion-effect-with-fallbacks@^1.0.0":
1517+
version "1.0.0"
1518+
resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.0.tgz#ffadaec35dbb7885bd54de3fa267ab2f860294df"
1519+
integrity sha512-1eEgUGmkaljiBnRMTdksDV1W4kUnmwgp7X9G8B++9GYwl1lUdqSndSriIrTJ0N7LQaoauY9JJ2yhiOYK5+NI4A==
1520+
15141521
"@emotion/[email protected]":
15151522
version "0.11.3"
15161523
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.11.3.tgz#a759863867befa7e583400d322652a3f44820924"

0 commit comments

Comments
 (0)