Skip to content

Commit

Permalink
chore(deps): bump @codemirror/commands from 6.0.0 to 6.3.3
Browse files Browse the repository at this point in the history
Bumps [@codemirror/commands](https://github.com/codemirror/commands) from 6.0.0 to 6.3.3.
- [Changelog](https://github.com/codemirror/commands/blob/main/CHANGELOG.md)
- [Commits](codemirror/commands@6.0.0...6.3.3)

---
updated-dependencies:
- dependency-name: "@codemirror/commands"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent efca7d8 commit 7366309
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"codemirror": "6.0.0",
"@codemirror/commands": "6.0.0",
"@codemirror/commands": "6.3.3",
"@codemirror/lang-markdown": "6.0.0",
"@codemirror/lang-json": "6.0.0",
"@codemirror/language-data": "6.0.0",
Expand Down
27 changes: 16 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2088,15 +2088,15 @@
"@codemirror/view" "^6.0.0"
"@lezer/common" "^1.0.0"

"@codemirror/commands@6.0.0", "@codemirror/commands@^6.0.0":
version "6.0.0"
resolved "https://registry.npmjs.org/@codemirror/commands/-/commands-6.0.0.tgz"
integrity sha512-nVJDPiCQXWXj5AZxqNVXyIM3nOYauF4Dko9NGPSwgVdK+lXWJQhI5LGhS/AvdG5b7u7/pTQBkrQmzkLWRBF62A==
"@codemirror/commands@6.3.3", "@codemirror/commands@^6.0.0":
version "6.3.3"
resolved "https://registry.yarnpkg.com/@codemirror/commands/-/commands-6.3.3.tgz#03face5bf5f3de0fc4e09b177b3c91eda2ceb7e9"
integrity sha512-dO4hcF0fGT9tu1Pj1D2PvGvxjeGkbC6RGcZw6Qs74TH+Ed1gw98jmUgd2axWvIZEqTeTuFrg1lEB1KV6cK9h1A==
dependencies:
"@codemirror/language" "^6.0.0"
"@codemirror/state" "^6.0.0"
"@codemirror/state" "^6.4.0"
"@codemirror/view" "^6.0.0"
"@lezer/common" "^1.0.0"
"@lezer/common" "^1.1.0"

"@codemirror/lang-cpp@^6.0.0":
version "6.0.0"
Expand Down Expand Up @@ -2286,11 +2286,16 @@
"@codemirror/view" "^6.0.0"
crelt "^1.0.5"

"@codemirror/[email protected]", "@codemirror/state@^6.0.0":
"@codemirror/[email protected]":
version "6.0.0"
resolved "https://registry.npmjs.org/@codemirror/state/-/state-6.0.0.tgz"
integrity sha512-UjP/jB2dz7B+1L+eiCm8YWhM1zBkFM2zUyp8hhtpvgmuOFmoWjwqHnICQmM34HNPBqMPcVY9ZcqJcOhDrB+dBQ==

"@codemirror/state@^6.0.0", "@codemirror/state@^6.4.0":
version "6.4.0"
resolved "https://registry.yarnpkg.com/@codemirror/state/-/state-6.4.0.tgz#8bc3e096c84360b34525a84696a84f86b305363a"
integrity sha512-hm8XshYj5Fo30Bb922QX9hXB/bxOAVH+qaqHBzw5TKa72vOeslyGwd4X8M0c1dJ9JqxlaMceOQ8RsL9tC7gU0A==

"@codemirror/[email protected]", "@codemirror/view@^6.0.0":
version "6.0.0"
resolved "https://registry.npmjs.org/@codemirror/view/-/view-6.0.0.tgz"
Expand Down Expand Up @@ -2752,10 +2757,10 @@
resolved "https://registry.npmjs.org/@juggle/resize-observer/-/resize-observer-3.3.1.tgz"
integrity sha512-zMM9Ds+SawiUkakS7y94Ymqx+S0ORzpG3frZirN3l+UlXUmSUR7hF4wxCVqW+ei94JzV5kt0uXBcoOEAuiydrw==

"@lezer/common@^1.0.0":
version "1.0.0"
resolved "https://registry.npmjs.org/@lezer/common/-/common-1.0.0.tgz"
integrity sha512-ohydQe+Hb+w4oMDvXzs8uuJd2NoA3D8YDcLiuDsLqH+yflDTPEpgCsWI3/6rH5C3BAedtH1/R51dxENldQceEA==
"@lezer/common@^1.0.0", "@lezer/common@^1.1.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@lezer/common/-/common-1.2.0.tgz#f10493d12c4a196a02ff5fcf5695a516a4039aae"
integrity sha512-Wmvlm4q6tRpwiy20TnB3yyLTZim38Tkc50dPY8biQRwqE+ati/wD84rm3N15hikvdT4uSg9phs9ubjvcLmkpKg==

"@lezer/cpp@^1.0.0":
version "1.0.0"
Expand Down

0 comments on commit 7366309

Please sign in to comment.