Skip to content

Commit 02e7c8c

Browse files
fix(deps): update dependency @emotion/core to v10.1.1 (#1324)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 83e6e81 commit 02e7c8c

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

packages/gatsby-theme-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@blocks/kit": "0.0.28",
24-
"@emotion/core": "10.0.35",
24+
"@emotion/core": "10.1.1",
2525
"@emotion/styled": "10.0.27",
2626
"@mdx-js/mdx": "1.6.21",
2727
"@mdx-js/react": "1.6.21",

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,19 @@
13931393
"@emotion/utils" "0.11.3"
13941394
"@emotion/weak-memoize" "0.2.5"
13951395

1396-
"@emotion/[email protected]", "@emotion/core@^10.0.0", "@emotion/core@^10.0.14", "@emotion/core@^10.0.35":
1396+
"@emotion/[email protected]":
1397+
version "10.1.1"
1398+
resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.1.1.tgz#c956c1365f2f2481960064bcb8c4732e5fb612c3"
1399+
integrity sha512-ZMLG6qpXR8x031NXD8HJqugy/AZSkAuMxxqB46pmAR7ze47MhNJ56cdoX243QPZdGctrdfo+s08yZTiwaUcRKA==
1400+
dependencies:
1401+
"@babel/runtime" "^7.5.5"
1402+
"@emotion/cache" "^10.0.27"
1403+
"@emotion/css" "^10.0.27"
1404+
"@emotion/serialize" "^0.11.15"
1405+
"@emotion/sheet" "0.9.4"
1406+
"@emotion/utils" "0.11.3"
1407+
1408+
"@emotion/core@^10.0.0", "@emotion/core@^10.0.14", "@emotion/core@^10.0.35":
13971409
version "10.0.35"
13981410
resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.0.35.tgz#513fcf2e22cd4dfe9d3894ed138c9d7a859af9b3"
13991411
integrity sha512-sH++vJCdk025fBlRZSAhkRlSUoqSqgCzYf5fMOmqqi3bM6how+sQpg3hkgJonj8GxXM4WbD7dRO+4tegDB9fUw==

0 commit comments

Comments
 (0)