Skip to content

Commit cbf0b6f

Browse files
committed
Update emotion monorepo
1 parent ea27b8b commit cbf0b6f

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"url": "git+https://github.com/jamesblackjr/programmer-dot-sh.git"
2525
},
2626
"dependencies": {
27-
"@emotion/core": "10.0.9",
28-
"@emotion/styled": "10.0.9",
27+
"@emotion/core": "10.0.10",
28+
"@emotion/styled": "10.0.11",
2929
"apollo-cache-inmemory": "1.5.1",
3030
"apollo-client": "2.5.1",
3131
"apollo-link": "1.2.11",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,10 @@
242242
"@emotion/utils" "0.11.1"
243243
"@emotion/weak-memoize" "0.2.2"
244244

245-
"@emotion/core@10.0.9":
246-
version "10.0.9"
247-
resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.0.9.tgz#f8afbccb0011100680f5dc94657b410c6aa1350e"
248-
integrity sha512-v5a77dV+uWGoy9w6R3MXZG01lqHcXgoy/jGmJqPDGhPjmpWg26LWXAphYZxpZffFUwDUlDdYDiX5HtaKphvJnQ==
245+
"@emotion/core@10.0.10":
246+
version "10.0.10"
247+
resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.0.10.tgz#8d3114e5a2f8b178a7067c603a2937516f180b08"
248+
integrity sha512-U1aE2cOWUscjc8ZJ3Cx32udOzLeRoJwGxBH93xQD850oQFpwPKZARzdUtdc9SByUOwzSFYxhDhrpXnV34FJmWg==
249249
dependencies:
250250
"@emotion/cache" "^10.0.9"
251251
"@emotion/css" "^10.0.9"
@@ -295,22 +295,22 @@
295295
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-0.9.2.tgz#74e5c6b5e489a1ba30ab246ab5eedd96916487c4"
296296
integrity sha512-pVBLzIbC/QCHDKJF2E82V2H/W/B004mDFQZiyo/MSR+VC4pV5JLG0TF/zgQDFvP3fZL/5RTPGEmXlYJBMUuJ+A==
297297

298-
"@emotion/styled-base@^10.0.9":
299-
version "10.0.9"
300-
resolved "https://registry.yarnpkg.com/@emotion/styled-base/-/styled-base-10.0.9.tgz#634b43d1f0309c35c5b342c775b01610517d2529"
301-
integrity sha512-uXOPP2V7g8lYWsqBfYGmEOXHMUPleOujFWusQyXezxe1VGlZjGJIQj+YmzkwzGBmFx2nAun0OKMYCBJMeGKojw==
298+
"@emotion/styled-base@^10.0.10":
299+
version "10.0.10"
300+
resolved "https://registry.yarnpkg.com/@emotion/styled-base/-/styled-base-10.0.10.tgz#ffb811295c9dcd9b3c12bf93301d7d8bcb02e6f4"
301+
integrity sha512-uZwKrBfcH7jCRAQi5ZxsEGIZ+1Zr9/lof4TMsIolC0LSwpnWkQ+JRJLy+p4ZyATee9SdmyCV0sG/VTngVSnrpA==
302302
dependencies:
303303
"@emotion/is-prop-valid" "0.7.3"
304304
"@emotion/serialize" "^0.11.6"
305305
"@emotion/utils" "0.11.1"
306306
object-assign "^4.1.1"
307307

308-
"@emotion/styled@10.0.9":
309-
version "10.0.9"
310-
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-10.0.9.tgz#3d940ec8b989853fd422dab6278a2803e1c4a608"
311-
integrity sha512-V+BT+KE4NKCANS18TL0yGueIyVbL5qXbgKarLcIhxmz0/dEk2k6kA18sKguJpHYa0RpgkggdhUPWWohTu3DRPw==
308+
"@emotion/styled@10.0.11":
309+
version "10.0.11"
310+
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-10.0.11.tgz#f749ca95bfe398b3e511b65ea14b16984f049e6d"
311+
integrity sha512-c/M/JJHTQuqdY9viSZD41ccCJDe07/VMrj+JgOcyb8uDnRAr+3cCQ03tyrgl72bQD0YWcjXHhpA7Ja9S3+vuRw==
312312
dependencies:
313-
"@emotion/styled-base" "^10.0.9"
313+
"@emotion/styled-base" "^10.0.10"
314314
babel-plugin-emotion "^10.0.9"
315315

316316
"@emotion/stylis@0.8.3":

0 commit comments

Comments
 (0)