diff options
author | 2022-08-04 17:05:08 +0000 | |
---|---|---|
committer | 2022-08-04 17:05:08 +0000 | |
commit | df36709e5e026138270e17d4bab1eb34b4388222 (patch) | |
tree | b43fb91fce0d466bf244211a3a570b85f7310923 | |
parent | Merge pull request #505 from python-discord/update-codeowners (diff) |
Bump @codemirror/view from 6.1.3 to 6.1.4
Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.1.3 to 6.1.4.
- [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.1.3...6.1.4)
---
updated-dependencies:
- dependency-name: "@codemirror/view"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index da04b2e..359792d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@codemirror/lang-python": "6.0.1", "@codemirror/state": "6.1.1", "@codemirror/theme-one-dark": "6.0.0", - "@codemirror/view": "6.1.3", + "@codemirror/view": "6.1.4", "@emotion/react": "11.10.0", "@fortawesome/fontawesome-svg-core": "6.1.2", "@fortawesome/free-brands-svg-icons": "6.1.2", @@ -1239,10 +1239,10 @@ "@codemirror/view" "^6.0.0" "@lezer/highlight" "^1.0.0" -"@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== +"@codemirror/[email protected]", "@codemirror/view@^6.0.0": + version "6.1.4" + resolved "https://registry.yarnpkg.com/@codemirror/view/-/view-6.1.4.tgz#c4b7ca6ea6920e206f6b3de89b17da1b66675fd7" + integrity sha512-pekgUX+0hL4ri2JV7/bu7jhhwOgOhU1eRc1/ZyAQYCWcCI4TPB1qLrPE3cD/qW9yjBcYiN9MN0XI1tjK7Yw05Q== dependencies: "@codemirror/state" "^6.0.0" style-mod "^4.0.0" |