aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-03 17:10:10 +0000
committerGravatar GitHub <[email protected]>2022-08-03 17:10:10 +0000
commit52cc2bc0606123866e8802323ff805d38094ce44 (patch)
tree49f8d7c8f9ab6057bf24d2fa2afe5caed280af08
parentMerge pull request #485 from python-discord/404 (diff)
Bump @codemirror/view from 6.0.1 to 6.1.3
Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.0.1 to 6.1.3. - [Release notes](https://github.com/codemirror/view/releases) - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.0.1...6.1.3) --- updated-dependencies: - dependency-name: "@codemirror/view" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index d62f946..a3b9e14 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"@codemirror/lang-python": "6.0.0",
"@codemirror/state": "6.0.1",
"@codemirror/theme-one-dark": "6.0.0",
- "@codemirror/view": "6.0.1",
+ "@codemirror/view": "6.1.3",
"@emotion/react": "11.9.3",
"@fortawesome/fontawesome-svg-core": "6.1.1",
"@fortawesome/free-brands-svg-icons": "6.1.1",
diff --git a/yarn.lock b/yarn.lock
index e0fb180..522eaff 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1081,10 +1081,10 @@
"@codemirror/view" "^6.0.0"
"@lezer/highlight" "^1.0.0"
-"@codemirror/[email protected]", "@codemirror/view@^6.0.0":
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/@codemirror/view/-/view-6.0.1.tgz#f56327a5cd241eff5393cfdfbceea897b5266967"
- integrity sha512-n5olUr4Ld+XDTZN8+cnUHzkqJPeO2kr55HvBQ+4C1xWlDaRGrsedAoxCgeuGZsXRTUup/H/0e2kAN+a0R3skdA==
+"@codemirror/[email protected]", "@codemirror/view@^6.0.0":
+ version "6.1.3"
+ resolved "https://registry.yarnpkg.com/@codemirror/view/-/view-6.1.3.tgz#5b476dc64066e4cbc22148e5bc0a4d948e41ff01"
+ integrity sha512-Ba8TdKX8cphIsgJ3NGT15Ac8c2mIObwo6MsDryffYKqB7Nw6l1c9cnjrahPF8DoN3HVfryW395O77vkuCNhW0A==
dependencies:
"@codemirror/state" "^6.0.0"
style-mod "^4.0.0"