From c69c55d3bead4fd1e952df93b588b0e63ca7aff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 03:51:09 +0000 Subject: [PATCH 1/2] build(deps): bump markdown-to-jsx from 6.11.1 to 6.11.4 Bumps [markdown-to-jsx](https://github.com/probablyup/markdown-to-jsx) from 6.11.1 to 6.11.4. - [Release notes](https://github.com/probablyup/markdown-to-jsx/releases) - [Commits](https://github.com/probablyup/markdown-to-jsx/compare/6.11.1...6.11.4) Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 79202fe..ea051f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5400,9 +5400,9 @@ markdown-table@^1.1.0: integrity sha512-1RUZVgQlpJSPWYbFSpmudq5nHY1doEIv89gBtF0s4gW1GF2XorxcA/70M5vq7rLv0a6mhOUccRsqkwhwLCIQ2Q== markdown-to-jsx@^6.10.3: - version "6.11.1" - resolved "https://registry.yarnpkg.com/markdown-to-jsx/-/markdown-to-jsx-6.11.1.tgz#3931612cfffaa5fd6610ecf2a4055eccccb98fa8" - integrity sha512-FdtDAv8d9/tjyHxdCvWZxxOgK2icwzBkTq/dPk+XlQ2B+DYDcwE89FWGzT92erXQ0CQR/bQbpNK3loNYhYL70g== + version "6.11.4" + resolved "https://registry.yarnpkg.com/markdown-to-jsx/-/markdown-to-jsx-6.11.4.tgz#b4528b1ab668aef7fe61c1535c27e837819392c5" + integrity sha512-3lRCD5Sh+tfA52iGgfs/XZiw33f7fFX9Bn55aNnVNUd2GzLDkOWyKYYD8Yju2B1Vn+feiEdgJs8T6Tg0xNokPw== dependencies: prop-types "^15.6.2" unquote "^1.1.0" From 7952d763f7080a9da138286be439e54b67f35fd9 Mon Sep 17 00:00:00 2001 From: Andrey Okonetchnikov Date: Mon, 7 Sep 2020 10:26:07 +0200 Subject: [PATCH 2/2] Create stupid-weeks-begin.md --- .changeset/stupid-weeks-begin.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/stupid-weeks-begin.md diff --git a/.changeset/stupid-weeks-begin.md b/.changeset/stupid-weeks-begin.md new file mode 100644 index 0000000..03bcb0e --- /dev/null +++ b/.changeset/stupid-weeks-begin.md @@ -0,0 +1,7 @@ +--- +'@component-driven/mixins': patch +'@component-driven/react-focus-within': patch +'@component-driven/with-selector': patch +--- + +Bump markdown-to-jsx from 6.11.1 to 6.11.4