Skip to content

Commit 9fd0eaa

Browse files
committed
fix(deps): update emotion monorepo to v10.0.10
1 parent 6cc81be commit 9fd0eaa

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
},
3939
"private": true,
4040
"dependencies": {
41-
"@emotion/core": "10.0.9",
42-
"@emotion/styled": "10.0.9",
41+
"@emotion/core": "10.0.10",
42+
"@emotion/styled": "10.0.10",
4343
"@use-it/event-listener": "0.1.3",
4444
"@wkovacs64/normalize.css": "8.0.1",
4545
"axios": "0.18.0",

Diff for: yarn.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -1258,10 +1258,10 @@
12581258
"@emotion/utils" "0.11.1"
12591259
"@emotion/weak-memoize" "0.2.2"
12601260

1261-
"@emotion/[email protected].9":
1262-
version "10.0.9"
1263-
resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.0.9.tgz#f8afbccb0011100680f5dc94657b410c6aa1350e"
1264-
integrity sha512-v5a77dV+uWGoy9w6R3MXZG01lqHcXgoy/jGmJqPDGhPjmpWg26LWXAphYZxpZffFUwDUlDdYDiX5HtaKphvJnQ==
1261+
"@emotion/[email protected].10":
1262+
version "10.0.10"
1263+
resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.0.10.tgz#8d3114e5a2f8b178a7067c603a2937516f180b08"
1264+
integrity sha512-U1aE2cOWUscjc8ZJ3Cx32udOzLeRoJwGxBH93xQD850oQFpwPKZARzdUtdc9SByUOwzSFYxhDhrpXnV34FJmWg==
12651265
dependencies:
12661266
"@emotion/cache" "^10.0.9"
12671267
"@emotion/css" "^10.0.9"
@@ -1322,22 +1322,22 @@
13221322
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-0.9.2.tgz#74e5c6b5e489a1ba30ab246ab5eedd96916487c4"
13231323
integrity sha512-pVBLzIbC/QCHDKJF2E82V2H/W/B004mDFQZiyo/MSR+VC4pV5JLG0TF/zgQDFvP3fZL/5RTPGEmXlYJBMUuJ+A==
13241324

1325-
"@emotion/styled-base@^10.0.9":
1326-
version "10.0.9"
1327-
resolved "https://registry.yarnpkg.com/@emotion/styled-base/-/styled-base-10.0.9.tgz#634b43d1f0309c35c5b342c775b01610517d2529"
1328-
integrity sha512-uXOPP2V7g8lYWsqBfYGmEOXHMUPleOujFWusQyXezxe1VGlZjGJIQj+YmzkwzGBmFx2nAun0OKMYCBJMeGKojw==
1325+
"@emotion/styled-base@^10.0.10":
1326+
version "10.0.10"
1327+
resolved "https://registry.yarnpkg.com/@emotion/styled-base/-/styled-base-10.0.10.tgz#ffb811295c9dcd9b3c12bf93301d7d8bcb02e6f4"
1328+
integrity sha512-uZwKrBfcH7jCRAQi5ZxsEGIZ+1Zr9/lof4TMsIolC0LSwpnWkQ+JRJLy+p4ZyATee9SdmyCV0sG/VTngVSnrpA==
13291329
dependencies:
13301330
"@emotion/is-prop-valid" "0.7.3"
13311331
"@emotion/serialize" "^0.11.6"
13321332
"@emotion/utils" "0.11.1"
13331333
object-assign "^4.1.1"
13341334

1335-
"@emotion/[email protected].9":
1336-
version "10.0.9"
1337-
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-10.0.9.tgz#3d940ec8b989853fd422dab6278a2803e1c4a608"
1338-
integrity sha512-V+BT+KE4NKCANS18TL0yGueIyVbL5qXbgKarLcIhxmz0/dEk2k6kA18sKguJpHYa0RpgkggdhUPWWohTu3DRPw==
1335+
"@emotion/[email protected].10":
1336+
version "10.0.10"
1337+
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-10.0.10.tgz#ec241a9389a585b2c2638b709c262c28469ed92e"
1338+
integrity sha512-k4p5WxwYJUVYKBlwOmfpqxeSwdPHqUycLHJY9ftleEvMfphYLB8lt9oPEkEty5XH4URh/wyUfZ2wW2ojrHODWA==
13391339
dependencies:
1340-
"@emotion/styled-base" "^10.0.9"
1340+
"@emotion/styled-base" "^10.0.10"
13411341
babel-plugin-emotion "^10.0.9"
13421342

13431343
"@emotion/[email protected]":

0 commit comments

Comments
 (0)