From 1423d75f1619173f8a071ebb5e0e8bcc634f3847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2020 00:15:19 +0000 Subject: [PATCH 1/2] build(deps): bump prismjs from 1.20.0 to 1.21.0 Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.21.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.21.0) 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..8fb217e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6448,9 +6448,9 @@ prettier@^1.14.2, prettier@^1.18.2: integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew== prismjs@^1.17.1: - version "1.20.0" - resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.20.0.tgz#9b685fc480a3514ee7198eac6a3bf5024319ff03" - integrity sha512-AEDjSrVNkynnw6A+B1DsFkd6AVdTnp+/WoUixFRULlCLZVRZlVQMVWio/16jv7G1FscUxQxOQhWwApgbnxr6kQ== + version "1.21.0" + resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.21.0.tgz#36c086ec36b45319ec4218ee164c110f9fc015a3" + integrity sha512-uGdSIu1nk3kej2iZsLyDoJ7e9bnPzIgY0naW/HdknGj61zScaprVEVGHrPoXqI+M9sP0NDnTK2jpkvmldpuqDw== optionalDependencies: clipboard "^2.0.0" From 43e732fa2bc9792d028c0a3dceff5216720dba02 Mon Sep 17 00:00:00 2001 From: Andrey Okonetchnikov Date: Mon, 7 Sep 2020 10:26:47 +0200 Subject: [PATCH 2/2] Create friendly-shoes-try.md --- .changeset/friendly-shoes-try.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/friendly-shoes-try.md diff --git a/.changeset/friendly-shoes-try.md b/.changeset/friendly-shoes-try.md new file mode 100644 index 0000000..e38169d --- /dev/null +++ b/.changeset/friendly-shoes-try.md @@ -0,0 +1,6 @@ +--- +'@component-driven/mixins': patch +'@component-driven/react-focus-within': patch +'@component-driven/with-selector': patch +--- +Bump prismjs from 1.20.0 to 1.21.0